- Aug 23, 2020
-
-
Rob Swindell authored
That way, the file and line number is reported correctly.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
I don't think Randy meant to wait 500 seconds here.
-
- Aug 22, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
The list of exlcuded sub-directories should likely instead be a separate file in the repo, but meh, later. Right now, syncterm is excluded (that project is separately built and archived nightly), but syncdraw is included. Almsot everything that was previously not included in the 'src-sbbs3' CVS module alias is also being not included (excluded) here.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
- Aug 20, 2020
-
-
Rob Swindell authored
-
- Aug 18, 2020
-
-
Curses mode does not allow you to control the mode. This should fix mysterious and hard-to-pin-down UIFC MONO mode.
-
Deucе authored
This allows get_cterm_size() to return a likely correct value even if there actually is no cterm instance to get the size of.
-
Rob Swindell authored
-
Deucе authored
Curses mode does not allow you to control the mode. This should fix mysterious and hard-to-pin-down UIFC MONO mode.
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Add clang.* and gcc.* to .gitignore See merge request sbbs/sbbs!2
-
Deucе authored
Not all output directories end in .release or .debug (ie: when BUILDPATH is used)
-
- Aug 17, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
Fix issue with jsexec being used for CGI scripts See merge request sbbs/sbbs!1
-
- 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
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
Rob Swindell authored
-
rswindell authored
Added "can_access" property to message areas and file areas for a quick/easy way for a script to check if the current user has access or not.
-