- Mar 03, 2004
- Mar 02, 2004
-
-
deuce authored
-
- Mar 01, 2004
- Feb 29, 2004
-
-
deuce authored
Not sure where to find that.
-
- Feb 28, 2004
-
-
deuce authored
-
- Feb 26, 2004
- Feb 23, 2004
- Feb 22, 2004
-
-
deuce authored
Fixed WAY too many memory leaks. Editing now uses the program specified in VISUAL if DISPLAY is also set... otherwise uses EDITOR. Question: Should file viewing use the PAGER program or the internal display routine?
-
deuce authored
ediging text files, and soon semaphore-based things (ercycle, QWK callout, events) Added two log views to node dirs.
-
rswindell authored
the directory).
-
- Feb 19, 2004
-
-
rswindell authored
float) arguments, including bools, to strings. This prevents accidental crashes due to printing a bool variable with "%s", for example.
-
- Feb 14, 2004
- Feb 10, 2004
- Jan 29, 2004
-
-
rswindell authored
Win32: Enables the Nagle algorithm for native socket I/O doors (improving performance for socket doors that don't do their own buffering). Win32: Re-apply the ctrl/sockopts.cfg file to client socket upon returning from an external program (in case the program modified socket options). Unix: Re-enable client socket blocking upon returning from an external program (in case the program disabled it).
-
- Jan 28, 2004
-
-
deuce authored
when door returns. This sort of thing should be done for Win32 too. Hint hint.
-
- Jan 22, 2004
-
-
deuce authored
This is probobly the mysterious "ANSI corruption" bug.
-
- Jan 20, 2004
-
-
rswindell authored
-
- Jan 15, 2004
- Jan 10, 2004
-
-
rswindell authored
QWK packing events to spew unintended output strings into the event log.
-
- Jan 08, 2004
-
-
rswindell authored
security risk when displaying variables containing user-supplied strings).
-
- Jan 01, 2004
-
-
rswindell authored
is_moderated properties (bool) rather than the sub-board objects themselves.
-
- Dec 30, 2003
-
-
rswindell authored
with the "interface" key in the services.ini file) - defaults to use the services network interface specified in sbbs.ini.
-
- Dec 19, 2003
-
-
rswindell authored
"grunged".
-
- Dec 18, 2003
-
-
rswindell authored
-
- Dec 17, 2003
-
-
rswindell authored
variables to functions (harmless, since unused in these cases).
-
rswindell authored
limit for user, would read max bytes and then add null terminator, one byte beyond the buffer bounds, causing a later free of the buffer to assert failure. Replaced LMALLOC and LFREE/FREE calls with malloc and free. Eliminated unnecessary HUGE16 pointer qualifiers.
-