- Nov 08, 2004
-
-
rswindell authored
Fixed typo in default value for cgi_dir. Added default value for js_ext ("bbs").
-
rswindell authored
each service). JS server.clients property is read-only (use client_add/remove to adjust value in static services). Increment service (and server) "clients served" counter for each call to client_add() - solves problem of IRCD reporting "0 clients served" when terminated. Re-enabled debug output (for debug builds) in client_add/update/remove methods. client_remove() method will no longer decrement the active clients total if passed an invalid Socket object or socket descriptor. Force static service client counters to 0 when terminated (log a warning if non-zero) - solves the problem of waiting for ever for IRCD's clients to disconnect (which has actually already happened).
-
rswindell authored
a QWK packet via FTP.
-
- Nov 07, 2004
- Nov 06, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
were hit.
-
rswindell authored
(R)ecycle/(S)hutdown/(T)erminate any server (or all servers) and (!) to execute an external (system) command.
-
rswindell authored
Added shutdown_now to startup structures, used for nice shutdowns (when server isn't in use) as opposed to terminate, which is immediate. shutdown semaphores files are only acted on when server not in use. Bugfix: server.client_add/remove() methods now adjust the service's client counter accordingly so static services (like ircd.js) won't be recycled or shutdown while in use (any more).
-
rswindell authored
Added shutdown_now to startup structures, used for nice shutdowns (when server isn't in use) as opposed to terminate, which is immediate. shutdown semaphores files are only acted on when server not in use.
-
rswindell authored
-
- Nov 05, 2004
- Nov 04, 2004
-
-
rswindell authored
values. parseBool() now treats "yes" to be the same as "true".
-
rswindell authored
locking).
-
rswindell authored
problem from xtrn.cpp (for Robert Couture).
-
rswindell authored
-
rswindell authored
incompatible share mode, probably by FDSZ/CEXYZ), then re-attempt the open using fopen (shareable open).
-
rswindell authored
hang problem.
-
rswindell authored
-
rswindell authored
Added http-links for downloading termcap and terminfo files. Added section describing use of install/init.d/sbbs run script on Linux. Wrapped some lines > 79 chars long.
-
- Nov 03, 2004
-
-
rswindell authored
-
rswindell authored
packing hang on Linux.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
constants, and don't unnecessarily duplicate global defaults into server sections.
-
rswindell authored
-
rswindell authored
-
rswindell authored
added protocol string argument.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
by BindRetrycount and BindRetryDelay keys in the ini file. Will control the number of times/delay between attempted calls to bind() before the thread packs up and goes home.
-
deuce authored
-
deuce authored
Add retry_bind() function (exteded bind() function that will retry a number of times)
-