- Dec 18, 2017
-
-
nightfox authored
Version 0.33 beta: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables 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.
-
nightfox authored
Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables 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.
-
nightfox authored
Version 1.17 beta 51: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables 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.
-
rswindell authored
and Ctrl-N (next) instead Ctrl-O and Ctrl-P, to be compatible with the internal mapping now in sbbs. Doesn't work in quote mode for some reason.
-
rswindell authored
and Ctrl-N (next) instead Ctrl-U and Ctrl-D as that wasn't going to work with fseditor.js's (Ctrl-U is quote).
-
nightfox authored
For SlyEdit version 1.52 - Somehow this file didn't get committed earlier.. Added the ability for the sysop to toggle whether or not to allow users to edit quote lines. This is done via a new parameter in the SlyEdit configuration file: allowEditQuoteLines . By default it is enabled, but it can be disabled with this line in the SlyEdit configuration file: allowEditQuoteLines=false
-
rswindell authored
if the BBS was configured for European date style, the month and day would be swapped upon import. This field was *always* in MM/DD/YY format with SBL2SMB and SMB2SBL.
-
- Dec 17, 2017
-
-
nightfox authored
For SlyEdit version 1.52: Added a new configuration file option, allowEditQuoteLines, which lets the sysop toggle whether or not to allow users to edit quote lines.
-
nightfox authored
Updated for SlyEdit version 1.52: Added a note about the new configuration file option, allowEditQuoteLines
-
nightfox authored
SlyEdit version 1.52: Added the ability for the sysop to toggle whether or not to allow users to edit quote lines. This is done via a new parameter in the SlyEdit configuration file: allowEditQuoteLines . By default it is enabled, but it can be disabled with this line in the SlyEdit configuration file: allowEditQuoteLines=false
-
- Dec 14, 2017
- Dec 13, 2017
- Dec 12, 2017
-
-
rswindell authored
-
- Dec 11, 2017
-
-
rswindell authored
Fixed problem allowing insert of array elements even when array has reach the maximum length. Require the first property of added objects to have a non-blank value.
-
rswindell authored
(helpful in determining proper BSO directory for an "othernet" zone).
-
rswindell authored
-> Advanced tab
-
rswindell authored
should be editable now. Now tracks number verifications and updates per entry. Rremoved UDP-finger auto-verification (deprecated). Display all system operators (if > 1) in the list view. Disable Ctrl-U key handler in sbbs (used for page-up). Support Insert and Delete for add and remove BBS entry. PageUp/PageDn key support. Fix the printf() usage that could be causing the crash in v3.16. Added (optional) Live preview support (set live_preview=true in modopts.ini) New command-line options: -addr, preview, -reverse Changed the instant-message list (sbbsimsg.lst) file format exported: - removed protocol names (not used) - added BBS name (handy in sbbsimsg.js going forward)
-
- Dec 10, 2017
-
-
rswindell authored
lines - don't check the (invalid) sbbs_t:useron.qwk settings for QWKE support in this case (!). If you've been seeing the occasional message with "Subject:" as the first line followed by some @-kludge lines (e.g. @MSGID, @TZ, etc.) this would be the cause: you have QWKE support enabled on your hub BBS (e.g. VERT), which adds the "Subject:" kludge lines for subjects > 25 chars and when importing QWK messages from a *hub*, these lines weren't (normally) parsed/stripped.
-
nightfox authored
Version 1.17 beta 50 - Fixed a bug introduced in beta 49 where it was no longer displaying vote stats (such as up/downvotes) for a message. Now, it gets a message header with expanded headers again (like it did before) for viewing a message, and when applying the MSG_READ attribute (when a user reads a message to them), it gets a header without expanded headers to apply MSG_READ and save it.
-
rswindell authored
-
rswindell authored
sequence is currently just the <esc>[V and <esc>[U sequences (supported by SyncTERM).
-
- Dec 09, 2017
- Dec 08, 2017
-
-
rswindell authored
argument, in case the caller doesn't want 76 characters per encoded line.
-
rswindell authored
exists in the message body.
-
rswindell authored
-
rswindell authored
-
rswindell authored
stupidity that results in all the entries being removed and protect against simultaneous edits and such.
-
rswindell authored
a one line script, but it's handy.
-
echicken authored
-
rswindell authored
When displaying message body text, skip all initial ocurrences of CR or LF (rather than all initial white-space). Some people use white-space for centering or justifying blocks of text and we don't want to mess up the presentation of their messages.
-
rswindell authored
CR or LF, just a convenience wrapper for SKIP/FIND_CHARSET(p, "\r\n")
-
- Dec 07, 2017
-
-
rswindell authored
* Implemeneted Add and Remove commands * Begun implementation of Edit command * Smplified json model a bit: - bbs.xtrns -> bbs.doors - bbs.software.bbs -> bbs.software - bbs.terminal.support[.type] -> bbs.terminal.types[] - dates are always stored as strings (rather than just sometimes)
-
rswindell authored
-