- Apr 01, 2008
- Mar 19, 2008
-
-
rswindell authored
-
- Mar 16, 2008
-
-
rswindell authored
private messages.
-
- Mar 15, 2008
- Mar 12, 2008
-
-
rswindell authored
-
- Mar 09, 2008
-
-
rswindell authored
-
- Mar 02, 2008
-
-
rswindell authored
-
rswindell authored
is modified.
-
rswindell authored
-
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 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.
-
rswindell authored
encoded username/password (all in one command) instead of the plain text reply/response model (which is apparently incorrect).
-
- Feb 25, 2008
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
* Parses/consumes QWK headers.dat files - No more to/from/subj length limits - Extensive header details transferred for each message - IP/hostname filters (.can files) are applied to appropriate header fields - Code cleanup in the QWK functions * New functions to read/parse/search filter (.can) files as string lists - Performance boost - no need to open/read/close .can file for each message * More thread-safe Message-ID retrieval/generation (ftn_msgid and get_msgid) * Better Message-ID generation for misconfigured systems (e.g. no hostname) ! These changes require the latest smblib and xpdev libraries !
-
rswindell authored
-
rswindell authored
set. Use ctime() for displaying times in message headers (second-granularity). More use of SAFEPRINTF.
-
rswindell authored
set.
-
rswindell authored
and is now re-displayed if the download fails/aborted and the user downloads the packet again.
-
rswindell authored
Fixed checking of logons per day limit and L-restriction (off-by-one).
-