• xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt

    From nightfox@VERT to CVS commit on Sunday, July 28, 2019 00:14:26
    xtrn/DDMsgReader DDMsgReader.js 1.129 1.130 readme.txt 1.25 1.26 revision_history.txt 1.12 1.13
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20341

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.23: If a message is in UTF-8 format and the user's terminal doesn't support UTF-8, the message text will be converted to CP437. Also, if there is a color/attribute code in the message before the message text and there are no other color/attribute codes, the color/attribute codes will be removed so that the entire message isn't colored


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Saturday, August 17, 2019 21:00:19
    xtrn/DDMsgReader DDMsgReader.js 1.130 1.131 readme.txt 1.26 1.27 revision_history.txt 1.13 1.14
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv7683

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.24: When making a private reply on local email, an error is now outputted if the recipient's user number is not found. Also, fixed an 'undefined' bug that happened when searching for messages sometimes.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Friday, August 30, 2019 02:38:34
    xtrn/DDMsgReader DDMsgReader.js 1.131 1.132 readme.txt 1.27 1.28 revision_history.txt 1.14 1.15
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv7264

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.25: Added the ability to search for message groups and sub-boards when changing to another sub-board. Search can be started with the / key or CTRL-F (Find). Also, in lightbar mode, the N key can be used to highlight the next match in the list.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Friday, September 13, 2019 04:26:54
    xtrn/DDMsgReader DDMsgReader.js 1.132 1.133 readme.txt 1.28 1.29 revision_history.txt 1.15 1.16
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv31175

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.26: Fixes a bug that was causing some of the message vote tally information to be displayed as "undefined"


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Monday, September 16, 2019 20:00:24
    xtrn/DDMsgReader DDMsgReader.js 1.133 1.134 readme.txt 1.29 1.30 revision_history.txt 1.16 1.17
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv9148

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.27 - Bug fix: Now displays the message score in the header even if the message only has downvotes


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Saturday, December 21, 2019 21:11:01
    xtrn/DDMsgReader DDMsgReader.js 1.134 1.135 readme.txt 1.30 1.31 revision_history.txt 1.17 1.18
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv15378

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.28 - Bug fix: When the user changes to a different message area while reading a message, the reader would exit with an error due to an invalid last-read message number. This has been fixed.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Saturday, July 11, 2020 23:07:46
    xtrn/DDMsgReader DDMsgReader.js 1.143 1.144 readme.txt 1.39 1.40 revision_history.txt 1.26 1.27
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv3683

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.37: Added mouse support to the scrollable reader interface. The integrated area changer functionality doesn't have mouse support yet.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Monday, November 30, 2020 00:53:36
    https://gitlab.synchro.net/main/sbbs/-/commit/f7a723a9547db7d814433fcf
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Bug fix for net type when forwarding messages to internet email or fidonet netmail

    When forwarding a message, it now correctly sets sets the to_net_type property in the
    message header to FidoNet or internet for those types of message destinations

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, November 30, 2020 00:53:36
    https://gitlab.synchro.net/main/sbbs/-/commit/9d78353ea5323ea7d44f7647
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'DDMsgReader_forward_net_type' into 'master'

    Bug fix for net type when forwarding messages to internet email or fidonet netmail

    See merge request main/sbbs!43

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Wednesday, December 02, 2020 05:36:51
    https://gitlab.synchro.net/main/sbbs/-/commit/34b70ba63753158647cb8b63
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Added the ability to optinally edit a message before forwarding it.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wednesday, December 02, 2020 05:36:51
    https://gitlab.synchro.net/main/sbbs/-/commit/d14680c2c68f7a8a65115472
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'DDMsgReader_EditMsgBeforeForward' into 'master'

    Added the ability to optinally edit a message before forwarding it.

    See merge request main/sbbs!52

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Monday, February 01, 2021 04:18:39
    https://gitlab.synchro.net/main/sbbs/-/commit/4ed40fcb2d7b09d0ffa9bb42
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Mlong/ddmsgcolor

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, February 01, 2021 04:18:39
    https://gitlab.synchro.net/main/sbbs/-/commit/7a29691a741a665ddc12e925
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'mlong/ddmsgcolor' into 'master'

    Mlong/ddmsgcolor

    See merge request main/sbbs!90

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