- Aug 17, 2020
-
-
Rob Swindell authored
-
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
-
- Jan 03, 2020
-
-
rswindell authored
-
- Dec 12, 2018
-
-
rswindell authored
- include errno description (strerror output) - exclude (redundant) node number
-
- Jul 24, 2018
-
-
rswindell authored
option - the sysop chat availability is now controlled via semaphore file (ctrl/sysavail.chat).
-
- Mar 20, 2018
-
-
rswindell authored
-
- Feb 20, 2018
-
-
rswindell authored
-
- Nov 28, 2016
-
-
rswindell authored
-
- Jan 23, 2015
-
-
rswindell authored
of its startup structure.
-
- Jan 09, 2014
-
-
rswindell authored
all stopped the service instead. Thanks for the bug report, art!
-
- May 06, 2013
-
-
mcmlxxix authored
-
- Feb 11, 2013
-
-
deuce authored
-
- Sep 01, 2011
-
-
rswindell authored
The attempt list can be view with sbbscon->'a' command or sbbsctrl->view->Login Attempt List... Delay/throttle/hacklog/and auto-filter values/thresholds are now configurable in sbbs.ini.
-
- Mar 17, 2010
-
-
rswindell authored
-
- Feb 19, 2009
-
-
rswindell authored
-
- Feb 11, 2009
-
-
rswindell authored
event rather than the time of their were actually logged, which could be later)
-
rswindell authored
may be different than the cbdata pointer for the other bbs_startup_t callbacks. NT services now include the log level in log messages (allowing SBBSCTRL to filter/colorize as appropriate).
-
- Jun 04, 2008
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- Dec 31, 2006
-
-
rswindell authored
-
- Sep 15, 2006
-
-
rswindell authored
instead of a bit-mask representing all the log levels to actually "see", use a single numeric (or nmemonic) level value (ERROR, WARNING, NOTICE, etc.) and less severe log levels (levels with a higher numeric value) will be filtered (e.g. not "seen" or logged). It's the basic syslog() concept.
-
- Apr 08, 2006
-
-
rswindell authored
-
- Feb 21, 2006
-
-
rswindell authored
Bug-fix: the "SynchronetEvent" NT event log source wasn't be registered.
-
- Sep 05, 2005
- Sep 04, 2005
-
-
rswindell authored
can now be performed without using sbbsctrl or semaphore files.
-
- Sep 02, 2005
-
-
rswindell authored
Handles service not installed and other errors more gracefully now.
-
- Mar 15, 2005
-
-
rswindell authored
"SynchronetBBS").
-
- Mar 12, 2005
-
-
rswindell authored
service control dispatcher (just displays usage). Usage is no longer displayed if the service control dispatcher is started successfully. "/options" are supported (as well as "-options" and just "options"). When re-enabling a disabled service, sets the service's start type to "auto" or "manual" based on the AutoStart settings in the startup .ini file. Added "start" and "stop" commands to easily start and stop one or all services using sbbsNTsvcs.
-
- Feb 18, 2005
-
-
rswindell authored
-
- Dec 04, 2004
-
-
rswindell authored
MUTE, UNMUTE, SYSOP_AVAILABLE, and SYSOP_UNAVAILABLE (used to toggle these option bits from sbbsctrl).
-
rswindell authored
registered (in the registry), which allows the event log messages to be displayed in the Windows event log viewer more clearly (no more errors about missing event source descriptions).
-
- Oct 21, 2004
-
-
rswindell authored
recycle.
-
- Oct 18, 2004
-
-
rswindell authored
only used for disabling.
-
- Oct 15, 2004
-
-
rswindell authored
-
- Jul 01, 2004
-
-
rswindell authored
gethostname() (and the proper WinSock init/cleanup) to get the hostname.
-
- May 28, 2004
-
-
rswindell authored
sbbs_read/write_ini().
-
- Oct 23, 2003
-
-
rswindell authored
services) start type to DISABLE or AUTO_START.
-
- Oct 21, 2003
-
-
rswindell authored
-