- Apr 07, 2008
- Apr 05, 2008
- Apr 01, 2008
- 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
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
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.
-
- Feb 29, 2008
-
-
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.
-
deuce authored
-
- Feb 27, 2008
- Feb 26, 2008
-
-
rswindell authored
file to 4 chars.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
for Deuce. :-)
-
rswindell authored
SAFECOPY here since 'tail' is malloc'd pointer - oops.
-
rswindell authored
regular expression suppor). Reverted findstr() and trashcan() to read the file a line at a time rather than load the entire file (potentially very large) into a string list.
-