- May 09, 2005
-
-
rswindell authored
initialized as such by the caller).
-
- Apr 21, 2005
- Apr 14, 2005
-
-
rswindell authored
echo error messages to status output (default: stderr) as well.
-
rswindell authored
JS_SetThreadStackLimit API function), default is 32K bytes. This should keep jsexec from crashing due to the ircd recursion bug. It'll log a JS exception/error and exit (or loop) instead. Use "-S0" to set an unlimited thread stack size.
-
- Apr 05, 2005
-
-
rswindell authored
-
- Feb 28, 2005
-
-
rswindell authored
-
- Feb 18, 2005
-
-
rswindell authored
No more temp files in data or data/temp. ctrl_dir/../temp (e.g. sbbs/temp) is the new default temp dir. Each server has its own separately configurable temp dir. BBS events (e.g. QWK packet processing) now have their own exclusive-use temp dir (e.g. sbbs/temp/event). All server threads will attempt to create and verify the validity of their temp dir. System temp dir is only the default global temp dir for Unix (i.e. /tmp), since the Windows default temp dir (e.g. C:\DOCUME~1\Rob\LOCALS~1\Temp) is not particularly friendly or attractive.
-
- Feb 16, 2005
- Feb 04, 2005
- Dec 09, 2004
-
-
rswindell authored
now (optionally) creates the "server" object. Bugfix (in websrvr.c), wasn't creating the server object any more.
-
- Dec 02, 2004
- Nov 19, 2004
-
-
rswindell authored
-
- Nov 18, 2004
-
-
rswindell authored
node-specific scfg_t*, so the node_dir and temp_dir properties had the correct values.
-
- Nov 10, 2004
-
-
rswindell authored
-
- Sep 16, 2004
-
-
rswindell authored
-
- Aug 27, 2004
-
-
rswindell authored
-
- Aug 17, 2004
-
-
rswindell authored
-
- Aug 16, 2004
-
-
rswindell authored
-
- Apr 02, 2004
-
-
rswindell authored
-
- Feb 19, 2004
-
-
rswindell authored
float) arguments, including bools, to strings. This prevents accidental crashes due to printing a bool variable with "%s", for example.
-
- Dec 05, 2003
-
-
rswindell authored
-
- Nov 26, 2003
- Nov 20, 2003
-
-
rswindell authored
automatically terminated upon external termination request (defaults to true).
-
- Nov 11, 2003
-
-
deuce authored
-
- Oct 25, 2003
-
-
rswindell authored
Open message log files in overwrote mode unless -a (append) option is used. Display error if unable to open null output device.
-
- Oct 24, 2003
-
-
rswindell authored
to stderr, with configurable error log level threshold (-E option). Created -e<filename> option to tee error messages to file and stderr. Created -o<filename> option to send console output to file (like a pipe). All options (except for -h) now support -x<value> and -x <value> syntax. When no argument is passed with -h, it acts like -H (uses local hostname). Removed -H option (redundant now).
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Oct 18, 2003
-
-
rswindell authored
default: LOG_INFO). JSexec log mask can be configured with -L command-line option (default: 0xff). services lprintf() now supports log level.
-
- Oct 16, 2003
-
-
rswindell authored
-
- Oct 09, 2003
-
-
rswindell authored
-
- Oct 01, 2003
-
-
rswindell authored
service scripts are executed - fixes if(this.method==undefined) checks.
-
- Sep 30, 2003
-
-
rswindell authored
-