- Nov 10, 2004
- Nov 09, 2004
-
-
rswindell authored
to *not* be freed when removing (but still freed when freeing the list). Changed listFindNode data arg to const *.
-
rswindell authored
-
rswindell authored
decremented with listInit() (optionally), listAttach() and listDetach(). listDetach() will automatically free the list when the reference count is 0.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
attached semaphore (automatically created/destroyed with list and posted when nodes are added) - with new listSemWait... functions. Added list-attached private data pointer (with get/set functions). Fixed MUTEX_LOCK/UNLOCK calls in listSubStringList(). Fixed MUTEX_* macros (const mismatch) in thread-safe Win32 build.
-
rswindell authored
-1 on error).
-
rswindell authored
Corrected laod() documentation (does not always return Boolean). load() now returns <undefined> by default (instead of <false>).
-
rswindell authored
Boolean). Created new properties: console.input_buffer_level, input_buffer_space, output_buffer_level, and output_buffer_space.
-
rswindell authored
-
- Nov 08, 2004
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
values.
-
rswindell authored
-
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