Skip to content
Snippets Groups Projects
  1. Nov 06, 2018
    • rswindell's avatar
      Don't generate FTN message-IDs for messages imported via FTN that are missing a · b1692861
      rswindell authored
      message-ID (e.g. when exporting from SBBSecho).
      This addresses compliance with this [editorialized] clause in FTS-9:
           No system
           should ever add an MSGID and/or REPLY to,  or modify an existing
           MSGID / REPLY contained in,  a message not originating on that [FTN]
           system.
      
      Messages gated from other networks (technically coming from another system,
      but originating into an FTN from this system) will still have an FTN Message-ID
      generated/added.
      
      Since SBBSecho normally tosses to downlinks directly from packets, this adding
      of generated Message-IDs would no normally occur. However, if a downlink
      rescanned an area, any messages missing Message-IDs would get them generated
      automatically and they would appear to have originating on the local system.
      This was never the intention, so this is just a long standing but infrequently
      observed (and never reported) bug.
      b1692861
    • rswindell's avatar
      This should fix the Windows sbbsctrl build subsequent to the smblib changes · ccae1513
      rswindell authored
      for Australian and New Zealand timezone abbreviations/value-macros.
      ccae1513
  2. Nov 05, 2018
    • rswindell's avatar
      Fixed-up some log output messages: · 0193468a
      rswindell authored
      - user alias was missing from some messages or in the wrong place
      - added hostname and IP address to the "ILLEGAL FILENAME ATTEMPT" warnings
      0193468a
  3. Nov 04, 2018
  4. Nov 03, 2018
    • deuce's avatar
      Fix new error with Clang 6.x: · cb1d932f
      deuce authored
      exec.cpp:438:8: error: case value evaluates to 2684500526, which cannot be narrowed to type 'int32_t' (aka 'int')
            [-Wc++11-narrowing]
                      case 0xA0023A2E:
                           ^
      
      The switch cases were unsigned, but the passed value was an int32.
      cb1d932f
  5. Nov 02, 2018
  6. Oct 31, 2018
  7. Oct 30, 2018
    • rswindell's avatar
      Store the terminal width (in columns) of the text editor used to create the · 4941fc94
      rswindell authored
      message text (when relevant and available) - this helps when re-wrapping the
      message text (e.g. for quoting) and not always guessing "80 columns".
      4941fc94
    • rswindell's avatar
      External programs that are "binary" in nature (e.g. file transfer protocols) · be7d06bc
      rswindell authored
      now have their output translated to PETSCII equivalents for PETSCII terminals
      (but input is not yet translated).
      .seq files are now sent untranslated via printfile() and putmsg() to PETSCII
      terminals (using the new P_PETSCII putmsg mode flag).
      .seq files (and P_PETSCII mode text printed via putmsg) is now converted
      (poorly) from PETSCII to CP437 - this is still a work-in-progress.
      Remove the remants of WIP and HTMLterm support from putmsg() and printfile().
      be7d06bc
  8. Oct 29, 2018
  9. Oct 26, 2018
  10. Oct 25, 2018
Loading