- Oct 09, 2003
-
-
rswindell authored
recycling without using semaphore files.
-
rswindell authored
Synchronet services running as NT services. These mailslots could also be written to by 3rd party utils.
-
rswindell authored
start parameters (disabled by default). Service names are now defined in ntsvcs.h. BBS events now have their own service log mailslot even though BBS events aren't (currently) a seperate service.
-
rswindell authored
-
- Oct 08, 2003
- Oct 07, 2003
- Oct 06, 2003
-
-
deuce authored
-
- Oct 04, 2003
- Oct 03, 2003
-
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
sbbs->terminated is now a BOOL (instead of bool).
-
rswindell authored
-
rswindell authored
not compatible with a C BOOL (int) pointer, so all js.terminated tests from JS modules run from the BBS failed (always returned true).
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Oct 02, 2003
- 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