Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 06, 2017
  3. Mar 13, 2017
  4. Mar 06, 2017
  5. Feb 20, 2017
  6. Feb 08, 2017
  7. Feb 06, 2017
  8. Jan 29, 2017
  9. Jan 25, 2017
  10. Jan 22, 2017
  11. Jan 17, 2017
  12. Jan 15, 2017
  13. Jan 13, 2017
  14. Jan 11, 2017
  15. Jan 09, 2017
  16. Dec 31, 2016
  17. Dec 12, 2016
  18. Dec 05, 2016
  19. Dec 04, 2016
  20. Nov 30, 2016
  21. Nov 29, 2016
  22. Nov 28, 2016
  23. Nov 27, 2016
  24. Nov 25, 2016
    • nightfox's avatar
      Version 1.17 beta 8: Fixed a bug when getting the last-read message index... · 0ac8d985
      nightfox authored
      Version 1.17 beta 8: Fixed a bug when getting the last-read message index after filtering out deleted messages (or any messages that are not readable due to not being verified, etc.).  Also, for voting, updated it to check whether the user has voted on the message before showing the vote prompt (thanks to echicken for describing how to check that).
      0ac8d985
    • nightfox's avatar
      Version 1.17 beta 7: Improved the voting input for the scrolling reader mode... · 1c006e2a
      nightfox authored
      Version 1.17 beta 7: Improved the voting input for the scrolling reader mode so that it doesn't have to refresh the whole screen when the voting process is done.  Also, fixed a bug in error output for voting in the traditional (non-scrolling) reader interface.
      1c006e2a
  25. Nov 24, 2016
  26. Nov 21, 2016
  27. Nov 20, 2016
    • nightfox's avatar
      Version 1.17 Beta 1: Implemented a workaround for handling message headers... · 958d5f18
      nightfox authored
      Version 1.17 Beta 1: Implemented a workaround for handling message headers that are null (which are more common now with the message voting feature recently introduced in Synchronet).  Now such message headers won't cause weirdness in the message list.  Users won't be able to read such messages.  I'd like to find a way to not show such messages altogether in the message list - Will probably need to use the get_all_msg_headers() method in the MsgBase class to get all message headers except ones for vote messages.
      958d5f18
Loading