- Jan 18, 2020
- Jan 15, 2020
-
-
deuce authored
-
- Jan 12, 2020
- Jan 10, 2020
-
-
rswindell authored
-
- Jan 09, 2020
-
-
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
-
- Jan 06, 2020
-
-
rswindell authored
Also warn if the default "My Brand-new BBS" is still set.
-
- Jan 05, 2020
- Jan 04, 2020
-
-
rswindell authored
-
- Jan 03, 2020
-
-
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
-
- Jan 02, 2020
- Dec 22, 2019
-
-
rswindell authored
conn_telnet.c: In function 'telnet_output_thread': conn_telnet.c:95:56: warning: passing argument 6 of 'telnet_expand' from incompatible pointer type ../sbbs3/telnet.h:168:18: note: expected 'unsigned char **' but argument is of type 'char **'
-
rswindell authored
bbslist.c: In function 'get_emulation_str': bbslist.c:2105:1: warning: control reaches end of non-void function
-
- Dec 21, 2019
-
-
nightfox authored
Version 1.28 - Bug fix: When the user changes to a different message area while reading a message, the reader would exit with an error due to an invalid last-read message number. This has been fixed.
-
- Dec 20, 2019
-
-
rswindell authored
Only retain the last (most recent) 10 data/<id>.qwk.*.bad files and data/file/<user-num>.rep.*.bad files.
-
- Dec 19, 2019
-
-
rswindell authored
Bug introduced in rev 1.59 by Nightfox. "jsexec sbbslist list" still has many other JS errors even after this fix. :-(
-
- Dec 13, 2019
-
-
rswindell authored
-
- Dec 11, 2019
-
-
rswindell authored
(defaults to false) Set to BinkpTLS=true to use BinkP over TLS for a specified node.
-
- Dec 10, 2019
-
-
rswindell authored
additional arguments to be specified after 'RESET' even though they weren't used.
-
- Dec 08, 2019
-
-
nightfox authored
-
- Dec 03, 2019
-
-
rswindell authored
When present, all sub-boards flagged as Internet/NNTP networked will automatically be included as a newslink'd area (no "area" line needed). If the sysop wants to override the configured/default newsgroup name, the flags or the attachment directory for a specific sub-board/area, they can still use the "area" keyword to specify those values for a sub-board. Fixed the long standing UNRECOGNIZED KEYWORD: null error upon a blank line. Apparently truncsp(null) will return "null".
-