- Feb 16, 2009
-
-
rswindell authored
supports buffers > 1024 bytes.
-
rswindell authored
Use of SAFECOPY() instead of strcpy(). Remove some WIP support.
-
rswindell authored
-
rswindell authored
Fixed handling of Ctrl-A\x7F (invalid code). Ctrl-A\x80 now translates to <ESC>[C rather than <ESC>[1C. Ctrl-AL now translatest to <ESC>[2J<ESC>[H to more ANSI-correct.
-
rswindell authored
Added <ESC>[B and <ESC>[D conversions to ASCII (LF and BS accordingly).
-
rswindell authored
Use truncsp() and more sensible use of remove_ctrl_a() in quotestr().
-
rswindell authored
-
deuce authored
varied widely by platform.
-
- Feb 15, 2009
-
-
deuce authored
-
deuce authored
-
rswindell authored
(accounting for the current console mode/status).
-
rswindell authored
HEADER.DAT file in it's .rep packets (e.g. running v3.15a), the "NETMAIL" to field would be over-ridden and the mail never routed.
-
rswindell authored
brace style update.
-
rswindell authored
-
rswindell authored
-
deuce authored
column and leaving the row unchanged.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
- Feb 14, 2009
- Feb 13, 2009
-
-
deuce authored
132 to support all modes and do proper wrapping. For cterm, remove extra tab handling code, start tab sequence with 1,9 and other general tab fixes. This seems to bring it into line with UNIX consoles and HyperTerminal.
-
rswindell authored
supports RLogin and SSH in addition to Telnet).
-
- Feb 12, 2009
- Feb 11, 2009
-
-
rswindell authored
Store the actual time of the logged event in the link list, so if the log is paused (for example), the displayed time stamps remain correct.
-
rswindell authored
event rather than the time of their were actually logged, which could be later)
-
rswindell authored
may be different than the cbdata pointer for the other bbs_startup_t callbacks. NT services now include the log level in log messages (allowing SBBSCTRL to filter/colorize as appropriate). Now use asynchronous logging (to linked lists) which improves performance considerably (BBS/server threads are not waiting for GUI updates) and allows the log to be completely paused (no updates) without losing any log messages. NT services and integrated servers should have the same log functionality now (log files, filtering, colorization).
-
rswindell authored
may be different than the cbdata pointer for the other bbs_startup_t callbacks. NT services now include the log level in log messages (allowing SBBSCTRL to filter/colorize as appropriate).
-
deuce authored
of atoi().
-
deuce authored
-
deuce authored
-
- Feb 10, 2009