- May 08, 2003
-
-
rswindell authored
max_inactivity (seconds) - reversing Deuce's last change.
-
- May 07, 2003
-
-
deuce authored
-
rswindell authored
SMTP_AUTH_VIA_IP option (defaults to off).
-
rswindell authored
-
rswindell authored
(pth) since incom() blocks here.
-
rswindell authored
Makes the poll/yield loops unnecessary. Must use recv (not read) on sockets!
-
rswindell authored
Makes the poll/yield loops unnecessary.
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Removed another YIELD()-after-select() and switched another if !available YEILD() to "wait up to one ms for availability"
-
deuce authored
immediately.
-
deuce authored
one millisecond for data to become available.
-
rswindell authored
for up to 10000 byte blocks from external programs with plenty of room for telnet IAC, CRLF, or color-code expansion. Win32 named pipes, for example, will send up to 8096 byte blocks (before CR to CRLF expansion). Size of Win32 named pipes now specified (override 4K default). Using WaitForSingle/MultipleObject now to detect terminated processes (rather than looping on GetExitCodeProcess with sleep/yield). Using WaitForMultipleObjects to immediately continue loop on remote input (terminate 100ms wait) - experiments with local output_event (set by sbbsexec.dll on writes) yielded no perceived performance improvement (and named pipes, for example, would not benefit from such a mechanism).
-
rswindell authored
for up to 10000 byte blocks from external programs with plenty of room for telnet IAC, CRLF, or color-code expansion. Win32 named pipes, for example, will send up to 8096 byte blocks.
-
rswindell authored
-
rswindell authored
Using inkey() timeout instead of YIELD in cold-key loop.
-
rswindell authored
Baja inkey and inchar functions now use an inkey timeout of 1ms.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
statistics file (dsts.dab).
-
- May 06, 2003
-
-
rswindell authored
-
rswindell authored
Improved Guru realism, particularly when in "local chat" with Guru: Guru won't repeat himself/herself and waits for user to stop typing (including word wrap) before responding.
-
rswindell authored
-
rswindell authored
with the same internal codes), the original pointer index is maintained. This fixes a problem with importing a subs.txt over existing sub-boards causing duplicate pointer indexes when the BBS is re-initialized.
-
rswindell authored
-
rswindell authored
New retry_delay property (number of milliseconds between lock/read attempts).
-
rswindell authored
-
rswindell authored
-
rswindell authored
(default is true), a non-forced yield will not lower the CPU utilization of a busy loop, but will yield to tasks of equal or higher priority.
-
rswindell authored
-
- May 05, 2003