- Apr 01, 2004
- Mar 31, 2004
-
-
rswindell authored
send a single message to multiple recipients (save message base storage).
-
rswindell authored
MsgBase.save_msg() now supports an optional recipient_list argument (array of header objects) to send a single message to multiple recipients (e.g. bulkmail).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
* handles long (>25 char) user names better * log message when logging in as an unknown user * log message when no user name specified during login * no longer send telnet negotiation (assuming Telnet session) if RLogin fails
-
deuce authored
define it themselves.
-
- Mar 30, 2004
- Mar 29, 2004
- Mar 28, 2004
-
-
deuce authored
And will no longer loop endlessly pegging the CPU if the socket goes invalid. This section is starting to get ugly again...
-
- Mar 27, 2004
-
-
deuce authored
Increase line delay from 1/18th to 1/10th of a second...
-
deuce authored
-
deuce authored
but are *NIX (MacOS and NetBSD so far)
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
Code clean-up: * Replaced CR and SP macros with char constants. * Eliminated unnecessary use of CRLF-terminated lines in text files. * Updated path bufs to use MAX_PATH for length. * Using SAFECOPY macro for better bounds-checking strcpy's. * Updated text-file (e.g. AREAS.BBS) string parsing. * Eliminated unnecessary use of _splitpath()
-
deuce authored
length, not the size of the buffer. Could cause segfaults when recieving lines of 1025 bytes or more.
-
rswindell authored
Bugfix: netmail destination address should be checked, even if from .pkt file (this bug introduced in rev 1.121). Netmail received via .pkt file for the wrong address is now exported to .msg format (to be picked-up by or packed for a downlink, presumably).
-
rswindell authored
-
rswindell authored
-
- Mar 26, 2004
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
This fixes a security hole whereby HTTP/0.9 requests for an index file which is dynamic return the source of the dynamic file. Use an int for method, not a BOOL
-
rswindell authored
-
rswindell authored
fields to locally-created outgoing messages (via SMTP or POP3) if they don't already have a content-type header field specified.
-
rswindell authored
-
- Mar 25, 2004
-
-
rswindell authored
-