-
xtrn/DDMsgReader/DDMsgReader.js readme.txt revision_history.txt
From
Eric Oulashin@VERT to
Git commit to main/sbbs/master on Thu Feb 15 21:50:06 2024
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 Thu Feb 15 21:50:06 2024
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 Sun Mar 31 23:24:03 2024
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Sun Mar 31 23:24:03 2024
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
-
From
nightfox@VERT to
CVS commit on Tue Apr 7 20:10:08 2020
xtrn/DDMsgReader DDMsgReader.js 1.136 1.137 readme.txt 1.32 1.33 revision_history.txt 1.19 1.20
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv28351
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
Version 1.30: The message list features now uses DDLightbarMenu rather than the internal lightbar menu code. Requires the latest dd_lightbar_menu.js (in sbbs/exec/load).
Later I also plan to update the area chooser code to also use DDLightbarMenu and remove the internal lightbar chooser code from DDMsgReader altogether.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Mon Apr 13 16:35:29 2020
xtrn/DDMsgReader DDMsgReader.js 1.137 1.138 readme.txt 1.33 1.34 revision_history.txt 1.20 1.21
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv13852
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
The area change feature now uses DDLightbarMenu. There is no more internal lightbar code in this message reader. This requires the latest dd_lightbar_menu.js (in sbbs/exec/load).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Sun Apr 19 14:20:09 2020
xtrn/DDMsgReader DDMsgReader.js 1.138 1.139 readme.txt 1.34 1.35 revision_history.txt 1.21 1.22
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv11155
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
Version 1.32: Removed some code that's no longer used. Also, fixed an issue when changing to another sub-board with the traditional-style (non-lightbar) list where it was slow to list sub-boards. For the number of messages, it was checking all headers to ignore ones marked as deleted, etc., but that can be fairly slow.. Now it just uses total_msgs for the MessageBase object, which is a lot faster and still gives an idea of how many messages are there.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Tue Apr 21 20:04:02 2020
xtrn/DDMsgReader DDMsgReader.js 1.139 1.140 readme.txt 1.35 1.36 revision_history.txt 1.22 1.23
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv3000
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
Version 1.33 - Fixed: A new user starting to read messages in a sub-board no longer causes an error (it checks for the scan_ptr being 0xffffffff). This had been fixed in a couple places previously, but apparently not this particular case.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Mon May 11 22:23:23 2020
xtrn/DDMsgReader DDMsgReader.js 1.140 1.141 readme.txt 1.36 1.37 revision_history.txt 1.23 1.24
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv26628
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
Version 1.34: The message list mode now honors anonymous posts, showing the 'from' name as "Anonymous" (for non-sysops). The sysop can still see the real name of the poster. The reader mode already honored the 'anonymous' flag.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Wed May 13 22:32:10 2020
xtrn/DDMsgReader DDMsgReader.js 1.141 1.142 readme.txt 1.37 1.38 revision_history.txt 1.24 1.25
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv4699
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
Version 1.35: Fixed some logic in determining how to address a personal email when replying (either to a local user or via their network address).
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Sat May 23 16:30:28 2020
xtrn/DDMsgReader DDMsgReader.js 1.142 1.143 readme.txt 1.38 1.39 revision_history.txt 1.25 1.26
Update of /cvsroot/sbbs/xtrn/DDMsgReader
In directory cvs:/tmp/cvs-serv11857
Modified Files:
DDMsgReader.js readme.txt revision_history.txt
Log Message:
Version 1.36: Added a command-line parameter to DDMsgReader.js, -onlyNewPersonalEmail, which specifies to list/read only new/unread personal email to the user. And for integration with Synchronet via the "Read Email" loadable module, this is to be used together with the updated DDReadPersonalEmail.js. This is intended to support the "read your unread mail only" option in the email menu.
---
þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
-
From
nightfox@VERT to
CVS commit on Sat Jul 11 16:07:46 2020
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 Sun Nov 29 16:53:36 2020
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 Sun Nov 29 16:53:36 2020
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 Tue Dec 1 21:36:51 2020
-
From
Rob Swindell@VERT to
Git commit to main/sbbs/master on Tue Dec 1 21:36:51 2020
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