Skip to content
Snippets Groups Projects
  1. Aug 13, 2022
    • Rob Swindell's avatar
      Add "Log Events to Disk" option/checkbox for terminal server "Events" · 5416e0fb
      Rob Swindell authored
      The "Events" log messages will now be logged to a disk file in
      data/events*.log by default (unless this option is disabled).
      
      If the "First node" is > 1, then the base filename will be
      "events<first-node>", otherwise, it's just "events". This is because you
      would not want multiple instances of sbbs writing to the same events.log
      file - that would be chaos. These log files are subject the log
      rotation/retention policy defined in SCFG.
      
      This should resolve the FAQ for Windows sysops about what log file to
      which their event log messages are being written.
      5416e0fb
  2. Apr 18, 2021
  3. Dec 30, 2020
  4. Apr 17, 2020
  5. Mar 17, 2020
  6. Mar 15, 2020
  7. Jul 19, 2019
  8. Feb 15, 2019
  9. Mar 20, 2018
  10. Nov 28, 2016
  11. May 27, 2016
    • rswindell's avatar
      Server listening interfaces can now be configured again using the various · 25ccb605
      rswindell authored
      - "Configure" menus (not working since the IPv6 commit) - both IPv4 and IPv6
         addresses may be specified (comma-separated), or multiple IPv4 addresses!
      - Added new "Temp Ban" settings to Properites->Security tab.
      - Added context (tab) sensitive "Help" button to Properties page
        (links to section on relevant wiki page).
      - Every log window has a new right-click pop-up menu with 2 options:
        1. Copy Selected
        2. Copy All
        Hopefully it's obvious what these menu options do. :-)
      25ccb605
  12. Nov 30, 2015
  13. Aug 14, 2015
  14. Jan 04, 2014
    • rswindell's avatar
      Improve multi-monitor support in Synchronet Control Panel by setting each · 9ed7b99b
      rswindell authored
      undockable form's DefaultMonitor property to dmPrimary (rather than
      dmActiveForm) and save/restore the value from the registry (and export-to
      import-from .ini file) allowing over-ride of default monitor for undocked
      windows to be customized on a per-form basis (very advanced use).
      For sysops not using undockable forms in the control panel (the vast majority),
      this enhancement has no effect.
      9ed7b99b
  15. Sep 01, 2011
  16. Jul 14, 2011
  17. Feb 25, 2010
  18. Oct 25, 2009
  19. Feb 15, 2009
  20. Feb 13, 2009
  21. Feb 12, 2009
  22. Feb 11, 2009
    • rswindell's avatar
      Revert back to a single log timer (for simplicity) that is never stopped. · d1245b08
      rswindell authored
      Store the actual time of the logged event in the link list, so if the log
      is paused (for example), the displayed time stamps remain correct.
      d1245b08
    • rswindell's avatar
      The event_lputs() callback now takes a callback data (cbdata) pointer, which · 5be4b399
      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).
      Now use asynchronous logging (to linked lists) which improves performance
      considerably (BBS/server threads are not waiting for GUI updates) and allows
      the log to be completely paused (no updates) without losing any log messages.
      NT services and integrated servers should have the same log functionality now
      (log files, filtering, colorization).
      5be4b399
  23. Jan 26, 2009
  24. Jan 24, 2009
    • rswindell's avatar
      Added configurable log level filtering. · 016ceb54
      rswindell authored
      Support colorization of logs (using RichEdit instead of Memo controls) based on
      log level - allow customization of color/font style for each log level.
      Still need to add controls for adjusting log level for mail/ftp/services/web
      server log output.
      016ceb54
  25. Feb 12, 2008
  26. Mar 14, 2006
    • rswindell's avatar
      sbbsctrl now supports the ctrl/recycle[.ctrl] and ctrl/shutdown[.ctrl] · b8fafb89
      rswindell authored
      semaphore files so:
      1. SCFG will touch ctrl/recycle causing sbbsctrl to reload its copy of the
      config files resolving the FAQ about why users appear to be running the  wrong
      external program in the node window after adding/removing external programs
      in SCFG.
      2. the control panel can now be gracefully shutdown by touching ctrl/shutdown.
      b8fafb89
  27. Jan 27, 2006
  28. Jan 10, 2006
  29. Dec 22, 2005
  30. Apr 26, 2005
  31. Dec 22, 2004
  32. Dec 20, 2004
Loading