Skip to content
Snippets Groups Projects
  1. Jan 02, 2019
  2. Jul 18, 2018
  3. Jun 25, 2018
  4. May 09, 2018
  5. Apr 24, 2018
  6. Mar 26, 2018
  7. Mar 20, 2018
  8. Feb 02, 2018
  9. Jan 28, 2018
  10. Jan 21, 2018
  11. 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
  12. Dec 29, 2017
  13. 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
  14. 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
  15. Dec 05, 2017
  16. 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
  17. 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
  18. Aug 20, 2017
  19. Aug 19, 2017
  20. Aug 18, 2017
  21. Aug 17, 2017
  22. Aug 05, 2017
  23. Jul 07, 2017
  24. Jun 10, 2017
  25. Jun 02, 2017
  26. May 22, 2017
  27. May 10, 2017
  28. Apr 23, 2017
    • nightfox's avatar
      Version 1.17 beta 36: Updated the newscan loop to wait 10ms at the end of the... · e4f9fbb5
      nightfox authored
      Version 1.17 beta 36: Updated the newscan loop to wait 10ms at the end of the loop to avoid causing CPU usage to go high while the newscan loop is running (CPU usage was getting to 99% on my BBS system).  With the 10ms wait, CPU usage went down to 65-70% on my BBS system, so it seems this should help keep the CPU workload from getting so high.
      e4f9fbb5
  29. Apr 06, 2017
  30. Mar 13, 2017
  31. Mar 06, 2017
  32. Feb 20, 2017
  33. Feb 08, 2017
  34. Feb 06, 2017
Loading