- 04 Jun, 2008 3 commits
- 30 May, 2008 1 commit
-
-
deuce authored
Allows the INSERT key to work from SyncTERM (and possibly others?)
-
- 16 May, 2008 1 commit
-
-
rswindell authored
"sort = true").
-
- 08 May, 2008 1 commit
-
-
rswindell authored
1. Wasn't detecting FTN addresses correctly (would return NET_INTERNET, always) 2. Wouldn't detect name@<ip_address> as an Internet address (NET_UNKNOWN)
-
- 01 May, 2008 1 commit
-
-
deuce authored
-
- 21 Apr, 2008 1 commit
-
-
rswindell authored
pause due to clear-screen code.
-
- 07 Apr, 2008 2 commits
- 05 Apr, 2008 2 commits
- 01 Apr, 2008 3 commits
- 22 Mar, 2008 1 commit
-
-
cyan authored
can look at it and tell me how wrong the algorithms are ;) * "Kingdom Gold", based on the good ole 'Sumer Game' or 'Hamurabi' * The idea was to add some nice ANSI screens for various events (earthquake, food riots, rain, etc.) But it's pretty tough to find an ANSI artist willing to do that kind of thing these days. * I also wanted to add in high score tracking ability and perhaps some kind of multi-player element. Alas.
-
- 19 Mar, 2008 1 commit
-
-
rswindell authored
-
- 16 Mar, 2008 1 commit
-
-
rswindell authored
private messages.
-
- 15 Mar, 2008 3 commits
- 12 Mar, 2008 2 commits
- 09 Mar, 2008 1 commit
-
-
rswindell authored
-
- 02 Mar, 2008 10 commits
-
-
rswindell authored
-
rswindell authored
is modified.
-
rswindell authored
-
rswindell authored
an empty string, use the second SENDER for the "from" convenience pointer.
-
rswindell authored
Reset the mailproc.ini match results upon RSET command. Automatically recycle mail server when mailproc.ini file is modified.
-
rswindell authored
-
deuce authored
happened since your last logon.
-
deuce authored
This part of the change didn't really make much sense and becomes silly for "external" sockets.
-
deuce authored
using is_connected for get checks rather than special casing external.
-
rswindell authored
js_CreateSocketObject() and don't care what p->is_connected is when p->external is true.
-
- 01 Mar, 2008 3 commits
-
-
deuce authored
-
deuce authored
such that the local address will return a valid value as long as the socket is not known to be invalid and the remote address will return a value as long as it was connected last time we looked. This should help avoid unexcpected behaviour on a SYN+FIN which would results in is_connected being true, but remote_id_address being undefined.
-
deuce authored
included in the error object for JS 1.5 (used in Win32 builds)
-
- 29 Feb, 2008 3 commits
-
-
deuce authored
-
deuce authored
Make the empty first record generation more like the rest of the init functions. Should fix the last Toolman bug...
-
deuce authored
Since SyncTERM was the only consumer of iniGetSection() and it needed the section name in the returned string list since the section was passed to the iniGet*() functions, one wonders if the section name being included was actually a bug that needed to be fixed *cough* The reason the section name was returned in the string list was to allow old code to be updated to read one section at a time with minimal changes. However, since the behaviour was apparently unexpected, update to use the new behaviour.
-