• xtrn/DDMsgReader/DDMsgReader.js readme.txt

    From nightfox@1:103/705 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.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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).

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 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 --- SBBSecho 3.04-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nightfox@1:103/705 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
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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.

    --- SBBSecho 3.04-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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.

    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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")

    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From nightfox@1:103/705 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.

    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)