Skip to content
Snippets Groups Projects
  1. Dec 02, 2022
  2. Dec 01, 2022
  3. Nov 29, 2022
    • Rob Swindell's avatar
      Bug-fix: erroneously filtering vote messages by age · 11495220
      Rob Swindell authored
      This bug was introduced in commit 9c91d32a 2 years ago and would result
      in votes and poll message being erroneously filtered. e.g.
      !Filtering QWK message from (null) due to age: 19321 days
      
      The filter criteria was either a zero-initialized msg or the previously
      parsed/imported msg from the QWK or REP packet.
      
      A solution for filtering vote/poll messages is needed, but this isn't it.
      11495220
  4. Nov 28, 2022
  5. Nov 27, 2022
  6. Nov 26, 2022
  7. Nov 23, 2022
  8. Nov 20, 2022
  9. Nov 19, 2022
  10. Nov 15, 2022
    • Deucе's avatar
      Add new 3-wire (No RTS) connection type · 0203737e
      Deucе authored
      This is for weird embedded systems where RTS is not supported by
      the communications channel, but is actually controlling something
      else (TX, Bootloader update mode, etc).
      0203737e
  11. Nov 08, 2022
  12. Nov 07, 2022
  13. Nov 06, 2022
  14. Nov 05, 2022
  15. Nov 04, 2022
    • Rob Swindell's avatar
      Resolve undetected or infinitely-retried socket-send failures · 4dd32231
      Rob Swindell authored
      My hub (1:218/700) is currently having what appears to be a TCP/IP
      connectivity issue that was resulting in infinite "Send failure"
      log messages and "We got an M_EOB, but there are still N files pending M_GOT"
      log messages.
      
      I first added better socket-send failure detection (checking return value of
      sendCmd() and sendData() where needed) and then noticed that failure to send
      a file was not detected (the sending.file.position is advanced even if
      sendData() fails), so now handling that condition too.
      
      Also added more diagnostics around socket-send failures (is socket writable?)
      in this particular case, the socket is not writable and socket-send is
      returning 0.
      4dd32231
  16. Oct 24, 2022
Loading