- 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
-
- 03 Dec, 2019 1 commit
-
-
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".
-
- 01 Dec, 2019 3 commits
-
-
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).
-
- 30 Nov, 2019 2 commits
-
-
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.
-
- 22 Nov, 2019 1 commit
-
-
rswindell authored
targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?). Stop.
-
- 20 Nov, 2019 1 commit
-
-
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.
-
- 19 Nov, 2019 1 commit
-
-
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=.
-
- 18 Nov, 2019 3 commits
-
-
rswindell authored
11/18 20:12:48 evnt BINKOUT Connecting to 3:633/509.1@fidonet at p1f509.n633.z3.binkp.net:24554 * The address is missing a dot between p1 and f509?
-
rswindell authored
(e.g. for Hold status) even if/when it's a point off of us.
-
rswindell authored
Don't ever route netmail when the destination zone/net/node matches a local AKA (ignoring the point value).
-
- 17 Nov, 2019 2 commits
-
-
nightfox authored
Resolution for the issue of there sometimes being a few empty lines between the end of the BBS list and the prompt text - For example, on the last page if the BBS entries don't fill the whole screen.
-
nightfox authored
Addressing a few issues noted in the previous commit: Functions declared after main() are now before main(). Fixes a display glitch when moving the selected BBS using the up/down arrow keys. The redraw_whole_list variable now defaults to true and is set to false when needed, minimizing the number of times it needs to be changed.
-
- 14 Nov, 2019 1 commit
-
-
nightfox authored
More efficient screen updates (i.e., when using the up & down arrows, only move the lightbar on the 2 affected rows, don't redraw the whole list unless going to the next/previous page)
-