- Dec 11, 2017
-
-
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
-
- Dec 06, 2017
- Dec 05, 2017
-
-
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.
-
- Dec 03, 2017
- Dec 02, 2017
-
-
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).
-
- Dec 01, 2017
-
-
rswindell authored
incrementing the argv index in a call to JSSTRING_TO_MSTRING causes the index to be incremented twice!
-
- Nov 29, 2017
-
-
rswindell authored
portion of the To: header field in the RECIPIENT name as FTN software doesn't typically expect/handle that.
-
rswindell authored
get the "plain text" part only - this solves one problem with using an Internet email program to send NetMail. The next problem (ToDo) would be to extract MIME-encoded file attachment(s) and export them the FidoNet way.
-
nightfox authored
Version 1.17 beta 48 - Bug fix: When listing messages in reverse order in lightbar mode and all messages are selected/de-selected, the checkmarks on the screen now update properly. Also, updated so that when listing personal email, it will use the regular formatting colors rather than the colors for messages to the user, since all personal emails are to the user (the 'to user' colors for each email might be obnoxious).
-
rswindell authored
<PAGING> tag in the ndoe status display.
-
rswindell authored
supported), remove the file path information from the message subject (it's not needed and could be seen as a security issue).
-
- Nov 28, 2017
-
-
rswindell authored
an errorneous exit (and trigger the -! pause on error).
-