Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 08, 2015
  3. 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
  4. 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
  5. 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
  6. Jun 11, 2015
  7. May 17, 2015
  8. May 07, 2015
  9. May 06, 2015
  10. May 05, 2015
    • 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
  11. May 03, 2015
    • nightfox's avatar
      Updated the logic for following a message's thread_back/thread_next &... · 39744606
      nightfox authored
      Updated the logic for following a message's thread_back/thread_next & thread_id matching (using the ( and ) keys): Now first checks to see if thread_id is available (it checks to see if running Synchronet 3.16 and thread_id exists in the headers), and uses thread_id if available; if thread_id is not available, then it falls back on using the thread_back & thread_next fields.
      39744606
  12. May 02, 2015
    • nightfox's avatar
      Added by-title, by-author, and by to-user thread navigation as in Synchronet's... · b0cceff9
      nightfox authored
      Added by-title, by-author, and by to-user thread navigation as in Synchronet's stock message reader.  Also, added the ability to change to another message sub-board from the message list (using the C key).  Note that the ability to change to another sub-board is not enabled when doing a newscan or new-to-you message scan, since a scan is a more controlled flow.
      b0cceff9
  13. Apr 30, 2015
    • nightfox's avatar
      Added scripts (and information in the Read Me file) for setting up Digital... · 31bdeec4
      nightfox authored
      Added scripts (and information in the Read Me file) for setting up Digital Distortion Message Reader in the new Loadable Modules options in SCFG > System > Loadable Modules.  This enables Digital Distortion Message Reader to be used, for instance, for reading personal email or doing a message newscan during the login process.
      31bdeec4
  14. Apr 25, 2015
    • nightfox's avatar
      This is Digital Distortion Message Reader, which offers a scrollable reader... · 30888015
      nightfox authored
      This is Digital Distortion Message Reader, which offers a scrollable reader interface for ANSI users (and falls back to a traditional interface for non-ANSI users).  Also supports searching & scanning (i.e., message newscan, new-to-you scan).  Additional features include built-in lightbar message list and message area chooser, as well as configurable colors and text strings.  This is still in beta but is fairly mature and stable.  The first official (non-beta) release will probably happen soon.
      30888015
Loading