- Jul 07, 2006
-
-
rswindell authored
background threads don't step on eachother (as well as error reports and status messages).
-
- Jul 06, 2006
-
-
rswindell authored
additional args passed to load(), or B) it's a background-loaded script (in which case we always define argv now as well). This fixes the Deuce-reported bug: "When chat_sec.js calls irc.js, argc is apparently zero."
-
- Jun 30, 2006
-
-
rswindell authored
-
- Jun 29, 2006
-
-
rswindell authored
(i.e. msgbase.get_msg_header() returns null).
-
rswindell authored
log() implementations are generally thread-safe, so this should be okay. Requested by Cyan.
-
rswindell authored
-
rswindell authored
the values with references to the original context weren't "copied" into the newly-created background context, so Strings, objects, and doubles would cause problems (e.g. crashes). Passing objects and array is still not supported, but at least it won't crash now. Found by Cyan.
-
- Jun 28, 2006
- Jun 27, 2006
- Jun 26, 2006
-
-
rswindell authored
-
- Jun 21, 2006
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
"All") and remove this piece from the subject (> 25 char subjects gets truncated overt QWK).
-
- Jun 20, 2006
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
the ability of external programs to disconnect the socket (hangup).
-
rswindell authored
this and do *not* write to the hungup.log file.
-
rswindell authored
and virtual UART VDD. Use FOSSIL function constant macros from fossdefs.h.
-
rswindell authored
and virtual UART VDD. New hangup named event, for VDD to use to disconnect socket at program's request (dropped DTR).
-
rswindell authored
and virtual UART VDD.
-
cyan authored
-
- Jun 19, 2006
-
-
cyan authored
-
cyan authored
-
cyan authored
* irclib IRC_string() function now behaves exactly like every other IRCd in the world, and requires the "arg" argument, which defines which word to begin scanning at in the string. * irclib IRC_match() is now obsolete thanks to DigitalMan's wildmatch() function in Synchronet 3.14 -- all IRC_match() functions in the IRCd now switched to wildmatch() * More general cleanups and optimizations.
-
cyan authored
does it.
-