- 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
-
rswindell authored
-
deuce authored
-
rswindell authored
transfer-encoding (e.g. quoted-printed, base64).
-
rswindell authored
Fix a few bugs with it.
-
- Feb 10, 2009
-
-
rswindell authored
-
rswindell authored
Always use the P_SAVEATR with console.putmsg() to emulate Baja PRINT function.
-
deuce authored
encodings.
-
deuce authored
0) Default font, selected whenever textmode() is called. Updating also updates current font (1) but currently does not update the secondary font (2). 1) Primary font 2) Secondary font
-
deuce authored
-
deuce authored
-
rswindell authored
kludge lines). Created common sbbs_t member function for generating QUOTES.TXT file/path.
-
deuce authored
-
deuce authored
setting secondary charset
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Enable Disable Alt Charset CSI[?31h CSI[?31l Disable Bright CSI[?32h CSI[?32l Bright BG CSI[?33h CSI[?33l
-
deuce authored
1) The ability to make attribute bit three select a second character set 2) The ability to make the blink attribute toggle background intensity 3) The ability to make attribute bit three NOT select high intensity 4) More control over the cursor than just three constants CTerm support to follow using private set mode parameters.
-
deuce authored
no real limit to the number of characters in a logical line since an infinite number of ^A codes can be included. Someone (Angus) has put messages in the wild with a line containing more ^A code bytes than data bytes. :-)
-
rswindell authored
for text searches. The message subject is now converted to uppercase to compare case- insensitively.
-
rswindell authored
-
rswindell authored
Hopefully I did this right (Deuce?).
-
rswindell authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Previously, the hard CR was retained, and the wrapped test was added to the beginning of the next line. Now the hard CR is cleared from the original line and set on the newly inserted line. We also need to redraw lines after the inserted line now.
-
deuce authored
count of lines after to operation to erase on-screen leftover lines. Fixes bug reported by DigitalMan
-
- Feb 09, 2009
- Feb 08, 2009