- Sep 18, 2011
- Sep 16, 2011
-
-
mcmlxxix authored
-
- Sep 14, 2011
- Sep 12, 2011
-
-
deuce authored
-
- 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
-
rswindell authored
-
rswindell authored
are now executed with the node's global object as the scope of the script.
-
rswindell authored
being called for non-mutex-protected lists causing exceptions on Windows.
-
rswindell authored
destination server: if an MX server connection fails, "negative cache" the failure for that iteration of the sending loop so we don't attempt to reconnect to the same server(s) repeatedly for the same iteration (and let other mail get out more quickly).
-
deuce authored
-
rswindell authored
-
rswindell authored
-
- Sep 09, 2011
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
mcmlxxix authored
-
rswindell authored
"max clients" value rather to determine the size of the bar rather than the configured max clients value of the web server (copy/paste bug).
-
rswindell authored
"active_clients" counter which has been seen to "go negative" under high web server utilization (on Linux and Windows).
-
rswindell authored
(interlocked/atomic) integer variables.
-
deuce authored
-
deuce authored
-
deuce authored
to the cterminal structure to permit thread safety.
-
deuce authored
-
deuce authored
Various conio functions are now pointers in the cterm structure so they can be replaced by Something Else.
-
- Sep 08, 2011