Skip to content
Snippets Groups Projects
  1. Jan 11, 2016
  2. Dec 24, 2015
  3. Dec 23, 2015
    • nightfox's avatar
      Minor bug fix for refreshing the 'message selected' check marks in the... · 45931e28
      nightfox authored
      Minor bug fix for refreshing the 'message selected' check marks in the lightbar message list when other messages have been marked for deletion
      45931e28
    • nightfox's avatar
      Version 1.07 beta 2 - Added a way to select multiple messages in the message... · 48808509
      nightfox authored
      Version 1.07 beta 2 - Added a way to select multiple messages in the message list and batch-delete selected messages (only if permissions allow deleting all messages).  This is most useful for personal mail when a user gets a lot of spam messages.  In the lightbar message list, the spacebar selects individual messages and CTRL-A is used to select/de-select all messages.  In the traditional UI message list, the S key is used for message selection.  CTRL-D then does a batch delete of selected messages in the message list.  The spacebar can also be used to select a message when reading it.
      
      This is marked as 'beta', but I have tested the new features and they appear to be working as intended.  I will likely release a non-beta soon.
      48808509
  4. Dec 13, 2015
  5. Dec 12, 2015
    • nightfox's avatar
      Added a new configuration option, pauseAfterNewMsgScan, which specifies... · 3ba559e1
      nightfox authored
      Added a new configuration option, pauseAfterNewMsgScan, which specifies whether or not to pause (i.e., with a "finished" message) after doing a new message scan.
      3ba559e1
    • nightfox's avatar
      - Updated so that a sub-board new-message-scan (with the -new_msg_scan_cur_sub... · 1ac93b20
      nightfox authored
      - Updated so that a sub-board new-message-scan (with the -new_msg_scan_cur_sub command-line parameter) can make use of the -subBoard command-line option to scan a specific sub-board, which may be different than the user's current sub-board.
      - Bug fix: Doing a new-message-scan should now always display the correct sub-board @-code information in the header above the message.
      
      This is currently marked as a "beta" version (version 1.06 beta).
      1ac93b20
  6. Dec 11, 2015
  7. Dec 06, 2015
  8. Dec 05, 2015
  9. Nov 29, 2015
  10. Nov 28, 2015
    • nightfox's avatar
      Updated the display of kludge lines & header lines so that the label & value... · 5384cb7f
      nightfox authored
      Updated the display of kludge lines & header lines so that the label & value will be on one line if they fit that way, to save screen space and reduce the need for scrolling.  Also, added a couple of color configuration options to DefaultTheme.cfg: hdrLineLabelColor and hdrLineValueColor, which lets the sysop specify the colors to use for the header/kludge line labels & values.  Also, updated the readme file & revision history file.  This is still a 'beta' version but is fairly stable.
      5384cb7f
  11. Nov 26, 2015
  12. Nov 25, 2015
    • nightfox's avatar
    • nightfox's avatar
      Improved reading of messages with ANSI content - It now can use a scrollable... · 23ef23cd
      nightfox authored
      Improved reading of messages with ANSI content - It now can use a scrollable user interface when reading messages with ANSI content.  Also added a new option in the configuration file, readerInterfaceStyleForANSIMessages, to specify whether to use the scrollable interface or the traditional interface when reading ANSI messages.  It will use frame.js and scrollbar.js, if available on the BBS machine, for reading ANSI messages with a scrollable interface (but it still uses its own scrolling behavior for non-ANSI messages, as before).  This is still a 'beta' version, as there are some more changes I'd like to make before making an official release.
      23ef23cd
  13. Nov 08, 2015
  14. Nov 01, 2015
    • nightfox's avatar
      Version 1.05 Beta (still a work in progress): · 6fd32977
      nightfox authored
      - Improved displaying of messages with ANSI codes. The reader will fall back to a non-scrolling user interface for displaying messages with ANSI codes, since there doesn't seem to be an easy way for the reader to handle ANSI with the scrolling interface (i.e., with ANSI cursor movements, etc.).
      - Bug fix related to interpreting colors from other BBS software (WWIV, PCBoard, Wildcat, Celerity, Renegade)
      - Work in progress: More kludge lines displayed (with the 'K' key), and all message header lines are now displayed (with the 'H' key) (this is a sysop feature)
      6fd32977
    • nightfox's avatar
  15. Oct 10, 2015
    • nightfox's avatar
      Version 1.04: Now support downloading file attachments (using the Ctrl-D key... · b8fb0e61
      nightfox authored
      Version 1.04: Now support downloading file attachments (using the Ctrl-D key combo).  Also, allows the sysop to save a message to the BBS machine (using the Ctrl-S key combo).  Also made some user interface updates: Pausing after the user saves a message so that the user can see Synchronet's save message screen, and other minor updates.  Updated DDReadPersonalEmail.js so that it's easy to switch the reader between starting in list mode or reader mode.
      b8fb0e61
  16. Jul 12, 2015
    • nightfox's avatar
      Version 1.03 - Bug fix: In Linux, when replying to the last message in a... · 7935365c
      nightfox authored
      Version 1.03 - Bug fix: In Linux, when replying to the last message in a sub-board during a newscan or in read mode, it would not immediately refresh the messagebase information, so it would not see the new message posted.  This has been fixed by closing the messagebase while the user is posting a reply message and re-opening the messagebase when the user is done posting the reply.
      7935365c
  17. Jun 11, 2015
  18. May 17, 2015
  19. May 07, 2015
  20. May 06, 2015
  21. May 05, 2015
    • nightfox's avatar
      Fixed the msgReaderPath variable · f9b77bfb
      nightfox authored
      f9b77bfb
    • nightfox's avatar
      Synchronet was updated to pass in the sub-board internal code rather than the... · 777d7113
      nightfox authored
      Synchronet was updated to pass in the sub-board internal code rather than the sub-board number, so I've updated this script as such.  My reader makes use of the sub-board code, and this change lets my reader not have to loop through one of Synchronet's arrays to look up the sub-board code based on the sub-board number.
      777d7113
    • nightfox's avatar
      Renamed the reverseOrder configuration setting to reverseListOrder. Added the... · 6d93bec1
      nightfox authored
      Renamed the reverseOrder configuration setting to reverseListOrder.  Added the enter key as a key to advance to the next message in reader mode.  Added the -subBoard command-line option, which can be used to specify a sub-board to read (by internal code or by number).  Fixed the msgReaderPath variable in DDScanMsgs.js and DDScanSubs.js to contain ../xtrn/DDMsgReader.  Updated the readme to reflect the change in the reverseListOrder configuration setting name, and also re-arranged the installation section of the readme.
      6d93bec1
  22. May 03, 2015
  23. May 02, 2015
Loading