Skip to content
Snippets Groups Projects
  1. Aug 08, 2022
  2. Jul 19, 2022
  3. Jul 10, 2022
  4. Jul 08, 2022
  5. Jul 07, 2022
  6. Jul 06, 2022
  7. Jul 05, 2022
    • Eric Oulashin's avatar
      DDMsgReader: Scrolling ANSI and "use strict" improvements · 7ab22bd8
      Eric Oulashin authored
      Graphic is now only used when using the scrollable interface. Also, when creating the Graphic, now subtracting 1 from the reading area height to avoid making the Graphic one line too tall to avoid unnecessary scrolling.
      When saving messages with ANSI codes, Graphic is only used if the message has any ASCII drawing characters. (not sure if this really matters much though).
      Also, applied "use strict" and made some changes as necessary.
      7ab22bd8
  8. Jun 20, 2022
  9. Jun 14, 2022
  10. Jun 12, 2022
  11. Mar 24, 2022
  12. Mar 15, 2022
  13. Mar 14, 2022
  14. Mar 07, 2022
  15. Feb 26, 2022
  16. Feb 25, 2022
  17. 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
  18. Feb 10, 2022
  19. Jan 14, 2022
  20. 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
  21. Feb 01, 2021
  22. Dec 02, 2020
  23. Nov 30, 2020
  24. Aug 16, 2020
  25. Jul 11, 2020
  26. May 23, 2020
  27. May 14, 2020
  28. May 12, 2020
  29. Apr 22, 2020
  30. 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
  31. Apr 13, 2020
  32. 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
  33. 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
Loading