Skip to content
Snippets Groups Projects
  1. Nov 03, 2024
    • Deucе's avatar
      Make Return send #, use CTRL-Return for return · b50d96f6
      Deucе authored
      Not tested on Windows.
      b50d96f6
    • Deucе's avatar
      Implement the remote programming protocol. · 8cadf885
      Deucе authored
      I don't expect anything actually uses this...
      8cadf885
    • Deucе's avatar
      Add support for conceal (toggle with tab) · e4504028
      Deucе authored
      e4504028
    • Deucе's avatar
      Fix some unicode mappings · fe79dd29
      Deucе authored
      fe79dd29
    • Rob Swindell's avatar
      Merge branch... · 8fede3a0
      Rob Swindell authored
      Merge branch 'dd_msg_reader_sub_board_sort_cycling_and_sub_board_scrolling_help_windows' into 'master'
      
      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.
      
      See merge request !469
      8fede3a0
    • 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
    • Deucе's avatar
      Implement double-height. · d07815a9
      Deucе authored
      This is so gross... outputting any character depends on every
      character above it, so it must be checked every time.  If the state
      was ste up differently, this could be avoided, but it's not, so it
      can't.
      
      For v2, I'm going to want to store some per-line data in a separate
      struct so I can track this.
      d07815a9
    • 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
Loading