• xtrn/DDMsgReader/DDMsgReader.js readme.txt

    From nightfox@VERT to CVS commit on Sat Aug 19 09:12:16 2017
    xtrn/DDMsgReader DDMsgReader.js 1.102 1.103 readme.txt 1.1 1.2
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv17457

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 45: Made use of the new Msgbase.close_poll() method to close a poll. Requires the August 19, 2017 or newer build of Synchronet 3.17.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Mon Dec 4 19:04:15 2017
    xtrn/DDMsgReader DDMsgReader.js 1.106 1.107 readme.txt 1.4 1.5
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv15888

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 49: Fixed a bug when marking messages as 'read' when the user reads messages that were written to them - It was getting an 'expanded headers' error with recent builds (on/after December 1, 2017). A similar error used to happen occasionally but not all the time.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sat Dec 9 21:49:33 2017
    xtrn/DDMsgReader DDMsgReader.js 1.107 1.108 readme.txt 1.5 1.6
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv20578

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 50 - Fixed a bug introduced in beta 49 where it was no longer displaying vote stats (such as up/downvotes) for a message. Now, it gets a message header with expanded headers again (like it did before) for viewing a message, and when applying the MSG_READ attribute (when a user reads a message to them), it gets a header without expanded headers to apply MSG_READ and save it.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Mon Dec 18 12:07:54 2017
    xtrn/DDMsgReader DDMsgReader.js 1.108 1.109 readme.txt 1.6 1.7
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv16608

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 51: Updated the definitions of the KEY_PAGE_UP and KEY_PAGE_DOWN veriables to match what they are in sbbsdefs.js (if defined) from December 18, 2017 so that the PageUp and PageDown keys continue to work properly. This script should still also work with older builds of Synchronet.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Thu Feb 1 18:57:47 2018
    xtrn/DDMsgReader DDMsgReader.js 1.114 1.115 readme.txt 1.11 1.12
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv1218

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 56: When replying to a message, the reader will now strip any control characters that might be in the subject line.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Mon Mar 19 18:55:34 2018
    xtrn/DDMsgReader DDMsgReader.js 1.115 1.116 readme.txt 1.12 1.13
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv32279

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 57: Made a fix for voting input - It wasn't accepting Q to quit out of voting (a blank input worked though).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to nightfox on Mon Apr 23 16:32:34 2018
    Re: xtrn/DDMsgReader/DDMsgReader.js readme.txt
    By: nightfox to CVS commit on Mon Mar 19 2018 06:55 pm

    There seems to be a problem with either your msg reader or your voting door (or both)?

    I've received inquiries about the following error in sysops' error.log file and I've seen it in my own:

    ERROR 2 (No such file or directory) in qwk.cpp line 1189 (qwk_vote) writing "/sbbs/data/subs/sync" access=-105 info=smb_addvote thread_back field missing (useron=DIGDIST)

    I saved the .REP packet that triggered this error and when looking at the VOTING.DAT file, I noticed the "In-Reply-To" field contains a message number rather than a message ID:

    [80]
    [vote:<5ADA59D1.34524.dove_sync@digitaldistortionbbs.com>]
    UpVote = true
    In-Reply-To: 34489
    WhenWritten: 20180420142121-0700 c1e0
    Sender: Nightfox
    Conference: 2007

    I think this means you're setting up the message header incorrectly when saving a vote message. The reply_id field is supposed to be the full message-ID of the message (or poll) the user is voting on, not the message number. Please take a look-see. :-)

    digital man

    Synchronet "Real Fact" #98:
    The Synchronet Wiki (wiki.synchro.net) went online in April of 2010.
    Norco, CA WX: 81.5øF, 26.0% humidity, 14 mph ENE wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Mon Apr 23 17:12:30 2018
    Re: xtrn/DDMsgReader/DDMsgReader.js readme.txt
    By: Digital Man to nightfox on Mon Apr 23 2018 04:32 pm

    There seems to be a problem with either your msg reader or your voting door (or both)?

    I've received inquiries about the following error in sysops' error.log file and I've seen it in my own:

    ERROR 2 (No such file or directory) in qwk.cpp line 1189 (qwk_vote) writing "/sbbs/data/subs/sync" access=-105 info=smb_addvote thread_back field missing (useron=DIGDIST)

    I saved the .REP packet that triggered this error and when looking at the VOTING.DAT file, I noticed the "In-Reply-To" field contains a message number rather than a message ID:

    [80]
    [vote:<5ADA59D1.34524.dove_sync@digitaldistortionbbs.com>]
    UpVote = true
    In-Reply-To: 34489
    WhenWritten: 20180420142121-0700 c1e0
    Sender: Nightfox
    Conference: 2007

    I think this means you're setting up the message header incorrectly when saving a vote message. The reply_id field is supposed to be the full message-ID of the message (or poll) the user is voting on, not the message number. Please take a look-see. :-)

    Thanks for letting me know. I'll have a look.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From nightfox@VERT to CVS commit on Mon Apr 23 21:18:26 2018
    xtrn/DDMsgReader DDMsgReader.js 1.117 1.118 readme.txt 1.14 1.15
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv11727

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 59: When submitting a vote, the thread_id field is now set to the message/poll's message ID, not the message number.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Sun Jun 24 22:05:45 2018
    xtrn/DDMsgReader DDMsgReader.js 1.120 1.121 readme.txt 1.16 1.17
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv23335

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 61: Fixed a bug where it would report an "unknown destination" error when trying to forward a message to a FTN-style email address.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Mon Jun 25 12:41:14 2018
    xtrn/DDMsgReader DDMsgReader.js 1.121 1.122 readme.txt 1.17 1.18
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv12301

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 62: Made another fix to avoid the "Unknown destination" error when forwarding a message to a QWK-style address (such as "sysop@DIGDIST")

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From nightfox@VERT to CVS commit on Tue Jul 17 20:11:19 2018
    xtrn/DDMsgReader DDMsgReader.js 1.122 1.123 readme.txt 1.18 1.19
    Update of /cvsroot/sbbs/xtrn/DDMsgReader
    In directory cvs:/tmp/cvs-serv13616

    Modified Files:
    DDMsgReader.js readme.txt
    Log Message:
    Version 1.17 beta 63: Just before showing the message list or changing to another message area from the reader interface, it now writes "Loading..." in case there are a very large number of messages or sub-boards.

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