Skip to content
Snippets Groups Projects
  1. Oct 28, 2023
  2. Oct 27, 2023
  3. Oct 26, 2023
  4. Oct 25, 2023
  5. Oct 24, 2023
  6. Oct 23, 2023
  7. Oct 22, 2023
    • Rob Swindell's avatar
      Don't log an error if there's no dsts.ini or dsts.dab file · dc4d9eb9
      Rob Swindell authored
      In a fresh install, neither of these files would exist, and that's normal,
      so getstats() should just return true in that case (with the stats struct
      zeroed-out).
      
      Fixes error during login to a new install reported by Zoltán Gábor on
      Facebook.
      dc4d9eb9
  8. Oct 21, 2023
  9. Oct 20, 2023
  10. Oct 19, 2023
  11. Oct 18, 2023
  12. Oct 17, 2023
    • Rob Swindell's avatar
      Implement write-retry in modem_send() · 54a05b65
      Rob Swindell authored
      In attempt to address the "Error 11" (EAGAIN) error theat Nelgin sees when
      configuring some longer modem init strings on Linux.
      
      This is just a single retry (after a yield) after any modem command char
      send failure (for any reason), including the terminating carriage-return.
      
      See issue #662 to details.
      54a05b65
Loading