Skip to content
Snippets Groups Projects
  1. Dec 05, 2016
  2. Dec 04, 2016
  3. Nov 30, 2016
  4. Nov 29, 2016
  5. Nov 28, 2016
  6. Nov 27, 2016
  7. 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
  8. Nov 24, 2016
  9. Nov 21, 2016
  10. 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
  11. Sep 11, 2016
    • nightfox's avatar
      Version 1.16: Added a new feature that allows users to forward a message to an... · f203b5ba
      nightfox authored
      Version 1.16: Added a new feature that allows users to forward a message to an email address or to another user on the BBS (using the O key).  This can be useful, for instance, if the user wants to send a message in a public sub-board to their personal email for future reference or send a message from a public sub-board to another user to discuss the topic privately.
      f203b5ba
  12. Aug 30, 2016
    • nightfox's avatar
      Officially releasing version 1.15. Contains the bug fix for private reply for... · a6b078f6
      nightfox authored
      Officially releasing version 1.15.  Contains the bug fix for private reply for a message on a networked sub-board, and also includes the new user-edit feature (using the U key, for sysops only), which lets the sysop edit the user account of the author of the message (only if the user account exists on the BBS).
      a6b078f6
  13. Aug 29, 2016
    • nightfox's avatar
      Version 1.15 beta 2 - Contains a fix for a bug introduced in the previous... · bcbecc6b
      nightfox authored
      Version 1.15 beta 2 - Contains a fix for a bug introduced in the previous version where private reply was no longer working.  Also includes a new user edit feature (for sysops only, using the U key).  The user edit will edit the user who sent the message, only if they're a user on the BBS.  It can be useful for BBSes that require new users to send an email to the sysop, in case the sysop needs to edit the user's account.
      bcbecc6b
  14. Aug 17, 2016
  15. Jul 24, 2016
  16. May 12, 2016
    • nightfox's avatar
      Version 1.12: Updated the way the pause prompt is shown in the help screen, in... · 0ca15c8c
      nightfox authored
      Version 1.12: Updated the way the pause prompt is shown in the help screen, in case the sysop has configured an external module (Baja/JS) to run for a pause prompt.  Also made a potential bug fix: When translating a message number to a message index, added a check to ensure the value is a number, to (hopefully) avoid a potential crash.
      0ca15c8c
  17. Mar 26, 2016
  18. Mar 20, 2016
    • nightfox's avatar
      Now updates bbs.posts_read so that the posts read for the current session is... · b485752e
      nightfox authored
      Now updates bbs.posts_read so that the posts read for the current session is accurate.  Also did some internal code refactoring - Removed code which is no longer used (it was leftover code for an older-style reader interface from my message lister, now not used in favor of the new reader interface).  This is a "beta" version but seems to be fairly stable, so a non-beta release update will likely come soon.
      b485752e
  19. Feb 20, 2016
  20. Feb 17, 2016
  21. Feb 15, 2016
  22. Feb 14, 2016
  23. Feb 13, 2016
    • nightfox's avatar
      Updated so that ANSI header files for the message and area chooser are... · 8da98446
      nightfox authored
      Updated so that ANSI header files for the message and area chooser are displayed in their original ANSI format without being converted to Synchronet color codes first (if the user's terminal supports ANSI).  If the user's terminal doesn't support ANSI, then the header files will be converted to Synchronet color codes first (as was done previously).
      8da98446
  24. Feb 07, 2016
  25. Feb 06, 2016
    • nightfox's avatar
      Version 1.10 beta: · f752e485
      nightfox authored
      - Added a new configuration option, postOnSubBoardInsteadOfGoToNext, that affects what happens after the user reads the last message on a sub-board: If this is set to true, then the reader will prompt the user if they want to post on the sub-board, then exit (this is the stock Synchronet behavior).  If this is set to false, then the reader will prompt the user whether to go to the next sub-board after reading the last message on a sub-board.  Also, added the postOnSubBoard text configuration parameter for the theme filename, which specifies the text to use for prompting the user if they want to post on the sub-board after reading the last message.
      - Added new configuration options areaChooserHdrFilenameBase and areaChooserHdrMaxLines.  These options specify the filename base for a header file to use for the message area chooser list and the maximum number of lines to use from the area chooser header file.  The filaname is without the extension - The reader will first look for an .ans version, then an .asc version.  Additionally, multiple header files can be used for different terminal widths - For example, chooserMsgHdr-80.ans for an 80-column terminal, choosrMsgHdr-140.ans for a 140-column terminal, etc.
      f752e485
Loading