- Jan 07, 2018
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
- if the sysop had text/menu/<filename>.bak (for example), the optoinal menu would attempt to load, resulting in an error ("<filename>.asc not found") - if the sysop specified menu_file or menu_dir (e.g. via Baja), the existing checks for optional menu file existance would not work
-
- Jan 06, 2018
-
-
rswindell authored
-
- Jan 04, 2018
-
-
rswindell authored
-
- Jan 03, 2018
-
-
deuce authored
-
- Dec 30, 2017
-
-
rswindell authored
<ESC>[5~ and <ESC>[6~ (these appear to be VT-220 sequences).
-
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.
-
- Dec 29, 2017
- 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 18, 2017
-
-
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).
-
- Dec 13, 2017
- Dec 11, 2017
- 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.
-
rswindell authored
sequence is currently just the <esc>[V and <esc>[U sequences (supported by SyncTERM).
-
- Dec 08, 2017
-
-
rswindell authored
exists in the message body.
-
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 06, 2017
- Dec 05, 2017
-
-
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.
-
- Dec 03, 2017
-
-
rswindell authored
-
- Dec 02, 2017
-
-
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.
-
- 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.
-
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).
-
rswindell authored
before the IPv6 changes made in rev1.615. This also left the localspy#.sock files in the temp directory after sbbs was shutdown, so that's now fixed.
-
rswindell authored
When fixing a non-hyper-allocated message base, the newly created .sha (header allocation) file would contain one extra zero-record because I wasn't accounting for the SMB/status header (32 bytes) in the .shd file when I was initialing the new .sha file. This explains chksmb warning !Size of SHA file (x) does not match SHD file (y) after running fixsmb on a message base.
-
rswindell authored
controls. Since Nov-28-2016, this would trigger a recycle of all the servers, which was really unecessary. So instead, just make sure we save the .ini file when the program closes (in addition to the other times its saved).
-
rswindell authored
- VoteInThisPollNow - MIMEDecodedPlainText
-