Skip to content
Snippets Groups Projects
  1. Oct 31, 2017
  2. Oct 30, 2017
  3. Oct 29, 2017
  4. Oct 28, 2017
    • rswindell's avatar
      Fixed an MSVC2013 compilation errors and a couple of NULL pointer dereferences · f6652afc
      rswindell authored
      introduced in the previous commit.
      f6652afc
    • rswindell's avatar
      Fixed typos in comments. · f5695da0
      rswindell authored
      f5695da0
    • rswindell's avatar
      EchoStats filename (data/echostats.ini) is now configurable. · 884c19fb
      rswindell authored
      EchoStats now contain message timezones (when written) and a "known" flag
      (bad echoes have known = false).
      EchoStats are now sorted before being written to the EchoStats file.
      Fixed bug in getfmsg(): trailing ex-ASCII chars of the message body would be
      chopped-off - go back to using a uchar.
      Re-worked packed-msg import parsing and grunged message detection a bit to
      log more msg details for all EchoStats.
      Added "AutoAddSubs" feature (set to true in sbbsecho.ini to enable):
      - If sub-boards are created (e.g. with SCFG) in one or more message groups, the
        areas can be automatically added to your Area File (areas.bbs)
      - The hub must be first configured in EchoCfg->Linked Nodes and then you set
        the GroupHub key in sbbsecho.ini to the name of the message group that this
        link is the hub for (e.g. "FidoNet"). You can specify multiple groups, if
        necessary, by comma-separating the names.
      884c19fb
  5. Oct 26, 2017
  6. Oct 25, 2017
  7. Oct 23, 2017
  8. Oct 19, 2017
  9. Oct 18, 2017
    • rswindell's avatar
      Track new stats per invocation of SBBSecho and report during the "signoff" · 86653b7c
      rswindell authored
      ("Exiting") log message: packets sent, packets imported, bundles sent, and
      bundles unpacked.
      Signoff log messages is always logged when in "Debug" log level.
      Stat groups that are all zeroes are not logged in the "signoff" message.
      The inbound, secure_inbound, and outbound directories are now "full pathed",
      meaning relative paths become absolute paths, forward-slashes become
      backslashes (on Windows), etc. This makes the command-line generated and using
      these paths less likely to be incompatible with archive unpackers.
      The configured inbound/outbound paths are now logged in "Debug" log level mode.
      The optional "outgoing_sem" (used by binkit or tickit.js) is now touched under
      more circumstances (e.g. outbound bundle created without exporting any new
      mail).
      No longer log the "writing" bad areas file debug output.
      
      Area Manager changes:
      - Bug-fix: %PASSWORD was setting the wrong key in the [node] section of the
        sbbsecho.ini file (areafix_pwd -> AreafixPwd).
      - Enhancement: %PKTPWD command may now be used to change the ndoe's packet
        password. This change takes effect immediately, so additional packets in the
        same session or bundle would need to use the new password. This can be
        changes to take effect the next time SBBSecho is invoked instead, if desired.
      - Aliases for AreaMgr commands for commonly supported synonymous commands:
        %PWD -> %PASSWORD
        %COMPRESS -> %COMPRESSION
        %PAUSE -> %PASSIVE
        %RESUME -> %ACTIVE
      86653b7c
    • rswindell's avatar
      Send error messages to stderr when unsupported (non-ANSI) color codes are · 1a0b3b7f
      rswindell authored
      found in the input file.
      1a0b3b7f
  10. Oct 16, 2017
Loading