- Jan 06, 2018
- Jan 05, 2018
-
-
mcmlxxix authored
-
rswindell authored
-
nightfox authored
-
nightfox authored
-
nightfox authored
SlyEdit version 1.55: Added support for changing the text color. Ctrl-K can be used to choose a text color (other key combos that might make more sense such as Ctrl-A or Ctrl-C were already used for other featuers). Text colors/attributes are entered as a series of attributes. For instance, to choose green, one would enter G. To choose high-intensity green, one would enter HG. One can switch back to the normal attribute by choosing N. Colors are also supported in the text replacements file - Color/attribute codes can be used in the substitute words. Also, \1 can now be used in the color configuration files in place of the ASCII-1 character.
-
rswindell authored
-
- Jan 04, 2018
- Jan 03, 2018
- Jan 02, 2018
-
-
rswindell authored
text.
-
- Jan 01, 2018
-
-
rswindell authored
scroll through captured previews. Very handy for quickly previewing all the BBSes that can be previewed in this way. Removed experimental/test functions: clean, compress, and decode.
-
rswindell authored
compress_preview() now accepts a binary preview, not base64 encoded (so skip an entire base64-encode/decode step).
-
rswindell authored
-
rswindell authored
-
- Dec 31, 2017
- Dec 30, 2017
-
-
rswindell authored
<ESC>[5~ and <ESC>[6~ (these appear to be VT-220 sequences).
-
rswindell authored
[chat_sec] section of your modopts.ini file.
-
rswindell authored
Not defined in MSVC2013. Appears to work again/still.
-
deuce authored
-
deuce authored
input on Windows (e.g. the prompt() method no longer worked) broke JSDoor, and caused Windows and Linux console input to behave differently. Create functions to cook/thaw the tty, and call them around stdin things. This change was related to his postpoll.js work, so that might be broken now.
-
rswindell authored
sbbsimsg.js for quite some time now, so require both sysstat/UDP and msp/TCP - nothing else.
-
rswindell authored
and displaying/showing login previews. This saves over 50% of the storage for login previews and will reduce the redundant chatter on the message bases where these previews may be exported. Previous versions of sbbslist.js will not be able to decode LZ-compressed previews, but should do so gracefully (no error, just no preview). Fixed the "update -preview" option (wasn't capturing previews). This file is now dependent on load/lz-string.js and hexdump_lib.js.
-
rswindell authored
draw_preview(). This file is now dependent on lz-string.js (for compressing preview data)
-
rswindell authored
-
rswindell authored
-
- Dec 29, 2017
-
-
rswindell authored
Rather than a single "last_export" date/time stored in the <syncdata>.ini file, each entry in the database has its own "exported.on" date. This allows the 'sbbslist.js export' event to run frequently, but not export *all* updated/ validated entries every time. The default export frequency is every 7 days (weekly), but this can be adjusted via modopts.ini [sbbslist] -> export_freq. This should help reduce the chatter in the SYNCDATA conference/echo but still allow newly-created entries to be exported quickly. On the down-side, you cant' effectively export to multiple message bases. But I don't think anyone is doing that, so it's probably a non-issue. Also: - Beautified the format and sort field selections a bit - Disable Ctrl-P processing in the BBS (now used for PgUp) rather than Ctrl-U
-
nightfox authored
Version 1.17 beta 52 - Bug fix: When using the scrolling interface to read a message, any message color codes that might appear in the message lines are preserved across lines.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
than non-SPAM-tagged email.
-
- Dec 28, 2017
-
-
rswindell authored
xpbeep.c assumes you have sys/ioctl.h on *nix now. Hope you do, mr. fbsd.
-