Skip to content
Snippets Groups Projects
  1. Feb 28, 2022
  2. Feb 25, 2022
  3. Feb 24, 2022
  4. Apr 04, 2021
  5. Feb 14, 2021
  6. Jan 18, 2021
  7. Oct 25, 2020
  8. Oct 03, 2020
  9. Sep 25, 2020
    • Rob Swindell's avatar
      Fix crash in createdefaults() when SBBSCTRL environment variable not set · 1b14ddf0
      Rob Swindell authored
      Don't re-read the configuration - we already have it in memory, just pass it
      by reference to createdefaults(), so we don't need the SBBSCTRL environment
      variable (again). As reported by Michael Long via alt.bbs.synchronet.
      
      Also addressed the truncation of the new user chat handle as reported by GCC.
      1b14ddf0
  10. Aug 17, 2020
  11. 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
  12. Apr 12, 2020
  13. Apr 02, 2020
  14. Jan 09, 2020
  15. Jan 03, 2020
    • rswindell's avatar
      Add/use a new get_ctrl_dir() function to query the SBBSCTRL env var and if · b236be71
      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).
      b236be71
  16. Sep 25, 2019
  17. Aug 24, 2019
  18. Jun 29, 2019
  19. Jan 01, 2019
  20. Oct 25, 2018
  21. Jul 24, 2018
  22. Feb 23, 2018
  23. Dec 13, 2017
  24. Nov 13, 2017
  25. Nov 28, 2016
  26. Aug 27, 2015
  27. Feb 14, 2014
  28. Feb 13, 2014
  29. Jun 15, 2012
  30. Oct 19, 2011
  31. Oct 14, 2011
Loading