• xtrn/DDMsgReader/DDMsgReader.js

    From nightfox@VERT to CVS commit on Saturday, May 02, 2015 13:30:38
    xtrn/DDMsgReader DDMsgReader.js 1.2 1.3
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv25640

    Modified Files:
    DDMsgReader.js
    Log Message:
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Saturday, May 02, 2015 23:16:36
    xtrn/DDMsgReader DDMsgReader.js 1.3 1.4
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv22535

    Modified Files:
    DDMsgReader.js
    Log Message:
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to nightfox on Sunday, May 03, 2015 00:31:23
    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: nightfox to CVS commit on Sat May 02 2015 11:16 pm

    xtrn/DDMsgReader DDMsgReader.js 1.3 1.4
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv22535

    Modified Files:
    DDMsgReader.js
    Log Message:
    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.

    Hmm... I'm using , and . to move back/forward by thread. Perhaps I should use (
    and ) instead. I just found it a little more convenient to not have to hit the shift key. :-) I could support both I suppose, but really we should "standardize". <grin>

    digital man

    Synchronet "Real Fact" #58:
    Synchronet apparel and merchandise can be purchased at cafepress.com/synchronet Norco, CA WX: 58.8øF, 80.0% humidity, 6 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Accession@VERT/PHARCYDE to Digital Man on Sunday, May 03, 2015 07:57:20
    Hello Digital,

    On 03 May 15 00:31, Digital Man wrote to nightfox:

    Hmm... I'm using , and . to move back/forward by thread. Perhaps I
    should use ( and ) instead. I just found it a little more convenient
    to not have to hit the shift key. :-) I could support both I suppose,
    but really we should "standardize". <grin>

    With that said, have you tried this beast of a mod yet? If not, you definitely should! Paired with SlyEdit for the writing/editing side, It's damn near as functional as something like Golded (without all the ridiculously crazy ALT/CTRL key options noone ever uses anyways).

    I'm sold!

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20130910
    * Origin: thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Nightfox@VERT/DIGDIST to Digital Man on Sunday, May 03, 2015 06:51:08
    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Digital Man to nightfox on Sun May 03 2015 00:31:23

    Hmm... I'm using , and . to move back/forward by thread. Perhaps I should use ( and ) instead. I just found it a little more convenient to not have to hit the shift key. :-) I could support both I suppose, but really we should "standardize". <grin>

    I can update my reader to use , and . instead (or support both). Since [ and ] and { and } were already used, I was trying to think of another pair of characters to use and figured ( and ) would make sense.

    Synchronet uses { and } for moving back/forward by author and those require using the shift key. So I suppose I didn't really think about needing to use the shift key or not. :)

    Nightfox

    ---
    þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Accession on Sunday, May 03, 2015 08:49:56
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Accession to Digital Man on Sun May 03 2015 07:57:20

    With that said, have you tried this beast of a mod yet? If not, you definitely should! Paired with SlyEdit for the writing/editing side, It's damn near as functional as something like Golded (without all the ridiculously crazy ALT/CTRL key options noone ever uses anyways).

    Thanks for testing it and making suggestions. :)

    Nightfox

    ---
    þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.com
  • From Underminer@VERT/UNDRMINE to Accession on Sunday, May 03, 2015 13:46:24
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Accession to Digital Man on Sun May 03 2015 07:57:20

    With that said, have you tried this beast of a mod yet? If not, you definitely should! Paired with SlyEdit for the writing/editing side, It's damn near as functional as something like Golded (without all the ridiculously crazy ALT/CTRL key options noone ever uses anyways).
    I'm sold!
    Add another vote for that. Beauty mod. Only thing I altered here was to add enter as a message advance key for those used to the internal reader.
    ---
    Kostie Muirhead
    AKA Underminer
    The Undermine - undermine.ddns.net
    Fido: 1:342/17



    ---
    þ Synchronet þ The Undermine - undermine.ddns.net
  • From Digital Man@VERT to Nightfox on Monday, May 04, 2015 17:12:46
    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Nightfox to Digital Man on Sun May 03 2015 06:51 am

    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Digital Man to nightfox on Sun May 03 2015 00:31:23

    Hmm... I'm using , and . to move back/forward by thread. Perhaps I should use ( and ) instead. I just found it a little more convenient to not have to hit the shift key. :-) I could support both I suppose, but really we should "standardize". <grin>

    I can update my reader to use , and . instead (or support both). Since [ and ] and { and } were already used, I was trying to think of another pair of characters to use and figured ( and ) would make sense.

    Synchronet uses { and } for moving back/forward by author and those require using the shift key. So I suppose I didn't really think about needing to use the shift key or not. :)

    Yeah, and ( and ) look better on the menu. I'll make the change to Synchronet's
    internal msg reader too.

    digital man

    Synchronet "Real Fact" #68:
    You can purchase the BBS Documentary DVD set at http://bbsdocumentary.com/order/
    Norco, CA WX: 67.5øF, 55.0% humidity, 19 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Ragnarok@VERT/DOCKSUD to nightfox on Monday, May 04, 2015 22:22:46
    El 03/05/15 a las 03:16, nightfox escibió:
    xtrn/DDMsgReader DDMsgReader.js 1.3 1.4
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv22535

    Modified Files:
    DDMsgReader.js
    Log Message:
    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.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � telnet://vert.synchro.net

    i can not post if message area have 0 messages.

    I found for posting i need to enter in the message area, but if it have
    0 message can enter on it.

    Saludos!

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Ragnarok on Monday, May 04, 2015 23:07:33
    El 04/05/15 a las 22:22, Ragnarok escibió:
    El 03/05/15 a las 03:16, nightfox escibió:
    xtrn/DDMsgReader DDMsgReader.js 1.3 1.4
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv22535

    Modified Files:
    DDMsgReader.js
    Log Message:
    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.

    ---
    � Synchronet � Vertrauen � Home of Synchronet � telnet://vert.synchro.net

    i can not post if message area have 0 messages.

    I found for posting i need to enter in the message area, but if it have
    0 message can enter on it.
    ***
    can not

    Saludos!


    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Nightfox@VERT/DIGDIST to Ragnarok on Monday, May 04, 2015 19:39:24
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Ragnarok to nightfox on Mon May 04 2015 22:22:46

    i can not post if message area have 0 messages.

    I found for posting i need to enter in the message area, but if it have
    0 message can enter on it.

    You can always post from the Synchronet menu.. I didn't think about allowing posting in that case, since it would just quit back to the menu anyway. I suppose I could add a prompt to ask if you want to post, although I'm not sure how useful that would be, since the BBS should allow posting from its menu anyway.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Underminer on Monday, May 04, 2015 20:44:06
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Underminer to Accession on Sun May 03 2015 13:46:24

    Add another vote for that. Beauty mod. Only thing I altered here was to add enter as a message advance key for those used to the internal reader.

    I've added the enter key as a key to advance to the next message (the right arrow key also still does that), so now you won't have to mod it that way for future versions. I've checked in the change to CVS.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.com
  • From Ragnarok@VERT/DOCKSUD to Nightfox on Tuesday, May 05, 2015 10:11:31
    El 05/05/15 a las 01:44, Nightfox escibió:
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Underminer to Accession on Sun May 03 2015 13:46:24

    Add another vote for that. Beauty mod. Only thing I altered here was to add enter as a message advance key for those used to the internal reader.

    I've added the enter key as a key to advance to the next message (the right arrow key also still does that), so now you won't have to mod it that way for future versions. I've checked in the change to CVS.

    Nightfox

    1) maybe, you can put a section for shorcuts in the config file and
    everyone can change the shortcuts as they like.

    2) Also, yo can add a include (if exists) a local config file like "DDMsgReader.local.cfg" to let to admins to override the default config
    without change the original file. To prevent upgrades and lost settings:

    scarlet:/sbbs/xtrn/DDMsgReader# cvs up
    cvs update: Updating .
    U DDMsgReader.cfg
    U DDMsgReader.js
    U Read Me.txt
    cvs update: Updating Enhanced header examples
    cvs update: Updating Loadable module scripts
    U Loadable module scripts/DDScanMsgs.js
    U Loadable module scripts/DDScanSubs.js

    Saludos!

    i think that a bug tracker can be very useful to save this wishes and
    report bugs for your mod (or synchronet code also). Something like Redmine/Bugzilla at bugs.synchro.net :)

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Ragnarok@VERT/DOCKSUD to Nightfox on Tuesday, May 05, 2015 10:21:46
    El 05/05/15 a las 00:39, Nightfox escibió:
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Ragnarok to nightfox on Mon May 04 2015 22:22:46

    i can not post if message area have 0 messages.

    I found for posting i need to enter in the message area, but if it have 0 message can enter on it.

    You can always post from the Synchronet menu.. I didn't think about allowing posting in that case, since it would just quit back to the menu anyway. I suppose I could add a prompt to ask if you want to post, although I'm not sure
    how useful that would be, since the BBS should allow posting from its menu anyway.

    Nightfox

    It's very quickly at the messages areas list view if can tuch a key and
    create new message in that area without exit to the bbs menu.

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Nightfox@VERT/DIGDIST to Ragnarok on Tuesday, May 05, 2015 07:39:36
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Ragnarok to Nightfox on Tue May 05 2015 10:11:31

    1) maybe, you can put a section for shorcuts in the config file and everyone can change the shortcuts as they like.

    I've thought about possibly doing that in a future release.

    2) Also, yo can add a include (if exists) a local config file like "DDMsgReader.local.cfg" to let to admins to override the default config without change the original file. To prevent upgrades and lost settings:

    scarlet:/sbbs/xtrn/DDMsgReader# cvs up
    U DDMsgReader.cfg

    As it's written now, my reader will also look for the .cfg file in your sbbs/ctrl directory, so you could put a copy of it there. I might update it to also check the sbbs/mods directory. That said, normally I don't think it's a good idea to run software directly from a repository because, as you've found, files will be overridden when you do an update.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.com
  • From Ragnarok@VERT/DOCKSUD to Nightfox on Tuesday, May 05, 2015 14:36:08
    El 05/05/15 a las 12:39, Nightfox escibió:
    Re: Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Ragnarok to Nightfox on Tue May 05 2015 10:11:31

    1) maybe, you can put a section for shorcuts in the config file and everyone can change the shortcuts as they like.

    I've thought about possibly doing that in a future release.

    good!


    2) Also, yo can add a include (if exists) a local config file like "DDMsgReader.local.cfg" to let to admins to override the default config without change the original file. To prevent upgrades and lost settings:

    scarlet:/sbbs/xtrn/DDMsgReader# cvs up
    U DDMsgReader.cfg

    As it's written now, my reader will also look for the .cfg file in your sbbs/ctrl directory, so you could put a copy of it there. I might update it to

    very good put a copy of the config file into ctrl dir is sufficient!

    also check the sbbs/mods directory. That said, normally I don't think it's a good idea to run software directly from a repository because, as you've found,
    files will be overridden when you do an update.
    i known, i like to get updated, but i dont want to change my settings on updates.

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From nightfox@VERT to CVS commit on Sunday, November 01, 2015 12:59:00
    xtrn/DDMsgReader DDMsgReader.js 1.12 1.13
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv12661

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.05 Beta (still a work in progress):
    - 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)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Saturday, November 07, 2015 20:07:41
    xtrn/DDMsgReader DDMsgReader.js 1.13 1.14
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv19900

    Modified Files:
    DDMsgReader.js
    Log Message:
    Updated to interpret @-codes when reading personal email. This is still a beta version (1.05 beta) due to another feature I wanted to try to improve (displaying messages with ANSI codes).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Wednesday, November 25, 2015 15:45:38
    xtrn/DDMsgReader DDMsgReader.js 1.15 1.16
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv25684

    Modified Files:
    DDMsgReader.js
    Log Message:
    Minor improvement in ANSI message scrollbar behavior for PageUp/PageDown/Home/End


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Wednesday, November 25, 2015 16:51:55
    xtrn/DDMsgReader DDMsgReader.js 1.16 1.17
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv27639

    Modified Files:
    DDMsgReader.js
    Log Message:
    Will now refresh an ANSI message when closing the list of kludge lines/message headers (sysop command), etc. Also, updated to output an ANSI normal attribute on exit (for ANSI users), so that the screen's background color won't get messed up (that's in addition to outputting the Synchronet 'normal' attribute for the same reason). Also, updated to apply all of the header field labels based on the list at the following page: http://synchro.net/docs/smb.html#Header Field Types


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Wednesday, November 25, 2015 20:45:04
    xtrn/DDMsgReader DDMsgReader.js 1.17 1.18
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv2170

    Modified Files:
    DDMsgReader.js
    Log Message:
    Minor change in the background & foreground colors for the scrollbar when reading an ANSI message


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Thursday, November 26, 2015 12:23:56
    xtrn/DDMsgReader DDMsgReader.js 1.18 1.19
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv28394

    Modified Files:
    DDMsgReader.js
    Log Message:
    Implemented a workaround with the Frame object when displaying ANSI messages to get the background to refresh/redraw better so that text doesn't get left over when scrolling the message up & down


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, November 29, 2015 11:28:00
    xtrn/DDMsgReader DDMsgReader.js 1.20 1.21
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv8787

    Modified Files:
    DDMsgReader.js
    Log Message:
    Made a few fixes for the message header/kludge line colors


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Saturday, December 05, 2015 13:21:21
    xtrn/DDMsgReader DDMsgReader.js 1.21 1.22
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv25387

    Modified Files:
    DDMsgReader.js
    Log Message:
    Fixed the display of the "when imported zone" and "when written zone" header fields. Also, removed a line of temporary debug code.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Saturday, December 05, 2015 21:28:19
    xtrn/DDMsgReader DDMsgReader.js 1.23 1.24
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv8478

    Modified Files:
    DDMsgReader.js
    Log Message:
    Made some minor updates to a couple of the message header field labels


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Thursday, December 10, 2015 20:27:00
    xtrn/DDMsgReader DDMsgReader.js 1.25 1.26
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv27612

    Modified Files:
    DDMsgReader.js
    Log Message:
    Minor bug fix: The configFilename command-line parameter wasn't being referenced correctly, causing the script to abort if that command-line parameter was used.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Wednesday, December 23, 2015 12:49:45
    xtrn/DDMsgReader DDMsgReader.js 1.30 1.31
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv24093

    Modified Files:
    DDMsgReader.js
    Log Message:
    Minor bug fix for refreshing the 'message selected' check marks in the lightbar message list when other messages have been marked for deletion


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, January 10, 2016 18:10:32
    xtrn/DDMsgReader DDMsgReader.js 1.32 1.33
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv29678

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.08 - Bug fix: When scanning message sub-boards, it wasn't always closing the sub-board when there were no new messages, resulting in further sub-boards failing to open after a while. That has been fixed.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, February 07, 2016 10:18:15
    xtrn/DDMsgReader DDMsgReader.js 1.36 1.37
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv16142

    Modified Files:
    DDMsgReader.js
    Log Message:
    Refactored some code related to loading the header files for the reader interface and area chooser list.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, February 07, 2016 11:26:41
    xtrn/DDMsgReader DDMsgReader.js 1.37 1.38
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20785

    Modified Files:
    DDMsgReader.js
    Log Message:
    Fixed a bug when returning from the help screen for the lightbar message area chooser - It wasn't displaying the header again when returning to the area list.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Friday, February 12, 2016 20:46:11
    xtrn/DDMsgReader DDMsgReader.js 1.38 1.39
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv9021

    Modified Files:
    DDMsgReader.js
    Log Message:
    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).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Saturday, February 13, 2016 16:30:51
    xtrn/DDMsgReader DDMsgReader.js 1.39 1.40
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv31168

    Modified Files:
    DDMsgReader.js
    Log Message:
    Fixed a bug in the method that displays the header file for the message area chooser - It no longer sets the color code back to normal at the end of each line, so that for .asc files (Synchronet color codes) it doesn't reset any color codes that might still need to be used.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, February 14, 2016 16:10:48
    xtrn/DDMsgReader DDMsgReader.js 1.40 1.41
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20892

    Modified Files:
    DDMsgReader.js
    Log Message:
    Fixed a possible screen refresh issue when writing the area chooser header - Now it clears the header rows on the screen before writing the header, to clear away any text that might have been there before (such as from the help screen).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Monday, February 15, 2016 12:18:23
    xtrn/DDMsgReader DDMsgReader.js 1.42 1.43
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv2090

    Modified Files:
    DDMsgReader.js
    Log Message:
    Fixed a bug related to adjusting message dates to the local BBS time zone


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Tuesday, February 16, 2016 19:36:24
    xtrn/DDMsgReader DDMsgReader.js 1.43 1.44
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv16562

    Modified Files:
    DDMsgReader.js
    Log Message:
    Bug fix: The page number for message groups wasn't being updated in the area chooser when using the up & down arrow keys to go to the next/previous page.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, March 20, 2016 16:30:29
    xtrn/DDMsgReader DDMsgReader.js 1.45 1.46
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv2956

    Modified Files:
    DDMsgReader.js
    Log Message:
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, May 21, 2017 19:02:30
    xtrn/DDMsgReader DDMsgReader.js 1.94 1.95
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv19283

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 38: When searching for messages (by text, from name, to name, or to you), it now uses the get_all_msg_headers() function if that function is available (otherwise, it will fall back to going through all messages one-by-one in the messagebase object). With the get_all_msg_headers() function, it can get vote tally information so that information can be displayed when viewing the messages.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Sunday, May 21, 2017 20:29:08
    xtrn/DDMsgReader DDMsgReader.js 1.95 1.96
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv21413

    Modified Files:
    DDMsgReader.js
    Log Message:
    Small fix for new to-you search etc..


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Thursday, June 01, 2017 20:08:08
    xtrn/DDMsgReader DDMsgReader.js 1.96 1.97
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv30745

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 39: Made an adjustment for ANSI content detection for when to convert to Synchronet codes to make the message look okay in ANSI scrolling mode


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Friday, June 09, 2017 20:26:28
    xtrn/DDMsgReader DDMsgReader.js 1.97 1.98
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv32554

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 40: When doing a message search (by text, from name, etc.), now it does not update the last-read & scan pointers. This way, when the user lists/reads messages in a sub-board as usual, the user will still be where they left off.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Thursday, July 06, 2017 21:01:41
    xtrn/DDMsgReader DDMsgReader.js 1.98 1.99
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv21455

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 41: Bug fix - When submitting an upvote/downvote on a message using the scrollable interface, it was automatically moving to the next message. Now it stays at the same message and refreshes the screen so that the updated vote count for the message can be seen.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Saturday, August 05, 2017 15:26:21
    xtrn/DDMsgReader DDMsgReader.js 1.99 1.100
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20483

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 42: When showing tally information for messages with upvotes & downvotes, it now shows who voted on the message (for sysops only).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From nightfox@VERT to CVS commit on Wednesday, August 16, 2017 22:31:40
    xtrn/DDMsgReader DDMsgReader.js 1.100 1.101
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv13417

    Modified Files:
    DDMsgReader.js
    Log Message:
    Updated to support multi-answer polls. Requires a Synchronet 3.17 build from August 14, 2017 or newer.
    Next, I want to add a command to close a poll (would only work for the person who created the poll or the sysop).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert|cvs|bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sunday, August 20, 2017 11:06:21
    xtrn/DDMsgReader DDMsgReader.js 1.103 1.104
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv18515

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 46: When inputting multiple vote options from the user, it now restricts input to just numbers and commas. Also, updated the close-poll behavior so that only the poll creator can close the poll (removed the sysop).


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to nightfox on Sunday, December 17, 2017 20:46:22
    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: nightfox to CVS commit on Wed Nov 25 2015 03:45 pm

    xtrn/DDMsgReader DDMsgReader.js 1.15 1.16
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv25684

    Modified Files:
    DDMsgReader.js
    Log Message:
    Minor improvement in ANSI message scrollbar behavior for PageUp/PageDown/Home/End

    You might want to review PageUp/Down key support in your scripts. sbbs v3.17 now internally captures the <ESC>[U and V sequences and converts to the control keys (defined in sbbsdefs.js), currently Ctrl-N for page down and Ctrl-P for page up, though those are still subject to debate.

    digital man

    This Is Spinal Tap quote #8:
    Derek Smalls: Making a big thing out of it would have been a good idea.
    Norco, CA WX: 53.9øF, 29.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Sunday, December 17, 2017 23:48:02
    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Digital Man to nightfox on Sun Dec 17 2017 08:46 pm

    Minor improvement in ANSI message scrollbar behavior for
    PageUp/PageDown/Home/End

    You might want to review PageUp/Down key support in your scripts. sbbs v3.17 now internally captures the <ESC>[U and V sequences and converts to the control keys (defined in sbbsdefs.js), currently Ctrl-N for page down and Ctrl-P for page up, though those are still subject to debate.

    Thanks for the note.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Digital Man on Tuesday, December 19, 2017 12:31:42
    Re: xtrn/DDMsgReader/DDMsgReader.js
    By: Digital Man to nightfox on Sun Dec 17 2017 08:46 pm

    You might want to review PageUp/Down key support in your scripts. sbbs v3.17 now internally captures the <ESC>[U and V sequences and converts to the control keys (defined in sbbsdefs.js), currently Ctrl-N for page down and Ctrl-P for page up, though those are still subject to debate.

    I've updated my scripts that use PageUp and PageDown.

    SlyEdit makes use of PageUp and PageDown for navigation in the message (if the user has written a long message, they can page through the message with PageUp and PageDown). I made a change to SlyEdit to change a couple of the command keys (Ctrl-P showed the command list help, and Ctrl-N did a 'find next' text search function - I changed those keys since Ctrl-P and Ctrl-N are now PageUp and PageDown).

    If you want to check and see which CTRL keys SlyEdit is using, you can look in the function doEditLoop() in SlyEdit.js. Toward the top of that function, there are variables (declared as 'const') defining the CTRL keys it uses. The CTRL_* definitions are defined in SlyEdit_Misc.js.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From nightfox@VERT to CVS commit on Saturday, January 27, 2018 22:50:14
    xtrn/DDMsgReader DDMsgReader.js 1.113 1.114
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20218

    Modified Files:
    DDMsgReader.js
    Log Message:
    Bug fix for the 'from' name & from net type in the default message header


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Tuesday, May 08, 2018 21:12:05
    xtrn/DDMsgReader DDMsgReader.js 1.118 1.119
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20318

    Modified Files:
    DDMsgReader.js
    Log Message:
    Version 1.17 beta 60: When a non-sysop is reading anonymous posts, the "from" name is now shown as "Anonymous".


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Tuesday, May 08, 2018 22:09:05
    xtrn/DDMsgReader DDMsgReader.js 1.119 1.120
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv25903

    Modified Files:
    DDMsgReader.js
    Log Message:
    Minor fix


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, January 13, 2022 21:18:42
    https://gitlab.synchro.net/main/sbbs/-/commit/964e94fb9beb63fe2de3bb6e
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Added a load for 822header.js. Whoops.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, January 13, 2022 21:18:42
    https://gitlab.synchro.net/main/sbbs/-/commit/635c258d2d19df55e8eefa00
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'ddmsgreader_822header' into 'master'

    Added a load for 822header.js. Whoops.

    See merge request main/sbbs!133

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tuesday, March 15, 2022 10:57:06
    https://gitlab.synchro.net/main/sbbs/-/commit/4157ca373e01f90907b722fb
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Added back a few functions that were accidentally removed
    Added back a few functions that were accidentally removed (which weren't moved to attr_conv.js)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, March 15, 2022 10:57:06
    https://gitlab.synchro.net/main/sbbs/-/commit/3c175ccfb84f734ba6f8391c
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'ddmr_add_ansi_funcs_back' into 'master'

    DDMsgReader: Added back a few functions that were accidentally removed

    See merge request main/sbbs!161

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tuesday, July 05, 2022 19:57:35
    https://gitlab.synchro.net/main/sbbs/-/commit/02cafb6bfd702c002f443c61
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Fix for undefined bottomMsgIndex when going to a message in the lightbar list, and strict mode fixes

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, July 05, 2022 19:57:35
    https://gitlab.synchro.net/main/sbbs/-/commit/d47c0f3342ee63b4b92df62b
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_strict_fixes' into 'master'

    DDMsgReader: Fix for undefined bottomMsgIndex when going to a message in the lightbar list, and strict mode fixes

    See merge request main/sbbs!197

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, July 07, 2022 10:54:53
    https://gitlab.synchro.net/main/sbbs/-/commit/985cd308c295db6de8b08866
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Fix for undeclared variable assignment when saving a message to the BBS machine

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, July 07, 2022 10:54:53
    https://gitlab.synchro.net/main/sbbs/-/commit/15a786e8061e57036c63873a
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_save_to_bbs_machine_undeclared_assignment_fix' into 'master'

    DDMsgReader: Fix for undeclared variable assignment when saving a message to the BBS machine

    See merge request main/sbbs!199

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, July 07, 2022 18:04:57
    https://gitlab.synchro.net/main/sbbs/-/commit/f539097160a4d8e066e05d19
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Fixed a few errors (a couple related to "use strct", and a couple new errors related to deleting a message, upvoting, and viewing tallies).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, July 07, 2022 18:04:57
    https://gitlab.synchro.net/main/sbbs/-/commit/d04a92afc6000d43b40fd9f2
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_fix_errors_deleting_upvoting_view_tallies' into 'master'

    DDMsgReader: Fixed a few errors (a couple related to "use strct", and a couple new errors related to deleting a message, upvoting, and viewing tallies).

    See merge request main/sbbs!201

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Friday, September 23, 2022 21:30:00
    https://gitlab.synchro.net/main/sbbs/-/commit/4bccfd1b707cf94003b195ff
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Added a mouse click hotspot for ? for message list mode

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, September 23, 2022 21:30:00
    https://gitlab.synchro.net/main/sbbs/-/commit/2ceb6b5177f55e64aafd24f5
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_msg_list_help_hotspot' into 'master'

    DDMsgReader: Added a mouse click hotspot for ? for message list mode

    See merge request main/sbbs!210

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Wednesday, December 07, 2022 23:42:32
    https://gitlab.synchro.net/main/sbbs/-/commit/f7f41d852de22ecc7939c155
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DD Msg Reader: Fixed typo (console.putmst -> console.putmsg)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, December 07, 2022 23:42:32
    https://gitlab.synchro.net/main/sbbs/-/commit/33c42d38ff9f36144541d88f
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_putmsg_typo_fix' into 'master'

    DD Msg Reader: Fixed typo (console.putmst -> console.putmsg)

    See merge request main/sbbs!232

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tuesday, January 24, 2023 12:35:55
    https://gitlab.synchro.net/main/sbbs/-/commit/b12262d3ff29cb619c097ec6
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Small change in resetting the terminal attributes before the script exits

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, January 24, 2023 12:35:55
    https://gitlab.synchro.net/main/sbbs/-/commit/11255c6f5f91b8a05b77aff3
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_attr_reset_change' into 'master'

    DDMsgReader: Small change in resetting the terminal attributes before the script exits

    See merge request main/sbbs!247

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Sunday, January 29, 2023 18:06:57
    https://gitlab.synchro.net/main/sbbs/-/commit/3d3209a2e8bda3971df83b07
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Removed some debugging lines

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, January 29, 2023 18:06:57
    https://gitlab.synchro.net/main/sbbs/-/commit/7fdc34c8621167245a01d51d
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_removed_debugging_lines' into 'master'

    Removed some debugging lines

    See merge request main/sbbs!249

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Friday, February 03, 2023 08:57:35
    https://gitlab.synchro.net/main/sbbs/-/commit/c6dd2aed69d5f5778b181a73
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: When reading or listing messages, either the DEL or BACKSPACE key...

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, February 03, 2023 08:57:35
    https://gitlab.synchro.net/main/sbbs/-/commit/e1a04df24e9a11109bb054a3
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_delete_backspace' into 'master'

    DDMsgReader: When reading or listing messages, either the DEL or BACKSPACE key...

    See merge request main/sbbs!252

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Saturday, February 25, 2023 02:02:31
    https://gitlab.synchro.net/main/sbbs/-/commit/7c17285f5766a5940d8f90e5
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Ctrl-C can now cancel message scans, and message scan status text is word-wrapped for the terminal width

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, February 25, 2023 02:02:31
    https://gitlab.synchro.net/main/sbbs/-/commit/e4b2d1f72a288ac4435c5eb5
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_wrapping_ctrlc_scans' into 'master'

    DDMsgReader: Ctrl-C can now cancel message scans, and message scan status text is word-wrapped for the terminal width

    Closes #522 and #523

    See merge request main/sbbs!259

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, March 02, 2023 17:34:59
    https://gitlab.synchro.net/main/sbbs/-/commit/d2cb9d6cfbe09b0f30263000
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Don't prepend "Fwd: " to forwarded messages

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, March 02, 2023 17:34:59
    https://gitlab.synchro.net/main/sbbs/-/commit/0f28462d24fd32fff1ee6258
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'ddmsgreader_forward_dont_prepend_fwd' into 'master'

    DDMsgReader: Don't prepend "Fwd: " to forwarded messages

    See merge request main/sbbs!263

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Wednesday, April 05, 2023 14:41:56
    https://gitlab.synchro.net/main/sbbs/-/commit/99c24683ad2f3812fa2d95f3
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Added default color definitions for indexed reader mode in case they aren't specified in the theme .cfg file

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, April 05, 2023 14:41:56
    https://gitlab.synchro.net/main/sbbs/-/commit/f4dcbf61db08faac1424d554
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_default_indexed_mode_colors' into 'master'

    DDMsgReader: Added default color definitions for indexed reader mode in case they aren't specified in the theme .cfg file

    See merge request main/sbbs!279

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Sunday, April 09, 2023 19:02:17
    https://gitlab.synchro.net/main/sbbs/-/commit/c422f6b0850cae126aa98e64
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Check console.aborted instead of ctrl-C keypress for aborting searching and scanning

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, April 09, 2023 19:02:17
    https://gitlab.synchro.net/main/sbbs/-/commit/72effe84fd8a20e4ecbc451f
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_search_scan_console_aborted' into 'master'

    DDMsgReader: Check console.aborted instead of ctrl-C keypress for aborting searching and scanning

    See merge request main/sbbs!282

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Monday, April 17, 2023 17:18:50
    https://gitlab.synchro.net/main/sbbs/-/commit/4044f933b063b287bd5ac116
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Allow word-wrapping header lines of arbitrary length

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, April 17, 2023 17:18:50
    https://gitlab.synchro.net/main/sbbs/-/commit/cff846364ef4b5545ba837f5
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_header_lines_word_wrap' into 'master'

    DDMsgReader: Allow word-wrapping header lines of arbitrary length

    See merge request main/sbbs!287

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, April 27, 2023 09:39:16
    https://gitlab.synchro.net/main/sbbs/-/commit/d99dacd4ed3cc7f349d3008a
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: In MsgHdrPropIsKludgeLine(), removed checks for X-FTN-* fields, since those shouldn't exist

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, April 27, 2023 09:39:16
    https://gitlab.synchro.net/main/sbbs/-/commit/bd104135a9ebcbb3e4723f70
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_kludge_lines_no_x_ftn' into 'master'

    DDMsgReader: In MsgHdrPropIsKludgeLine(), removed checks for X-FTN-* fields, since those shouldn't exist

    See merge request main/sbbs!289

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Tuesday, October 10, 2023 21:57:43
    https://gitlab.synchro.net/main/sbbs/-/commit/ec8712f115216c97c1d1f60f
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DD Msg Reader: Permission check optimizations

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, October 10, 2023 21:57:43
    https://gitlab.synchro.net/main/sbbs/-/commit/22eeb41029934d6f8df7c1ab
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_permission_check_optimizations' into 'master'

    DD Msg Reader: Permission check optimizations

    See merge request main/sbbs!346

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Wednesday, December 20, 2023 16:52:06
    https://gitlab.synchro.net/main/sbbs/-/commit/88faabb5c95dcc411d650373
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: Copy-paste fix for section(s) of code for editing a local user account while reading

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, December 20, 2023 16:52:06
    https://gitlab.synchro.net/main/sbbs/-/commit/de72961d5b41d015e337569e
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_edit_user_pReader_copy_paste_fix' into 'master'

    DDMsgReader: Copy-paste fix for section(s) of code for editing a local user account while reading

    See merge request main/sbbs!378

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Saturday, December 30, 2023 19:19:06
    https://gitlab.synchro.net/main/sbbs/-/commit/f15b9739b854e4c2a979cde7
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: With the indexed menu, don't show "No new messages" if the indexed menu has already been displayed

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, December 30, 2023 19:19:06
    https://gitlab.synchro.net/main/sbbs/-/commit/e51b497c3b584ec505c337ec
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_indexed_newscan_no_messages_dont_display_if_already_displayed_indexed_menu' into 'master'

    DDMsgReader: With the indexed menu, don't show "No new messages" if the indexed menu has already been displayed

    See merge request main/sbbs!381

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Friday, February 16, 2024 13:11:00
    https://gitlab.synchro.net/main/sbbs/-/commit/73552efff7cc11c39fcdf6f6
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    DDMsgReader: When checking the user's external editor settings, make sure they actually have an external editor configured, or else DDMsgReader will error out.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, February 16, 2024 13:11:00
    https://gitlab.synchro.net/main/sbbs/-/commit/1b790233966264d643091ef9
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js
    Log Message:
    Merge branch 'dd_msg_reader_check_settings_fix' into 'master'

    DDMsgReader: When checking the user's external editor settings, make sure they actually have an external editor configured, or else DDMsgReader will error out.

    See merge request main/sbbs!410

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net