- 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.
-
rswindell authored
SPAM-tagged messages will not be listed/downloaded. This is useful if for example you use POP3 to download mail to your phone and have limited storage or sorting options. The SPAM-tagged messages will remain in your inbox on the BBS so you should use another POP3 or local mail client to download and delete those messages (which could potentially include false positives).
-
- Dec 26, 2017
-
-
nightfox authored
-
nightfox authored
Updated the line wrapping function to (hopefully) better handle situations when it wraps text into the next line when that next line is blank - Ensuring it preserves a blank line below that.
-
nightfox authored
-
nightfox authored
Version 1.54: Improved quoting with author initials when a > character exists in the quote lines: Not mistaking the preceding text as a quote prefix if it has 3 or more non-space characters before the >. Also fixed an issue where wrapped quote lines were sometimes missing the quote line prefix.
-
- Dec 19, 2017
- Dec 18, 2017
-
-
nightfox authored
-
nightfox authored
Version 1.53: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN variables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly. This update should still also work with older builds of Synchronet.
-
nightfox authored
Version 1.15: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN variables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly. This script should still also work with older builds of Synchronet.
-