Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 13, 2020
  3. 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
  4. 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
  5. Dec 21, 2019
  6. Sep 16, 2019
  7. Sep 13, 2019
  8. Aug 30, 2019
  9. Aug 17, 2019
  10. 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
  11. May 13, 2019
  12. May 04, 2019
  13. 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
  14. Apr 15, 2019
  15. Jan 02, 2019
  16. Jul 18, 2018
  17. Jun 25, 2018
  18. May 09, 2018
  19. Apr 24, 2018
  20. Mar 26, 2018
  21. Mar 20, 2018
  22. Feb 02, 2018
  23. Jan 28, 2018
  24. Jan 21, 2018
  25. Jan 13, 2018
    • nightfox's avatar
      Version 1.17 beta 53: Added support for displaying user avatars for the sender... · ad0d48c0
      nightfox authored
      Version 1.17 beta 53: Added support for displaying user avatars for the sender of a message, recently added to Synchronet.  Added the configuration option displayAvatars to toggle this feature.  For this to work, you will need to updaet your .js files in sbbs\exec and sbbs\exec\load.  This version of DDMsgReader specifically loads smbdefs.js and avatar_lib.js.
      ad0d48c0
  26. Dec 29, 2017
  27. Dec 18, 2017
    • nightfox's avatar
      Version 1.17 beta 51: Updated the definitions of the KEY_PAGE_UP and... · e131f0d4
      nightfox authored
      Version 1.17 beta 51: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly.  This script should still also work with older builds of Synchronet.
      e131f0d4
  28. Dec 10, 2017
    • nightfox's avatar
      Version 1.17 beta 50 - Fixed a bug introduced in beta 49 where it was no... · e574ea26
      nightfox authored
      Version 1.17 beta 50 - Fixed a bug introduced in beta 49 where it was no longer displaying vote stats (such as up/downvotes) for a message.  Now, it gets a message header with expanded headers again (like it did before) for viewing a message, and when applying the MSG_READ attribute (when a user reads a message to them), it gets a header without expanded headers to apply MSG_READ and save it.
      e574ea26
  29. Dec 05, 2017
  30. Nov 29, 2017
    • nightfox's avatar
      Version 1.17 beta 48 - Bug fix: When listing messages in reverse order in... · 5703cd69
      nightfox authored
      Version 1.17 beta 48 - Bug fix: When listing messages in reverse order in lightbar mode and all messages are selected/de-selected, the checkmarks on the screen now update properly.  Also, updated so that when listing personal email, it will use the regular formatting colors rather than the colors for messages to the user, since all personal emails are to the user (the 'to user' colors for each email might be obnoxious).
      5703cd69
  31. Oct 09, 2017
    • nightfox's avatar
      Version 1.17 beta 47: Updated to set the message number field length... · 4b8a6336
      nightfox authored
      Version 1.17 beta 47: Updated to set the message  number field length dynamically based on the number of messages in the sub-board.  It will be at least 4 but can be more than 4 if there are 10000 messages or more  in a sub-board.  Also, updated to not hold an open sub-board for a long period of time - It now opens a sub-board only when necessary.  This simplified the code a bit.  I also hoped it would fix issues I've seen where sbbs crashes sometimes when replying to a message, but it looks like it did not fix that.
      4b8a6336
  32. Aug 20, 2017
  33. Aug 19, 2017
  34. Aug 18, 2017
Loading