- Dec 23, 2020
-
-
Rob Swindell authored
-
- Dec 13, 2020
-
-
Rob Swindell authored
when selecting a node (data comes from node#/client.ini). For Nelgin.
-
Rob Swindell authored
Was using <data_dir>/temp to check for free space. data/temp is not a normally created directory, so usually this check would fail and just report 0 bytes free space. Instead, lets check the data directory itself.
-
- Nov 23, 2020
-
-
Rob Swindell authored
Combined with a fix in uifc32.c, this fixes some problems with spawning external programs (e.g. to edit files, run scfg, echocfg, etc.) and when returning having a different keyboard input functionality and the screen all fubarred. Tested with Linux/ncurses.
-
- Nov 04, 2020
-
-
Rob Swindell authored
Added an "All Servers" option. Fixed the "Telnet server" (now "Terminal Server") to set the correct/modern semaphore file. Simplified the implementation of this function.
-
- Sep 23, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
(e.g. logon, new-user, quiet mode) - these are value node status values with a user on the node. Also address GCC warnings about unsafe sprintf usage, e.g. warning: ‘%s’ directive writing up to 79 bytes into a region of size 59
-
- Sep 18, 2020
-
-
Rob Swindell authored
rather than just falling over and twitching like an injured slug
-
- Sep 15, 2020
-
-
Rob Swindell authored
-
- Aug 17, 2020
-
-
Rob Swindell authored
-
- Aug 16, 2020
-
-
Rob Swindell authored
If jsexec is used for a CGI script and the SBBSCTRL env var was not set, a warning would be printed (to stderr), even if the -c option was used to specify the path to the ctrl dir. get_ctrl_dir() now accepts a boolean argument to specify whether to print a warning when the default value ("/sbbs/ctrl") is used. Pass FALSE for jsexec, TRUE for other callers (currently).
-
Rob Swindell authored
-
- Jun 30, 2020
-
-
deuce authored
-
- Apr 12, 2020
-
-
rswindell authored
Removed some unnecessary carriage returns from printf statements.
-
- Apr 02, 2020
-
-
deuce authored
-
- Mar 24, 2020
-
-
rswindell authored
-
- Mar 22, 2020
- Mar 21, 2020
-
-
rswindell authored
Fixed capitalization and description of "SBBSecho".
-
- Mar 15, 2020
-
-
rswindell authored
stack. Use the heap instead.
-
- Feb 04, 2020
-
-
rswindell authored
As reported by Ragnarok (DOCKSUD)
-
- Jan 03, 2020
-
-
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).
-
- Sep 26, 2019
-
-
rswindell authored
text.
-
- Aug 31, 2019
-
-
rswindell authored
-
- Jun 29, 2019
- Mar 19, 2019
-
-
rswindell authored
-
- Jan 01, 2019
-
-
rswindell authored
-
- Jul 24, 2018
-
-
rswindell authored
-
rswindell authored
Most of the copyright years in the source code were misleading (the date of most recent publish was actually later) and all were unnecessary. I've been removing copyright years piecemeal, for a long time, but I decided it was time to just perform a bulk search and (mostly) replace. In some cases, I left old copyright years on files that either are not used (and soon to be removed) or obsolete and unlikely to ever be touched again (e.g. Win9x FOSSIL VXD). Some of the runtime binaries still contain copyright years and those were updated to 2018.
-
- Mar 19, 2018
-
-
deuce authored
-
- Mar 17, 2018
-
-
deuce authored
-
- Mar 10, 2018
-
-
deuce authored
-
- Feb 25, 2018
-
-
rswindell authored
creates/deletes the file: ctrl/sysavail.chat
-
- Feb 13, 2018
-
-
deuce authored
Update scrollback to use vmem_gettext() Update all the things I previously updated for the new cterm_init() prototype So now I expect things to work again... though X11 mode may have issues, and SDL overlay mode is dog slow.
-
- Feb 11, 2018
- Feb 02, 2018
-
-
deuce authored
-
- Jan 30, 2018
-
-
deuce authored
Update everything to use that instead of 0x00 and 0xff. Should only impact the use of the close window control in Windows, X, and macOS.
-
- Dec 13, 2017
-
-
rswindell authored
-