Skip to content
Snippets Groups Projects
  1. Nov 06, 2023
  2. Nov 01, 2023
    • Rob Swindell's avatar
    • Rob Swindell's avatar
    • Rob Swindell's avatar
      Multi-language support · 4a160555
      Rob Swindell authored
      New method: bbs.load_user_text() to load/reload user's language file. The
      user's select language file (if there is one) is automatically loaded upon
      logon to the terminal server, but if the user changes their language
      (e.g. via user_settings.js), we needed a way to force re-load of the language
      text. This is the way.
      
      bbs.text() now accepts an optional second (bool) argument that if true, will
      return a string from the default language strings (in text.dat), and not a
      string from any alternate language files (ctrl/text.*.ini) that might've been
      loaded. This allows user_settings.js to always get the name of the default
      language string (LANG), e.g. "English".
      4a160555
  3. Oct 30, 2023
  4. Oct 29, 2023
  5. Oct 26, 2023
  6. Oct 22, 2023
    • Rob Swindell's avatar
      Don't log an error if there's no dsts.ini or dsts.dab file · eb892357
      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.
      eb892357
  7. Oct 21, 2023
  8. Oct 17, 2023
    • Rob Swindell's avatar
      Implement write-retry in modem_send() · eec4167a
      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.
      eec4167a
  9. Sep 28, 2023
  10. Sep 26, 2023
  11. Sep 25, 2023
  12. Sep 24, 2023
Loading