- 04 Feb, 2020 1 commit
-
-
rswindell authored
As reported by Ragnarok (DOCKSUD)
-
- 02 Feb, 2020 1 commit
-
-
rswindell authored
(said port 0) since the port had not been bound yet. So fix the display order of that msg (after listen() is called) and lower the log level to debug.
-
- 31 Jan, 2020 1 commit
-
-
rswindell authored
sbbs have their capabilities set correctly with this setup.
-
- 24 Jan, 2020 2 commits
- 23 Jan, 2020 5 commits
-
-
deuce authored
Unbreak it. While we're here, prefer ECDH so we get an 'A' from ssllabs.
-
rswindell authored
-
deuce authored
only (you can still use them from JS etc).
-
deuce authored
they're enabled even if there is no usable oracle (ie: ssllabs.com). This is easier than explaining to everyone who worries about it. Hopefully there's nothing left that requires TLS_RSA suites from the client.
-
rswindell authored
Areafix requests to unlink a node from an area would corrupt the list of linked nodes: the *last* listed node would always be removed. If this was not the node that submitted the areafix request, then 2 nodes would be removed from the list of linked-nodes for an echo. To simplify this, we're just going to not write the removed node back to the area file, but leave it in the in-memory list. So technically, the node won't be unlinked until the next run of SBBSecho when the area file is re-parsed. If that's a problem, we can always add run-time removal from the in-memory list later. Reported by Alterego (ALTERANT).
-
- 21 Jan, 2020 2 commits
-
-
rswindell authored
specified on the command-line (-n option). This also would have fixed Nelgin's issue with this script.
-
rswindell authored
to and from extension header fields were being set (for the mail base) even when the to or from name was not a valid local user name (thus an extension value of "0" was being stored in the header) - causing netmail imported with postmsg.js to never get exported.
-
- 20 Jan, 2020 1 commit
-
-
rswindell authored
*.msg).
-
- 18 Jan, 2020 2 commits
- 15 Jan, 2020 1 commit
-
-
deuce authored
-
- 12 Jan, 2020 5 commits
- 10 Jan, 2020 1 commit
-
-
rswindell authored
-
- 09 Jan, 2020 1 commit
-
-
rswindell authored
non-deleted and active user records. Renamed the old "User List" menu option: "List All User Records" The online help probably needs fixing now: TODO
-
- 06 Jan, 2020 1 commit
-
-
rswindell authored
Also warn if the default "My Brand-new BBS" is still set.
-
- 05 Jan, 2020 2 commits
- 04 Jan, 2020 1 commit
-
-
rswindell authored
-
- 03 Jan, 2020 8 commits
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
SBBSCTRL env var isn't set (defualts to "/sbbs/ctrl" instead, like the other utils).
-
deuce authored
This allows redirect targets from paths that don't exist. Required to implement hard-coded API endpoints via ssjs.
-
rswindell authored
not set (or blank), use the default ("/sbbs/ctrl") and print a warning to stderr. This resolves a FAQ for sysops that struggle with setting the SBBSCTRL env var, but do have sbbs install in /sbbs or a symlink from /sbbs to where sbbs is actually installed. Note: this function is different than the one previously defined in getctrl.c but never used. If/when we ever really need to support PREFIX, then perhaps we'll use that one (which copies a string to a buffer).
-
rswindell authored
-r = display raw message body text (not MIME-decoded)
-
rswindell authored
replace the recursive binary-search scanDictionary method with a linear search function to avoid infinite recursion
-
rswindell authored
-
- 02 Jan, 2020 5 commits