- Oct 09, 2011
- Oct 08, 2011
- Sep 30, 2011
- Sep 29, 2011
-
-
rswindell authored
copy of each line, but return pointer into str list (with no automatic white-space truncation). Thanks to Deuce for pointing out both issues.
-
rswindell authored
lists: don't copy the ini line into an automatic (stack) variable and return a pointer to it (bad), return a pointer to the value in the string list instead. This has the side-effect of trimming white-space from the end of "key = value" lines in the string list, but it's been determined that is okay (use "key : value" syntax to preserve trailing white-space).
-
deuce authored
-
deuce authored
to hopefully make SyncTERM stop disabling the screen saver.
-
- Sep 23, 2011
- Sep 21, 2011
- Sep 20, 2011
-
-
deuce authored
-
- Sep 19, 2011
-
-
rswindell authored
-
- Sep 18, 2011
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
variables. Log socket descriptor number (when available) with bounce log messages (and prefix "SEND" like all other sendmail thread log messages).
-
rswindell authored
Eliminated some volatile qualifiers.
-
rswindell authored
Converted active client counter to a protected (thread-safe) integer.
-
rswindell authored
-
rswindell authored
Change active node count to a protected (thread-safe) integer.
-
- Sep 14, 2011
- Sep 10, 2011
-
-
deuce authored
-
rswindell authored
The connect timeout is now configurable in sbbs.ini [Mail] ConnectTimeout (default = 30 seconds), set to 0 for blocking connections (and OS-default timeout).
-
rswindell authored
- if configured max recipients = 0 means unlimited (for all users) - max recipients limit is applied to pending send emails (non-M-exempt users) - M-restricted users can not receive unauthenticated SMTP mail messages - Introduced inbox msg limit (for non-M-exempt users) with sbbs.ini [Mail] MaxMsgsWaiting value (default: 100), 0 = unlimited
-
rswindell authored
-
rswindell authored
are now executed with the node's global object as the scope of the script.
-