Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Aug 16, 2020
    • Rob Swindell's avatar
      Fix issue with jsexec being used for CGI scripts · 54431b31
      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).
      54431b31
    • Rob Swindell's avatar
      Commit with CVS Keywords expanded. · dfa1a0a4
      Rob Swindell authored
      dfa1a0a4
  3. Jan 03, 2020
  4. Dec 12, 2018
  5. Jul 24, 2018
  6. Mar 20, 2018
  7. Feb 20, 2018
  8. Nov 28, 2016
  9. Jan 23, 2015
  10. Jan 09, 2014
  11. May 06, 2013
  12. Feb 11, 2013
  13. Sep 01, 2011
  14. Mar 17, 2010
  15. Feb 19, 2009
  16. Feb 11, 2009
  17. Jun 04, 2008
  18. Dec 31, 2006
  19. Sep 15, 2006
    • rswindell's avatar
      Replace the "log mask" concept with a much simpler "log level" concept: · 76a64bca
      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.
      76a64bca
  20. Apr 08, 2006
  21. Feb 21, 2006
  22. Sep 05, 2005
  23. Sep 04, 2005
  24. Sep 02, 2005
  25. Mar 15, 2005
  26. Mar 12, 2005
    • rswindell's avatar
      If [-]help or [-]? is passed on the command-line, no longer attempts to start · 04540d61
      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.
      04540d61
  27. Feb 18, 2005
  28. Dec 04, 2004
  29. Oct 21, 2004
  30. Oct 18, 2004
  31. Oct 15, 2004
  32. Jul 01, 2004
  33. May 28, 2004
  34. Oct 23, 2003
  35. Oct 21, 2003
Loading