- Sep 17, 2003
- Sep 16, 2003
-
-
rswindell authored
other modules.
-
rswindell authored
file: context stack size, branch limit, yield and garbage collection intervals. Each service (configured in services.ini) can over-ride these parameters if new values are specified allowing maximum configurability.
-
rswindell authored
-
rswindell authored
parameters (in startup structure): context stack size, branch limit, yield interval, and garbage collection interval. FTP and Web servers now have configurable context stack size. Moved ini field string constants to sbbs_ini.h.
-
rswindell authored
parameters (in startup structure): context stack size, branch limit, yield interval, and garbage collection interval.
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added support for routing to QWKnet uplink (e.g. vert!digital.man@youraddr.com)
-
rswindell authored
Moved definition of MAX_LINE_LEN to ini_file.c, renamed to INI_*.
-
rswindell authored
hfield type specified in string (or UNKNOWN, if not found). Returns parsed number if string contains a number. smb_hfieldtype() now returns mixed-case (easier to read) versions of hfield type names.
-
- Sep 10, 2003
-
-
rswindell authored
path/filename (or undefined if none found).
-
rswindell authored
js.max_bytes is now writeable during run-time (why not?).
-
rswindell authored
js.terminated will read the correct value.
-
rswindell authored
(pointer to server/service/host-process termination requested flag) so js.terminated should be used in place of server.terminated for universal scripts.
-
rswindell authored
-
rswindell authored
but with different names (e.g. branch.counter is now js.branch_counter). This object will now be used for other internal JS monitoring/control functions (e.g. garbage collection). js_internal.c/o/obj now replaces js_branch.*.
-
rswindell authored
but with different names (e.g. branch.counter is now js.branch_counter). This object will now be used for other internal JS monitoring/control functions (e.g. garbage collection). js_internal.c/o/obj now replaces js_branch.*.
-
rswindell authored
compatibility). Created branch.gc_bytes/last_bytes/max_bytes/counter for garbage collection performance metrics, advanced debugging. This modification requires a "cvs update" to the include directory for js.msg.
-
rswindell authored
ftp_put() now immediately fails if the file doesn't exist. ftp_put() now uses a case-insensitive file existence check/case fix.
-
rswindell authored
(don't wait for script to self-terminate).
-
deuce authored
-
- Sep 09, 2003
-
-
rswindell authored
-
rswindell authored
script FILE* is now closed before executing script (don't leave open/locked). Installs Ctrl-C/break/logoff/shutdown handler for Win32, sets [server.]terminated property to true.
-
rswindell authored
-
rswindell authored
-
rswindell authored
static services (such services are responsible for closing their own server socket) - this allows for more graceful shutdown of ircd.js. No longer runs static services if bind failed for that service's server socket.
-
rswindell authored
(don't allow double-close).
-
rswindell authored
(using new xpdev/getfext function). Now locks/unlocks message base for exclusive maintenance access.
-
rswindell authored
-
rswindell authored
is currently locked (for packing).
-
- Sep 08, 2003