Skip to content
Snippets Groups Projects
  1. Feb 19, 2023
  2. Feb 18, 2023
  3. Feb 17, 2023
  4. Feb 16, 2023
    • Rob Swindell's avatar
      More setup wizard help messages/screens (e.g. Welcome) · 80e53ad3
      Rob Swindell authored
      Updated System Operator help text.
      Fixed line-wrapping in other help text.
      Provide the UTC offset string to edit, even when 0.
      Make the abort/restart wizard options more clear.
      General beautifications of the wizard.
      80e53ad3
    • Rob Swindell's avatar
      Fix centering of the showbuf (e.g. help screen) title · c3e97f64
      Rob Swindell authored
      I'm not sure what was going on with this addition of 6 when mouse is enabled (and didn't check for WIN_DYN flag set!), but is wrong. And we need to add 4 to the title_len when figuring out the centered-offset.
      c3e97f64
    • Rob Swindell's avatar
      Report correct upload/download Kbytes in data/logs/<date>.log files · 04e3bb9a
      Rob Swindell authored
      After the move to 64-bit upload/download byte counts, these integers are different width than 'long' on 32-bit builds (e.g. Windows), so these numbers were wrong on all but 64-bit *nix builds.
      
      The change here also uses the cool byte_estimate_to_str() function so that large byte totals are not expressed in 'K' but rather 'M', 'G', 'T' etc. suffixes.
      
      The formatting is otherwise consistent with the pre-existing log line format save for the use of an uppercase suffix now.
      
      Before:
      @- 02:19p  T: 12   R:  0   P:  0   E:  0   F:  0   U:  0k 0   D:420k 1
      After:
      @- 02:07p  T:  0   R:  0   P:  0   E:  0   F:  0   U:  0K 0   D:420K 1
      
      Before:
      @- 02:23p  T:  0   R:  0   P:  0   E:  0   F:  0   U:  0k 0   D:1359k 1
      After:
      @- 02:26p  T:  1   R:  0   P:  0   E:  0   F:  0   U:  0K 0   D:1.3M 1
      
      This fixes issue #519. I'm glad to hear that sysops still use these log files!
      04e3bb9a
    • Rob Swindell's avatar
      dceb1177
    • Rob Swindell's avatar
      64-bit free disk space fix · f165d8ad
      Rob Swindell authored
      f165d8ad
    • Rob Swindell's avatar
      Add MQTT <BBS>/action/login_fail/<protocol> topic support · 8a1dfef6
      Rob Swindell authored
      Publish all login-failures to this new topic.
      
      This commit also includes a few 64-bit free disk space fixes in the FTP server.
      8a1dfef6
Loading