- Sep 16, 2003
-
-
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
- Sep 06, 2003
-
-
deuce authored
ala scfg
-
- Sep 05, 2003
-
-
rswindell authored
interface.
-
rswindell authored
interface.
-
rswindell authored
Fixed bug in dns_blacklisted() - can't use SAFECOPY on char*. Resets DNSBL-lookup result between messages if IP was found in received hdr. Beginning to implement QWKnet routing upstream (through QWKnet hub).
-
rswindell authored
-
deuce authored
DNSBL_CHECK_ALL
-
rswindell authored
messages for received SMTP mail (for all users).
-
rswindell authored
offline) if it's in the "waiting for call" state. This is not compatible with the sbbs v2 method, where each node must down itself.
-
- Sep 04, 2003
- Sep 03, 2003
-
-
runderwo authored
Fix stupid paren error.
-