- Oct 01, 2003
- Sep 30, 2003
-
-
rswindell authored
-
rswindell authored
parameter values. Created js_timeval() function for converting numeric jsargs to struct timeval.
-
deuce authored
flaw... on Linux systems, it probobly never worked anyways. This should fix the "Sync mysteriously died" after a slew of signal 13s received on FreeBSD.
-
rswindell authored
* the default scope of the executed module is now the current scope (this) rather than the global object - solves the problem with redefining const vars if load()ing same include module more than once in a context. This will likely defeat modules (like S3 Shell) that use this old behavior to create session-persistent objects (another technique will need to be utilized). * an optional scope object parameter can be specified as the first parameter specifying the context in which to execute the module (default = this)
-
rswindell authored
-
rswindell authored
global socket_select() and Socket.poll() methods.
-
rswindell authored
accessing the high-resolution system clock.
-
rswindell authored
* new bool write argument (defaults to false - for readability checking) * timeout is specified in seconds (with fractions supported) ala Socket.poll() * socket array can be array of socket descriptors or Socket objects * arguments can be given in any order and all but the socket array are optional * updated method description for documentation
-
- Sep 29, 2003
- Sep 27, 2003
- Sep 26, 2003
-
-
rswindell authored
read/writable (when available).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
with bbs object (alias left for backwards compatibility).
-
rswindell authored
-
rswindell authored
Services accept system shutdown control messages now.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
back to callback functions (e.g. lputs, thread_up, etc). This allows servers to share the same callback functions, eliminating many nearly-identical functions. This was able to shave quite a bit of redundant code from ntsvcs.c. This feature is not utilized in sbbs (sbbscon.c) or sbbsctrl (mainformunit.cpp).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
deuce authored
If you are not running your BBS as root, update and recompile now. NOTE: Remember, RH9 users using the new threads - the default should use gmake THREADS_ACTUALLY_WORK=1
-
- Sep 25, 2003
-
-
rswindell authored
-
rswindell authored
When not in daemon mode, polls keyboard rather than waiting for key (defeats Win32 control handler).
-
rswindell authored
smb_hfield_append_str() used for creating and appending ASCIIZ header fields. These functions handle the string-length calculation automatically.
-
rswindell authored
-
- Sep 23, 2003
-
-
rswindell authored
(ar_exp handles a NULL user pointer correctly) This bug caused addfiles chk_ar() calls to all fail, causing no DIZ's to be imported.
-