Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
  2. Oct 06, 2020
  3. Oct 05, 2020
  4. Oct 04, 2020
  5. Oct 03, 2020
  6. Oct 02, 2020
    • Rob Swindell's avatar
      Add option to create drop files in node's temp directory. · 717b8864
      Rob Swindell authored
      Enabling this feature causes the node's temp directory to be cleared before
      running the external program and causes the drop file(s) to be created-in and
      read back from (when appropriate) the node's temp directory.
      
      Creating drop files in a node's temp directory eliminates the possiblity of
      an external program (e.g. door game) accidentally reading the wrong drop
      file (e.g. wrong-cased name or a stale file of a different type).
      
      Note: Synchronet/XSDK doors *always* read their drop file (xtrn.dat) from the
      node directory, so don't try to use this option with those doors. Only doors
      where you can configure the drop file path or specify on the command-line
      (e.g. %g for the temp dir or %f for the fullpath of the drop file) should
      potentially use this new feature.
      717b8864
    • Rob Swindell's avatar
  7. Oct 01, 2020
    • Rob Swindell's avatar
      Resolve a gcc warning about signedness. · f3588d32
      Rob Swindell authored
      f3588d32
    • Rob Swindell's avatar
      Notify local recipients of locally-posted messages addressed to them. · dd8c9620
      Rob Swindell authored
      While SBBSecho would notify local users of imported messages addressed to
      them (both EchoMail and NetMail) and QWK-imported messages recently gained
      the ability to notify local recipients of messages addressed to them, other
      methods of posting messages (e.g. just using the normal terminal server
      method, e.g. the 'P' command) or using any JavaScript (e.g. web) methods of
      posting messages lacked recipient notifications. So that's now fixed.
      And for JavaScript-saved local email messages too. I don't *think* this will
      result in any duplicate notifications of received messages, but let me know
      if you see excess/duplicate notifications.
      Anonymously posted messages are excluded.
      Messages posted to yourself are excluded (who does that?).
      dd8c9620
    • Rob Swindell's avatar
      Install webv4 too and use symlinks for most directories. · 0a30202c
      Rob Swindell authored
      The webv4 directory is now part of the repo, so install it to the
      install target directory too.
      
      When SYMLINK=1 is used, symlink the following directories (rather
      than copying): docs, exec, text, web, webv4, and xtrn. This will
      hopefully make subsequenit updating (via git) easier for most sysops that use
      this installation method. Let the merge conflicts insue.
      0a30202c
  8. Sep 30, 2020
  9. Sep 29, 2020
Loading