- Jun 05, 2008
- Jun 04, 2008
- May 30, 2008
-
-
deuce authored
Allows the INSERT key to work from SyncTERM (and possibly others?)
-
- May 16, 2008
-
-
rswindell authored
"sort = true").
-
- May 08, 2008
-
-
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)
-
- May 01, 2008
-
-
deuce authored
-
- Apr 21, 2008
-
-
rswindell authored
pause due to clear-screen code.
-
- Apr 07, 2008
- Apr 05, 2008
- Apr 01, 2008
- Mar 22, 2008
-
-
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.
-
- Mar 19, 2008
-
-
rswindell authored
-
- Mar 16, 2008
-
-
rswindell authored
private messages.
-
- Mar 15, 2008
- Mar 12, 2008
- Mar 09, 2008
-
-
rswindell authored
-
- Mar 02, 2008
-
-
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.
-
- Mar 01, 2008
-
-
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)
-
- Feb 29, 2008
-
-
deuce authored
-