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

    From nightfox@VERT to CVS commit on Monday, April 15, 2019 10:44:12
    xtrn/DDMsgReader DDMsgReader.js 1.124 1.125 readme.txt 1.20 1.21 revision_history.txt 1.7 1.8
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv1878

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Made use of the new MsgBase.get_index() function (if available) for better performance. Added 'undefined' checks for some of the messaeg attribute definitions before adding them to the attribute strings, since some of them have changed. Updated the version to 1.18.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Thursday, April 25, 2019 16:22:21
    xtrn/DDMsgReader DDMsgReader.js 1.125 1.126 readme.txt 1.21 1.22 revision_history.txt 1.8 1.9
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv30089

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.19: If the terminal size is wide enough (at least 86 characters), the overall vote scores for the messages is now displayed in the message list. Also, fixed a bug introduced in the previous version where the vote scores were no longer being displayed when reading a message. It's no longer using MsgBase.get_index() and uses get_all_msg_headers(), as before, since that's what is required for message tallies to be included in the message headers.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Friday, May 03, 2019 22:40:06
    xtrn/DDMsgReader DDMsgReader.js 1.127 1.128 readme.txt 1.23 1.24 revision_history.txt 1.10 1.11
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv11735

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.21: Uses require() instead of load() to load the required .js libraries, if the require() function is defined (it was added in Synchronet 3.17). This avoids 'multiple definition' errors with the latest .js libarries & Synchronet binaries.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sunday, May 12, 2019 17:32:08
    xtrn/DDMsgReader DDMsgReader.js 1.128 1.129 readme.txt 1.24 1.25 revision_history.txt 1.11 1.12
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv10573

    Modified Files:
    DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Version 1.22: If the message score is 0, with upvotes and total_votes both 0, then don't show the score when using the default header ANSI. This is what was intended, but the 0 score started showing up in more recent builds of Synchronet.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Saturday, July 27, 2019 15: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 Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, November 30, 2023 23:19:51
    https://gitlab.synchro.net/main/sbbs/-/commit/2c07d9ab1b9c78479aa0dc22
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: New user option to toggle the message 'replied' character in the email list. Fix for setting help line colors so that the background won't get un-done.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, November 30, 2023 23:19:51
    https://gitlab.synchro.net/main/sbbs/-/commit/f9dc46b7ac211ce0be211621
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_msg_replied_char_toggle_and_key_help_line_color_fix' into 'master'

    DDMsgReader: New user option to toggle the message 'replied' character in the email list. Fix for setting help line colors so that the background won't get un-done.

    See merge request main/sbbs!370

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Monday, December 04, 2023 20:26:43
    https://gitlab.synchro.net/main/sbbs/-/commit/6a42f5cd1c84944957d871da
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: New reader-mode operator menu (using the Ctrl-O hotkey), with a (new) option to add the author's name to the twit list

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, December 04, 2023 20:26:43
    https://gitlab.synchro.net/main/sbbs/-/commit/d73bc91818ffd497f4f08519
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_reader_operator_menu_and_add_author_to_twitlist' into 'master'

    DDMsgReader: New reader-mode operator menu (using the Ctrl-O hotkey), with a (new) option to add the author's name to the twit list

    See merge request main/sbbs!372

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Friday, December 15, 2023 20:24:18
    https://gitlab.synchro.net/main/sbbs/-/commit/a45890bc540a9e096e5fa041
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: New configurable colors in the theme file for the indexed newscan menu header text: indexMenuHeader, indexMenuNewIndicator, and indexMenuNewIndicatorHighlight

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Friday, December 15, 2023 20:24:18
    https://gitlab.synchro.net/main/sbbs/-/commit/59dbd7f5b21dd196287e25e0
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_indexed_menu_new_color_settings_2' into 'master'

    DDMsgReader: New configurable colors in the theme file for the indexed newscan menu header text: indexMenuHeader, indexMenuNewIndicator, and indexMenuNewIndicatorHighlight

    See merge request main/sbbs!376

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, December 28, 2023 15:14:49
    https://gitlab.synchro.net/main/sbbs/-/commit/eccd17986b0a966f18c572fa
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: New sysop features while reading a message: Show message hex dump (with the X key) and save message hex dump to file (with Ctrl-X)


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, December 28, 2023 15:14:49
    https://gitlab.synchro.net/main/sbbs/-/commit/990b1d0aa0c8d1263dd8ff06
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_msg_hex_dump' into 'master'

    DDMsgReader: New sysop features while reading a message: Show message hex dump (with the X key) and save message hex dump to file (with Ctrl-X)

    See merge request main/sbbs!379


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Thursday, February 15, 2024 21:50:06
    https://gitlab.synchro.net/main/sbbs/-/commit/38a9faf736f07caf627d07c5
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: quotes.txt is now in the correct case for the user's editor. "terminalSupportsUTF8 not defined" error eliminated.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thursday, February 15, 2024 21:50:06
    https://gitlab.synchro.net/main/sbbs/-/commit/25c9d13b4373778bcca170e9
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_quotes_txt_case_and_terminalSupportsUTF8_error_fix' into 'master'

    DDMsgReader: quotes.txt is now in the correct case for the user's editor. "terminalSupportsUTF8 not defined" error eliminated.

    See merge request main/sbbs!406

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Eric Oulashin@VERT to Git commit to main/sbbs/master on Sunday, March 31, 2024 23:24:03
    https://gitlab.synchro.net/main/sbbs/-/commit/140877d1d65695a405dda7de
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    DDMsgReader: Fix for checkmark refresh when selecting all/none in the message list

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, March 31, 2024 23:24:03
    https://gitlab.synchro.net/main/sbbs/-/commit/e6314118d0b75f5bc4760779
    Modified Files:
    xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
    Log Message:
    Merge branch 'dd_msg_reader_list_select_all_or_none_checkbox_refresh_fix' into 'master'

    DDMsgReader: Fix for checkmark refresh when selecting all/none in the message list

    See merge request main/sbbs!431

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