- 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 8 commits
- 22 Dec, 2019 2 commits
-
-
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
-
- 21 Dec, 2019 1 commit
-
-
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.
-
- 20 Dec, 2019 1 commit
-
-
rswindell authored
Only retain the last (most recent) 10 data/<id>.qwk.*.bad files and data/file/<user-num>.rep.*.bad files.
-
- 19 Dec, 2019 1 commit
-
-
rswindell authored
Bug introduced in rev 1.59 by Nightfox. "jsexec sbbslist list" still has many other JS errors even after this fix. :-(
-
- 13 Dec, 2019 1 commit
-
-
rswindell authored
-
- 11 Dec, 2019 1 commit
-
-
rswindell authored
(defaults to false) Set to BinkpTLS=true to use BinkP over TLS for a specified node.
-
- 10 Dec, 2019 1 commit
-
-
rswindell authored
additional arguments to be specified after 'RESET' even though they weren't used.
-
- 08 Dec, 2019 1 commit
-
-
nightfox authored
-