Skip to content
Snippets Groups Projects
  1. Jan 11, 2016
  2. Jan 10, 2016
  3. Jan 08, 2016
  4. Jan 07, 2016
  5. Jan 06, 2016
  6. Jan 04, 2016
  7. Jan 03, 2016
  8. Jan 02, 2016
    • rswindell's avatar
      Added support for .bsy lock files when in BSO/FLO mailer mode · 91acd352
      rswindell authored
      (based on FTS-5005 description) - both detection (won't pack/bundle outgoing
      mail for a node that is "busy" with a mailer session) and exclusive-creation
      (to inform the mailer not to allow a session for this node while outgoing mail
      is being processed).
      - Uses strListFind() from updated xpdev.
      Debug-level log message for all file deletions.
      Some log message update (more detail in some, removal of others).
      Bug-fix: outbound FREQ netmail messages would not be deleted after being
      converted to BSO *.req files. It appears no one has yet tested this feature?
      Cleaned-up sbbsecho.h: use of C99-types, defined SBBSECHO_ARCTYPE_NONE magic
      number macro.
      Incremented version to 2.32.
      91acd352
    • rswindell's avatar
      Added strListFind() to search a string list for an instance of a string using · a4447a63
      rswindell authored
      value comparison (rather than pointer comparison), either case sensitive or
      insensitive.
      a4447a63
    • rswindell's avatar
      The program listing will now terminate (before the end of the list) if/when the · b465a62d
      rswindell authored
      console-abort flag is set. This is/was the behavior of the built-in xtrn_sec
      function and failed to make it into this script. This allows a long, multipage,
      program listing to be aborted with 'N' or 'Q' or Ctrl-C. Thanks to Nightfox for
      reporting this difference in behavior even though he was actually wanting the
      console-abort flag to be ignored for a separate reason. :-)
      b465a62d
    • rswindell's avatar
      Clear the console-abort flag upon return from executing a JS or Baja module. · c22063f9
      rswindell authored
      This solves the problem of a JS-external program (e.g. SyncWX) being aborted
      at a pause prompt with Ctrl-C or Q and that abort status propagating back to
      the external program's menu. If there is a module which needs to propagate
      the console-abort status up to the parent(s), then this could introduce a
      problem. We'll see.
      c22063f9
  9. Jan 01, 2016
  10. Dec 31, 2015
Loading