Skip to content
Snippets Groups Projects
  1. Jun 19, 2018
  2. Jun 18, 2018
  3. Jun 17, 2018
    • rswindell's avatar
      Fix bug in parse_flo_file_path(): · 2ffce0f0
      rswindell authored
      If there's no zone in the specified path, the default_zone is used and that zone
      is a decimal number, not a hexadecimal string, so running parseInt(...,16)
      on it errorneously generates an incorrect outbound/FLO dir.
      This should fix the problem reported by Al @ TRMB.
      2ffce0f0
  4. Jun 12, 2018
    • rswindell's avatar
      Fix TLS/SSL failure/error: "creating SSL context" · d22f8671
      rswindell authored
      If the ctrl/ssl.cert file did not exist, the various TLS/SSL services would
      fail to create it and (sometimes) log the "creating SSL context" error.
      This problem was introduced with rev 1.30 (Mar-9) and the fix/patch
      provided by Deuce via irc. Thanks to Psi-Jack for the bug report.
      d22f8671
  5. Jun 11, 2018
  6. Jun 10, 2018
  7. Jun 09, 2018
  8. Jun 08, 2018
  9. Jun 07, 2018
  10. Jun 06, 2018
  11. Jun 05, 2018
  12. Jun 04, 2018
    • rswindell's avatar
      Moved all the BSO/BinkP settings to the end of the Global Settings menu and · ff6fe231
      rswindell authored
      made their display conditional on mailer-type being set to FLO/BSO.
      Added a help menu to the BinkP Settings menu (under Linked Nodes).
      ff6fe231
    • rswindell's avatar
      eb4e59fe
    • rswindell's avatar
      Increment SBBSecho version to 3.05: · 6790c325
      rswindell authored
      more control over SBBS-initiated netmail source/origin addresses.
      6790c325
    • rswindell's avatar
      When the system has multiple configured FidoNet addressess (AKAs), let the · 1d41500e
      rswindell authored
      user choose which address to use as the source address when composing a netmail
      message (the default being the most appropriate for the dest zone/net). This
      change only works with SBBSecho v3.05 or later.
      Some other incremental and safety improvements to sbbs_t::netmail() too.
      FTN netmail file attachments needs some more work however (the "FA:" subject
      prefix trick) - just remove it?
      1d41500e
    • rswindell's avatar
      Another improvement to create_netmail(): · 576c68b5
      rswindell authored
      If the SMB header contains a source FTN address, use that as the origin address
      of the netmail and do not look-up a local AKA match for the destination address.
      Also, fix what appears to have been a (currently harmless) bug in
      smsg_to_echostat_msg(): the msg.from_net.addr is not an ASCIIZ string when
      net.type == NET_FIDO. Currently, source FTN addresses aren't set in echomail
      message headers, where the echostats come from. Could just remove
      these 2 lines.
      576c68b5
    • rswindell's avatar
      Address RMH's issue: · d5affff4
      rswindell authored
      When the local system has multiple AKAs for the same zone and we are picking a
      origin/source address suitable for the destination address, pick the AKA that
      matches both the zone and net of the destination address first (if there is
      such a local AKA). It's the same logic used in sbbs_t::netmail() to display
      the originating address, so the AKA picking logic now matches what is shown
      to the netmail author and what SBBSecho will actually use.
      d5affff4
  13. May 23, 2018
  14. May 22, 2018
  15. May 15, 2018
    • rswindell's avatar
      Fix get_msg_header() problem reported by Bill McGarrity: · 4f279cb2
      rswindell authored
      "expand fields" could be misinterpretted (e.g. as 'false') if less than 3
      args were passed to the function. Apparently you can NOT assume that argv[argc]
      is undefined and would fail a JSVAL_IS_BOOLEAN test. In the reported problem,
      MsgBase.get_msg_header() was being called with 2 arguments (from newslink.js)
      and the if(JSVAL_IS_BOOLEAN(argv[n])) test, when n was 2, would eval to true
      and then argv[n] evalulated as false, which would cause a message with no
      message ID to not have one dynamically created, which would then cause the
      message to fail to post to an NNTP server due to malformed Message-ID (a
      missing message "id" property would end up being included in the newsgropu
      article header as "Message-ID: undefined").
      
      get_msg_index() had a similar potential issue, also fixed.
      4f279cb2
  16. May 14, 2018
  17. May 10, 2018
  18. May 09, 2018
    • rswindell's avatar
      Created a new function (save_ptr) to elminate some redundant code. · ec971ee4
      rswindell authored
      Removed support for the long-deprecated .snl import/export pointer files
      (uses the long-supported .ini file now only, [NewsLink] section).
      Added more debug output (enabled with the -d switch) when skipping
      (not exporting) any locally posted messages to help debug Bill McGarrity's
      reported problem.
      ec971ee4
Loading