- Feb 15, 2023
-
-
Rob Swindell authored
This kind of sort of matches the SBBSCTRL Config Wizard flow and set of settings now. Pretty neat the stuff you can do with UIFC it turns out. Also fixed a typo here and there and default to the currently-configured deleted-message-viewing policy and stuff like that.
-
Rob Swindell authored
The title isn't displayed in this mode, so the title length is 0. Why is title being strdup()'d here? Something to look into.
-
Rob Swindell authored
-
Rob Swindell authored
-
- Feb 13, 2023
-
-
Rob Swindell authored
Introduced in commit 73e5dd9c, reported by Codefenix
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Non-root users don't have write access to /var/run by default, so don't use that as the default location of the pid file.
-
Rob Swindell authored
Some legacy Baja source files !INCLUDE SBBSDEFS.INC, but the filename is now sbbsdefs.inc, which does not match on case-sensitive filesystems (e.g. Linux) e.g. BBSLISTR.ZIP:!INCLUDE SBBSDEFS.INC FORSALE1.ZIP:!INCLUDE SBBSDEFS.INC FWISH10.ZIP:!INCLUDE SBBSDEFS.INC GUESS20.ZIP:!INCLUDE SBBSDEFS.INC NU_SYNC.ZIP:!INCLUDE SBBSDEFS.INC ONELINE1.ZIP:!INCLUDE SBBSDEFS.INC ni-sbbs.zip:!INCLUDE SBBSDEFS.INC This issue was reported via DOVE-Net by Rick Smith.
-
- Feb 12, 2023
-
-
Rob Swindell authored
Automatically runs when main.ini new_install=true or the '-w' option is passed to SCFG. This doesn't ask all the same questions as the SBBSCTRL Config Wizard, but it's a good start.
-
Rob Swindell authored
getdirsize() is maxed out at size_t, so return that type
-
Rob Swindell authored
This fixes issue #516
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
When changes are made using SCFG on these files, a 'git diff' is now helpful and readable to see what changed. The order of sections and keys change as a result. Some extraneous stuff created by upgrade_to_v320.js was removed and some numeric values change from hex to decimal encoding.
-
Rob Swindell authored
-
Rob Swindell authored
Resolve the QWKnet hub 'days' key in msgs.ini being written as -1
-
Rob Swindell authored
Not that most of these values should ever exceed 32767, but might as well
-
Rob Swindell authored
min_dspace is an *unsigned* short, so saving 65535 (the default) was converting the signed decimal representation when saving file.ini.
-
Rob Swindell authored
Following the (now proper) naming introduced in commit 8e6ebec3
-
Rob Swindell authored
upgrade_to_v320.js sets these values to just "0", so let's not thrash on the format.
-
- Feb 11, 2023
-
-
Rob Swindell authored
Resulted from upgrade_to_v320.js typo
-
Rob Swindell authored
-
Rob Swindell authored
SlyEdit: Small fix for sysop checking (didn't catch it in the earlier refactor) See merge request !256
-
-
Rob Swindell authored
This appeared in the ChromeOS taskbar, so now it'll say "Synchronet Configuration" instead.
-
Rob Swindell authored
The old NM_NO_NUM flag is unused/deprecated.
-
Rob Swindell authored
This fixes the issue (#515) that was introduced 9 months ago (after the v3.19b release) with commit b1449b27. Also: movefile() will now log an error message if addfile() fails. Fix the message logged when the file is successfully moved.
-
Rob Swindell authored
SlyEdit: For sysops, when importing a file, SlyEdit can optionally send immediately (if not, edit the message before sending). Useful for posting ANSI files See merge request !255
-
Rob Swindell authored
js_init was assuming that startup != NULL
-
Rob Swindell authored
Fixes issue #398
-
Eric Oulashin authored
SlyEdit: For sysops, when importing a file, SlyEdit can optionally send immediately (if not, edit the message before sending). Useful for posting ANSI files
-
Rob Swindell authored
Paul Hayton (fsxNet admin) had this idea. This seems to do the trick. It does use the listed IBN (BinkP) address as a fall-back if the INA and ITN addresses aren't specified, which may not be desireable. So maybe that should be a command-line option to enable as desired. <shrug>
-
Deucе authored
1) Unreachable return without a lock in sdl_useR_func_ret() (harmless) 2) LOR in handling SDL_USEREVENT - vstatlock was obtained inside of win_mutex which should never be done... this could (and likely does) result in a deadlock when using SDL mode.
-
- Feb 10, 2023
-
-
Rob Swindell authored
New (optional) keys in ctrl/sbbs.ini (with defaults): [BBS] DefaultTermWidth=80 DefaultTermHeight=24 This fixes issue (feature request) #491
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
The default value is the same as the previously hard-coded value: 15 minutes. Increase this value to prompt the sysop for the system password less frequently, decrease for more frequent. This fixes issue #407.
-