Skip to content
Snippets Groups Projects
  1. Feb 14, 2021
    • Rob Swindell's avatar
      Make the node.cnf loading optional in load_cfg() · 0feaff30
      Rob Swindell authored
      Don't return an error if the node#/node.cnf file can't be opened for all uses of load_cfg() except from the terminal server. This fixes #214 for Tracker1
      0feaff30
    • Rob Swindell's avatar
      Merge branch 'mlong/sutils2021feb' into 'master' · 2326a763
      Rob Swindell authored
      add exportcfg, importcfg, and xtrnmenucfg
      
      See merge request !109
      2326a763
    • Rob Swindell's avatar
      Strip/ignore high (parity) bit in ZPAD, ZDLE, and hex headers · 4855d6ab
      Rob Swindell authored
      The previous committed fix/issue raised some additional concerns about this "parity" bit:
      
      Something I didn't notice before from the ZMODEM spec:
      "The hex header receiving routine ignores parity."
      
      And looking at lrzsz's zm.c, I see it goes even further and ignores the "parity" bit on the ZPAD and ZDLE bytes proceeding the frame encoding byte as well as in the frame encoding byte itself (so ZHEX, 'B' 0x22 and 0xC2 should be treated as equivalent).
      
      I find it strange that some ZMODEM implementations (e.g. chuck's zshhdr()) would send the terminating LF with the even-parity bit set, but not set the even-parity flag for any of the frame content bytes. And then, expect that the parity flag may be set on incoming hex headers. I suppose it makes sense for 7-E-1 connections, but then the transmitted terminating LF would have had its parity flag set automatically (would not need to be set manually in the code). Add to the mysteries of ZMODEM that will likely never be solved.
      4855d6ab
  2. Feb 13, 2021
  3. Feb 12, 2021
    • Deucе's avatar
      Fix initial bar calculation. · 74eff25d
      Deucе authored
      After calculating i (offset in list to top of window), if it's less
      than zero, apply it to bar and set i = 0.
      
      Fixes #218
      74eff25d
  4. Feb 11, 2021
  5. Feb 10, 2021
  6. Feb 08, 2021
  7. Feb 07, 2021
  8. Feb 06, 2021
  9. Feb 05, 2021
Loading