Skip to content
Snippets Groups Projects
  1. Jan 18, 2019
    • rswindell's avatar
      Log a warning instead of an error when unpacking a QWK REP packet which · 48f95164
      rswindell authored
      contains a message hdr with a block length less than 2. Some versions of
      Mystic apparently generate these REP packets and the errors are annoying
      and there's really nothing the sysop can do about it but report back to
      the user (or QWKnet node) that their packets contained some invalid
      message headers.
      48f95164
  2. Jan 17, 2019
  3. Jan 15, 2019
  4. Jan 13, 2019
  5. Jan 12, 2019
  6. Jan 11, 2019
    • rswindell's avatar
      Stop parsing/converting when reading a Ctrl-Z (CPM EOF char): used to mark · 367077dd
      rswindell authored
      the beginning of a SAUCE record and the end of very old MS-DOS text files.
      Added support for ESC[1;1f/H (home cursor) and ESC[0J (clear to EOS) sequences
      (converted to the equivalent in Ctrl-A codes).
      Output Ctrl-A characters in uppercase, as they were documented and as is
      common practice.
      Covert ESC[xB and ESC[xD to the appropriate Ctrl-A sequences rather than
      converting to ASCII ctrl chars (CR, LF, BS).
      367077dd
    • rswindell's avatar
      Add missing (but rarely used) Ctrl-A sequences: · 9a0faf76
      rswindell authored
      Ctrl-AJ (clear to EOS)
      Ctrl-A` (home cursor)
      9a0faf76
    • rswindell's avatar
      A partial retraction of the Ctrl-AZ interpretation changes introduced on · b2412964
      rswindell authored
      Oct-14-2018:
      It turns out, PabloDraw actually inserts a Ctrl-AZ sequence at the end of .msg
      (and presumably Synchronet .asc) files it edits - before the SAUCE record.
      This resulted in a printed Ctrl-Z character (arrow pointing right) in most
      terminals when viewing text/menu files created or edited with PabloDraw. :-(
      So, now Ctrl-AZ (uppercase) will revert to the previous definition:
      premature end-of-file (EOF)
      and a Ctrl-Az (lowercase) will output a Ctrl-Z (substitute) character.
      I'm not a big fan of case-sensitive Ctrl-A codes, but frankly, running out of
      chars and I already started this pattern with the Ctrl-AF/f sequences.
      Hopefully there's no existing software that is/was putting Ctrl-Az (lowercase)
      in files, expecting that to trigger a premature EOF. I certainly was not.
      b2412964
  7. Jan 10, 2019
  8. Jan 09, 2019
  9. Jan 08, 2019
  10. Jan 07, 2019
  11. Jan 05, 2019
  12. Jan 04, 2019
  13. Jan 01, 2019
Loading