- 13 Dec, 2017 4 commits
- 12 Dec, 2017 1 commit
-
-
rswindell authored
-
- 11 Dec, 2017 4 commits
-
-
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)
-
- 10 Dec, 2017 4 commits
-
-
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).
-
- 09 Dec, 2017 3 commits
- 08 Dec, 2017 9 commits
-
-
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")
-
- 07 Dec, 2017 2 commits
-
-
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
-
- 06 Dec, 2017 2 commits
- 05 Dec, 2017 5 commits
-
-
deuce authored
I likely wrote this so BinkIT could make NetMail great again... then I moved to Michigan and got drunk.
-
deuce authored
A lot of LDesc stuff has leading whitespace.
-
deuce authored
be defined.
-
rswindell authored
environment variable (to the same value as SBBSNNUM) as some door games (e.g. Bordello, by T&J Software) have support for this environment variable built into their configuration file parsing. This makes setting up multiple nodes much easier/faster, as you can re-use the same configuration file for all of them by just specifying this environment variable in the .cfg file (e.g. "c:\sbbs\node%PCBNODE%\door.sys"). Unfortunately, you can't use just *any* environment variable, it has to be one of the ones specifically supported by their programs (or door frame door kit?). Anyway, this simple hack can save a lot of time setting up some of these doors. I did not do this for executing native (32-bit) programs as I'm pretty sure there was never a 32-bit version of PCBoard, so that wouldn't make much sense.
-
nightfox authored
Version 1.17 beta 49: Fixed a bug when marking messages as 'read' when the user reads messages that were written to them - It was getting an 'expanded headers' error with recent builds (on/after December 1, 2017). A similar error used to happen occasionally but not all the time.
-
- 03 Dec, 2017 3 commits
- 02 Dec, 2017 3 commits
-
-
rswindell authored
we call put_msg_header() later with this same message header.
-
rswindell authored
has a MIME-encoded file attachment, decode that attachment into a file and attach to the message FTN-style. - This allows sending of FTN file attached netmail using your Internet email client. - Only a single attachment is supported (consistent with all attachment support in SBBSecho). create_netmail() enhancements: Don't add the FLAGS control line if we're in FLO-mode - this line is not used by BSO/FLO mailers. If there is a file attachment, but the message contains a subject, add a Subject: <original subject> line to the message body, since FTN requires the attached filename be placed in the subject.
-
rswindell authored
(because we're writing the modified header back).
-