Skip to content
Snippets Groups Projects
  1. Mar 07, 2022
    • Eric Oulashin's avatar
      DDMsgReader: Fix for bogus messages when changing to an empty sub-board · 347e2039
      Eric Oulashin authored
      Fix: When changing to an empty sub-board from within the reader (either from
      read mode or list mode), it now properly says there are no messages and exits,
      rather than showing a list of bogus messages.
      Unsure when this bug was introduced.
      The version is now 1.46.
      347e2039
    • Rob Swindell's avatar
      Merge branch 'eugeneso/irc_color_fix' into 'master' · 5faf70b3
      Rob Swindell authored
      Fix handling of IRC color control sequences
      
      See merge request !153
      5faf70b3
    • Rob Swindell's avatar
      Cycle through grps, subs, libs, and dirs using left/right arrow keys · ceb01048
      Rob Swindell authored
      Nelgin's suggestion to support quick searching/scanning through message and file areas (e.g. comparing settings or whatever) without having to ESC then arrow key, ENTER, for each.
      
      Uses Deuce's WIN_EXTKEYS UIFC mode flag, which I don't think I've used before now and uses the special -CIO_KEY value - 2 trick.
      
      Also expanded the width of the sub-board and directory info windows to show more information (including full long name).
      
      Fixes issue (wishlist item) #349 by Nelgin
      ceb01048
    • Rob Swindell's avatar
      Remove unnecessary current user (co-sysop) level/flag checks · d8c36d9d
      Rob Swindell authored
      As Andre pointed out, these checks perform no function because a user with a level lower than the user being edited cannot enter the related command-key anyway.
      
      This was just effectively dead code that was held-over from ancient SBBS days, seemingly before I learned to effectively use the || operator:
      if(!(atoi(str)>useron.level && console&CON_R_INPUT))
      
      :-)
      
      Fixes issue #361
      d8c36d9d
  2. Mar 06, 2022
  3. Mar 05, 2022
  4. Mar 04, 2022
  5. Mar 03, 2022
  6. Mar 02, 2022
Loading