Aquileo | Recent changes to feature-requestshttps://sourceforge.net/p/qodem/feature-requests/2016-03-14T00:59:05.372000ZRecent changes to feature-requestsAquileo | #3 TN3270 / TN5250 support2016-03-14T00:59:05.372000Z2016-03-14T00:59:05.372000ZKevin Lamontehttps://sourceforge.net/u/lamonte/https://sourceforge.net9406f4a350ab52bdfb1225d913dd1e456997d963<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed</li>
<li><strong>Group</strong>: --> Next Release (example)</li>
</ul></div>Aquileo | #1 Win32 support2016-03-14T00:57:54.525000Z2016-03-14T00:57:54.525000ZKevin Lamontehttps://sourceforge.net/u/lamonte/https://sourceforge.net228ec68201b59ef3df06c0f4ef703aab5a06e2f1<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed</li>
<li><strong>Group</strong>: --> Next Release (example)</li>
</ul></div>Aquileo | #2 Internal network protocols (telnet, rlogin, etc.)2016-03-14T00:56:36.316000Z2016-03-14T00:56:36.316000ZKevin Lamontehttps://sourceforge.net/u/lamonte/https://sourceforge.net44b7aea95262a246401a4445b184611df8fb6bf1<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed</li>
<li><strong>Group</strong>: --> Next Release (example)</li>
</ul></div>Aquileo | Make a properties interface2005-07-15T20:30:58Z2005-07-15T20:30:58ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.net058a076650aad631889a6413ad868f0013e12bf8<div class="markdown_content"><p>Translate tables, modem config, phonebook, options, and<br />
keyboard all use key-value pairs to save state to disk.<br />
Make a common code path for all of them that supports<br />
the stanzas used by phonebook.</p></div>Aquileo | switch_current_keyboard()2005-07-15T20:29:28Z2005-07-15T20:29:28ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.netc20fa26f535ca05d8a13fdef8af6458b74824831<div class="markdown_content"><p>It works, but is a mess on the inside.</p>
<p>Turn it into multiple functions:</p>
<p>1) To setup the bound keyboard with the custom<br />
keyboard OR the emulation keyboard.</p>
<p>2) To setup the editor textboxes with the<br />
currently-bound keyboard.</p></div>Aquileo | TN3270 / TN5250 support2005-07-07T00:52:16Z2005-07-07T00:52:16ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.netb8acc159edc50fea99e01e2f5d65bd8a71137d12<div class="markdown_content"><p>Both the protocol and the emulation (IBM 3270 / 5250).<br />
We've got a mainframe here at school and it would be<br />
nice to be able to use it without resorting to x3270 or<br />
a Windows-based client.</p></div>Aquileo | TN3270 / TN5250 support2005-07-07T00:52:16Z2005-07-07T00:52:16ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.net7530ca67aba28dccbf80520035d4feaedb0e5909<div class="markdown_content"><p>Ticket 3 has been modified: TN3270 / TN5250 support<br/>
Edited By: Kevin Lamonte (lamonte)<br/>
Status updated: u'open' => u'closed'<br/>
_milestone updated: '' => u'Next Release (example)'</p></div>Aquileo | Internal network protocols (telnet, rlogin, etc.)2005-07-07T00:50:15Z2005-07-07T00:50:15ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.netb1a2e11825556df8259d8df99413dfe3db415369<div class="markdown_content"><p>Before I do the Win32 port, I want to have telnet,<br />
rlogin, and rsh handled by Qodem rather than the child<br />
programs. These protocols aren't that complicated, and<br />
if Qodem supports them directly it adds to the<br />
convenience for Win32 users AND adds better<br />
debug-ability for Unix users.</p></div>Aquileo | Internal network protocols (telnet, rlogin, etc.)2005-07-07T00:50:15Z2005-07-07T00:50:15ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.neta73e69830067df15e7d9b457f37d574024117cfb<div class="markdown_content"><p>Ticket 2 has been modified: Internal network protocols (telnet, rlogin, etc.)<br/>
Edited By: Kevin Lamonte (lamonte)<br/>
Status updated: u'open' => u'closed'<br/>
_milestone updated: '' => u'Next Release (example)'</p></div>Aquileo | Win32 support2004-04-18T23:45:25Z2004-04-18T23:45:25ZKevin Lhttps://sourceforge.net/u/ciggieposeur/https://sourceforge.netf32075ab8573ce65668dafedde645aeedf429d2f<div class="markdown_content"><p>Still in pre-alpha, and we've already got our first<br />
user request! :)</p>
<p>Win32 support.</p>
<p>This will be an interesting addition. Win32 console<br />
only, because DOS lacks fork() and I really don't want<br />
to have to link the supporting programs.</p>
<p>The most significant piece will be the packaging. I'll<br />
need to find or create Windows versions of the<br />
underlying support programs (rsh, ssh, rz/sz, telnet,<br />
dialer) and also the NCurses library (PC-Curses is free<br />
I think).</p>
<p>I think the next most significant work will be around<br />
the select() calls (qodem.c) and almost all the TTY<br />
handling (tty.c). Probably also fork() handling.</p>
<p>But it'll be fun and knock the rust of my Win32, so why<br />
not?</p></div>