Skip to content
Snippets Groups Projects
  1. Aug 20, 2023
  2. Aug 18, 2023
  3. Aug 17, 2023
  4. Aug 16, 2023
  5. Aug 15, 2023
  6. Aug 14, 2023
  7. Aug 13, 2023
  8. Aug 11, 2023
  9. Aug 10, 2023
  10. Aug 09, 2023
    • Rob Swindell's avatar
      Fix ReferenceError: options is not defined · 35593f66
      Rob Swindell authored
      Just fall-through to display help output for unrecognized options.
      35593f66
    • Rob Swindell's avatar
      Set QOS level to 1 (2 doesn't work?) · 7ece79fc
      Rob Swindell authored
      Remove unnecessary call to JSON.stringify() in non-JSON mode
      7ece79fc
    • Rob Swindell's avatar
      Add -B and -H options to auto-prefix the topic with BBS or host topic prefix · fddec635
      Rob Swindell authored
      This allows command-lines to be more cross-platform/host
      
      As requested by Nelgin
      fddec635
    • Rob Swindell's avatar
      Script to publish statistics (optionally, JSON-encoded) to BBSID/stats topic · 82ac8f48
      Rob Swindell authored
      Use a timed event and/or execute via jsexec
      
      Nelgin's request/idea
      82ac8f48
    • Rob Swindell's avatar
      Merge branch 'ddup_scan_fail_logging' into 'master' · 061a8a36
      Rob Swindell authored
      DD Upload Processor: Scan failure output is now logged to the system log instead of outputted to the logged-in user
      
      See merge request !307
      061a8a36
    • Eric Oulashin's avatar
      DD Upload Processor: Scan failure output is now logged to the system log... · 79387b6a
      Eric Oulashin authored and Rob Swindell's avatar Rob Swindell committed
      DD Upload Processor: Scan failure output is now logged to the system log instead of outputted to the logged-in user
      79387b6a
    • Rob Swindell's avatar
      Code indentation change only. · 30a41047
      Rob Swindell authored
      30a41047
    • Rob Swindell's avatar
      Insure the exec_dir is *always* prepped (fix for Windows upgrade to v3.20) · 40995ce1
      Rob Swindell authored
      A "prepped" means directory means a relative path from the configuration files
      (or default settings) has been converted to a full/absolute path with proper
      slashes for the platform (i.e. backslashes instead of forward-slashes on
      Windows).
      
      JSexec doesn't require that the new v3.20 ctrl/*.ini files exist to run; this
      was necessary to be able to run 'jsexec update -> upgrade_to_v320.js' which
      does the ctrl/*.cnf to .ini file conversion (egg not required to build
      chicken). When JSexec failed to load ctrl/msgs.ini
      (e.g. "!ERROR loading configuration files: 2 (No such file or directory)
      opening /sbbs/ctrl\msgs.ini"), it would continue to run, but not "prep" any
      of the "path" settings (e.g. exec_dir).
      
      The first run of 'jsexec update.js' would fail to run upgrade_to_v320.exe
      (which does the v3.20 user base conversion) and a bunch of other (but not as
      important) update steps because Windows couldn't execute "../exec/*".
      
      Multiple errors would be displayed in this case, but the most important (as
      reported by Ree in #synchronet of irc.synchro.net) was:
        '..' is not recognized as an internal or external command
      
      right after the status output:
        No v3.20 user base found, running ../exec/upgrade_to_v320
      
      Notice the "../exec/" prefix, which is not support by Windows when specifying
      a file path to execute.
      
      A second run of 'jsexec update' would work fine because the new v3.20 .ini
      files would be successfully created after the first run (though the user base
      was not).
      
      This is likely the same issue that MRO reported recently when upgrading a
      Windows SBBS v3.19 install to v3.20 and not having the user base upgraded
      the first time.
      40995ce1
  11. Aug 08, 2023
Loading