Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Aug 30, 2019
  3. Aug 17, 2019
  4. 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
  5. May 13, 2019
  6. May 04, 2019
  7. 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
  8. Apr 15, 2019
  9. Jan 02, 2019
  10. Jul 18, 2018
  11. Jun 25, 2018
  12. May 09, 2018
  13. Apr 24, 2018
  14. Mar 26, 2018
  15. Mar 20, 2018
  16. Feb 02, 2018
  17. Jan 28, 2018
  18. Jan 21, 2018
  19. 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
  20. Dec 29, 2017
  21. 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
  22. 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
  23. Dec 05, 2017
  24. 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
  25. 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
  26. Aug 20, 2017
  27. Aug 19, 2017
  28. Aug 18, 2017
  29. Aug 17, 2017
  30. Aug 05, 2017
  31. Jul 07, 2017
  32. Jun 10, 2017
  33. Jun 02, 2017
  34. May 22, 2017
Loading