- 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".
-
- Dec 01, 2019
-
-
rswindell authored
newsgroup name (as is standard per RFC3977). Add missing 'control.dat' description to help text. Add a newsgroup.lst option to the "Export Area File Format" menu.
-
rswindell authored
(configured or auto-generated): getsubnewsgroupname().
-
rswindell authored
list of newsgroups (using the "LIST NEWSGROUPS" command) and direct the output to stdout (e.g. suitable for import into SCFG->Message Areas).
-
- Nov 30, 2019
-
-
rswindell authored
-
rswindell authored
file (one newsgroup name per line). The newsgroup name is used for all the area fields/names, removing the group name if applicable. Any additional text following the first word of each line is ignored. Also sets the INET/NTTP networked flag for all the imported subs. Also, fixed apparently long-standing bug where QWK name of imported subs was always overwritten with sub's short name.
-
- Nov 22, 2019
-
-
rswindell authored
targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
-
- Nov 20, 2019
-
-
nightfox authored
Improved the optimized screen drawing behavior for PETSCII. There's still a glitch in refreshing the last character on the row when moving the lightbar with the up/down arrow keys, but it's more well-behaved now for PETSCII.
-
- Nov 19, 2019
-
-
rswindell authored
terminated with either a double-quote or a semicolon character. If not enclosed in quotes, terminate on the first white-space char following the filename=.
-