- Nov 10, 2004
-
-
rswindell authored
Queue.poll() will now return the name of the next value to be read (if it has one), true if unnamed value, or false if no value. Created Queue.name and Queue.data_waiting properties.
-
deuce authored
contribute to the masses of kermiters everywhere, add a quote from his latest netmail.
-
rswindell authored
-
rswindell authored
background load().
-
rswindell authored
background load(). Created Queue.wait() method.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
comparison rather than a memcmp().
-
rswindell authored
-
rswindell authored
Created js_GenericBranchCallback (used by the load background thread).
-
rswindell authored
-
rswindell authored
load() now fully supports background scripts, using Queues to communicate between parent and child.
-
rswindell authored
-
rswindell authored
-
rswindell authored
for Synchronet-Unix).
-
rswindell authored
communications.
-
- 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
-