Skip to content
Snippets Groups Projects
  1. Nov 03, 2024
    • Eric Oulashin's avatar
      DDMsgReader: When changing sub-boards, now supports cycling through sort... · aff4055a
      Eric Oulashin authored and Rob Swindell's avatar Rob Swindell committed
      DDMsgReader: When changing sub-boards, now supports cycling through sort options via [ and ] (for nelgin). Also, new scrolling window for help text for changing sub-boards.
      aff4055a
    • Rob Swindell's avatar
      Add support for AreaFix -R, -L, and -Q options in subject of AreaMgr requests · 18a9e5cc
      Rob Swindell authored
      (these options follow the password by one or more spaces)
      
      I implemented these based on AreaFix v1.10 User's Guide, at Ragnarok's
      suggestion/request. I didn't test them, so looking forward to getting some
      test results.
      
      The -L and -Q options are functionally identically to the %LIST and %QUERY
      AreaManager commands, while -R ads a little efficiency by combining +areatag
      (add) and %RESCAN <areatag> requests in a single command.
      18a9e5cc
    • Rob Swindell's avatar
      Support additional arguments in AreaFix request message subject, beyond pass · cc5e086b
      Rob Swindell authored
      Apparently AreaFix and other area managers assume password never have spaces
      in them, so they can support additional arguments following the password in
      the AreaFix request.
      
      This change also now disallows setting AreaManager passwords with spaces in
      them.
      
      I don't yet support any of the additional AreaFix request options (e.g. -L,
      -R, -Q), but am considering it.
      
      A bunch of sprintf() -> snprintf() conversions are included in this commit
      (better string buffer security, probably eliminate a Coverity issue or two).
      cc5e086b
  2. Nov 02, 2024
  3. Nov 01, 2024
  4. Oct 31, 2024
  5. Oct 30, 2024
  6. Oct 29, 2024
Loading