Skip to content
Snippets Groups Projects
  1. Feb 02, 2023
  2. Jul 07, 2022
  3. Jun 02, 2022
  4. Feb 28, 2022
  5. Feb 24, 2022
  6. May 20, 2021
    • Deucе's avatar
      Add an argument to cterm_end() to not free fonts · b7c1aef0
      Deucе authored
      While we're doing that, actually use it in SyncTERM so the offline
      scrollback retains fonts.
      
      Also, fix an issue where the current mode would be updated with
      the custom parameters when you changed them.
      
      Finally, remove some unused variables.
      b7c1aef0
  7. Feb 14, 2021
  8. Feb 10, 2021
  9. Jan 18, 2021
  10. Dec 23, 2020
  11. Dec 13, 2020
  12. Nov 23, 2020
  13. Nov 04, 2020
    • Rob Swindell's avatar
      Rewrite recycle_servers() · face9690
      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.
      face9690
  14. Sep 23, 2020
  15. Sep 18, 2020
  16. Sep 15, 2020
  17. Aug 17, 2020
  18. 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
  19. Jun 30, 2020
  20. Apr 12, 2020
  21. Apr 02, 2020
  22. Mar 24, 2020
  23. Mar 22, 2020
  24. Mar 21, 2020
  25. Mar 15, 2020
  26. Feb 04, 2020
  27. 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
  28. Sep 26, 2019
  29. Aug 31, 2019
  30. Jun 29, 2019
  31. Mar 19, 2019
  32. Jan 01, 2019
  33. Jul 24, 2018
    • rswindell's avatar
      userdat.* now requires msgdate.* · 059ba19c
      rswindell authored
      059ba19c
    • rswindell's avatar
      The great Copyright year update and (mostly) removal of 2018: · f869ad3d
      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.
      f869ad3d
Loading