Skip to content
Snippets Groups Projects
  1. Mar 15, 2022
  2. Mar 14, 2022
  3. Mar 07, 2022
  4. Feb 26, 2022
  5. Feb 25, 2022
  6. Feb 19, 2022
    • Eric Oulashin's avatar
      @-code expansion in text lines. Text searching for sub-board, group, or all. · 228c7425
      Eric Oulashin authored
      Version 1.44:
      Removed the scanScopePromptText text line and used the SubGroupOrAll line (621) from text.dat instead.  Also, the reader now supports @-code expansion in configured text strings.  This addresses issue #316 from Vincent Macaluso.
      Text search now can search sub-board, group, or all like the other text searching (requested by Nelgin).
      When reading the theme file, color settings are now checked to ensure they only have Synchronet attribute codes.
      228c7425
  7. Feb 10, 2022
  8. Jan 14, 2022
  9. Feb 13, 2021
    • Eric Oulashin's avatar
      Bug fix: When changing to another area with the lightbar interface, if the · 33ac06a8
      Eric Oulashin authored
      user's current sub-board is a high-numbered sub-board and they select a message
      group with fewer sub-boards, the highlighted sub-board in that group would be
      set to that high number and would be incorrect.  That has been fixed.  Copied a
      fix from my stand-alone message area chooser.  In that scenario, the current
      highlighted sub-board in the other group will be the first one.
      33ac06a8
  10. Feb 01, 2021
  11. Dec 02, 2020
  12. Nov 30, 2020
  13. Aug 16, 2020
  14. Jul 11, 2020
  15. May 23, 2020
  16. May 14, 2020
  17. May 12, 2020
  18. Apr 22, 2020
  19. Apr 19, 2020
    • nightfox's avatar
      Version 1.32: Removed some code that's no longer used. Also, fixed an issue... · 2ec365c8
      nightfox authored
      Version 1.32: Removed some code that's no longer used.  Also, fixed an issue when changing to another sub-board with the traditional-style (non-lightbar) list where it was slow to list sub-boards.  For the number of messages, it was checking all headers to ignore ones marked as deleted, etc., but that can be fairly slow..  Now it just uses total_msgs for the MessageBase object, which is a lot faster and still gives an idea of how many messages are there.
      2ec365c8
  20. Apr 13, 2020
  21. Apr 08, 2020
    • nightfox's avatar
      Version 1.30: The message list features now uses DDLightbarMenu rather than... · 1de50e92
      nightfox authored
      Version 1.30: The message list features now uses DDLightbarMenu rather than the internal lightbar menu code.  Requires the latest dd_lightbar_menu.js (in sbbs/exec/load).
      Later I also plan to update the area chooser code to also use DDLightbarMenu and remove the internal lightbar chooser code from DDMsgReader altogether.
      1de50e92
  22. Apr 03, 2020
    • nightfox's avatar
      Version 1.29: When reading a message, if a message is written to the current... · c3baa671
      nightfox authored
      Version 1.29: When reading a message, if a message is written to the current user, the 'To' username in the header above the message is now written in a different color.  Also, there are new color settings available in the theme configuration file (see the readme for descriptions): msgHdrMsgNumColor, msgHdrFromColor, msgHdrToColor, msgHdrToUserColor, msgHdrSubjColor, msgHdrDateColor
      c3baa671
  23. Dec 21, 2019
  24. Sep 16, 2019
  25. Sep 13, 2019
  26. Aug 30, 2019
  27. Aug 17, 2019
  28. Jul 28, 2019
    • nightfox's avatar
      Version 1.23: If a message is in UTF-8 format and the user's terminal doesn't... · d24a672e
      nightfox authored
      Version 1.23: If a message is in UTF-8 format and the user's terminal doesn't support UTF-8, the message text will be converted to CP437.  Also, if there is a color/attribute code in the message before the message text and there are no other color/attribute codes, the color/attribute codes will be removed so  that the entire message isn't colored
      d24a672e
  29. May 13, 2019
  30. May 04, 2019
  31. Apr 26, 2019
    • nightfox's avatar
      Added configurable options for the message score colors for the message list:... · 62a5db2d
      nightfox authored
      Added configurable options for the message score colors for the message list: msgListScoreColor, msgListToUserScoreColor, msgListFromUserScoreColor, and msgListScoreHighlightColor.  Incremented version to 1.20.
      62a5db2d
    • nightfox's avatar
      Version 1.19: If the terminal size is wide enough (at least 86 characters),... · c0bb0664
      nightfox authored
      Version 1.19: If the terminal size is wide enough (at least 86 characters), the overall vote scores for the messages  is now displayed in the message list.  Also, fixed a bug introduced in the previous version where the vote scores were no longer being displayed when reading a message.  It's no longer using MsgBase.get_index() and uses get_all_msg_headers(), as before, since that's what is required for message tallies to be included in the message headers.
      c0bb0664
  32. Apr 15, 2019
Loading