• exec/load/smbdefs.js

    From rswindell@VERT to CVS commit on Sun Jan 7 21:37:49 2018
    exec/load smbdefs.js 1.1 1.2
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv28767

    Modified Files:
    smbdefs.js
    Log Message:
    Added a comment/rcs keyword header



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Sep 23 22:40:19 2018
    exec/load smbdefs.js 1.3 1.4
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv19865

    Modified Files:
    smbdefs.js
    Log Message:
    Added SMB_SUMMARY (header-field-type) definition.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Sep 24 02:05:17 2018
    exec/load smbdefs.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv9261

    Modified Files:
    smbdefs.js
    Log Message:
    Added SMB_TAGS definition.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Oct 3 03:10:50 2018
    exec/load smbdefs.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv30534

    Modified Files:
    smbdefs.js
    Log Message:
    Added SMB_TAG_DELIMITER definition (' ').



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Feb 18 01:43:06 2019
    exec/load smbdefs.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv2994

    Modified Files:
    smbdefs.js
    Log Message:
    Added missing MsgBase.attributes bit flag definitions:
    - SMB_EMAIL
    - SMB_HYPERALLOC
    - SMB_NOHASH



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 11 08:09:37 2019
    exec/load smbdefs.js 1.7 1.8
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17607

    Modified Files:
    smbdefs.js
    Log Message:
    Re-sync with smbdefs.h:
    - Changed MSG_TRUNCFILE to MSG_MIMEATTACH
    - Removed unused netattr bit definitions.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From DaiTengu@VERT/ENSEMBLE to NightFox on Sun Apr 14 05:41:10 2019
    Re: exec/load/smbdefs.js
    By: rswindell to CVS commit on Thu Apr 11 2019 04:09 am

    Modified Files:
    smbdefs.js
    Log Message:
    Re-sync with smbdefs.h:
    - Changed MSG_TRUNCFILE to MSG_MIMEATTACH
    - Removed unused netattr bit definitions.

    Just a heads up, this commit breaks DDMsgReader. I edited my local copy to remove the definitions Rob got rid of, and changed MSG_TRUNCFILE to MSG_MIMEATTACH. Things seem OK, but I haven't done any message attachments.

    DaiTengu

    ... Da trouble wit computers is, dey got no sense of humor.

    ---
    ■ Synchronet ■ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Digital Man@VERT to DaiTengu on Mon Apr 15 07:46:45 2019
    Re: exec/load/smbdefs.js
    By: DaiTengu to NightFox on Sun Apr 14 2019 01:41 am

    Re: exec/load/smbdefs.js
    By: rswindell to CVS commit on Thu Apr 11 2019 04:09 am

    Modified Files:
    smbdefs.js
    Log Message:
    Re-sync with smbdefs.h:
    - Changed MSG_TRUNCFILE to MSG_MIMEATTACH
    - Removed unused netattr bit definitions.

    Just a heads up, this commit breaks DDMsgReader. I edited my local copy to remove the definitions Rob got rid of, and chang
    MSG_TRUNCFILE to MSG_MIMEATTACH. Things seem OK, but I haven't done any message attachments.

    Sorry about that, I didn't expect anyone was using that value in their JS code - it wasn't used in Synchronet (or SMB) for anything
    and was removed along with some other cruft. The MIMEATTACH thing is new however and may be useful.

    digital man

    Synchronet "Real Fact" #53:
    Synchronet Blackjack was the first multi-node/multi-user game for Synchronet. Norco, CA WX: 55.6°F, 60.0% humidity, 0 mph SW wind, 0.00 inches rain/24hrs

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to DaiTengu on Mon Apr 15 14:20:48 2019
    Re: exec/load/smbdefs.js
    By: DaiTengu to NightFox on Sun Apr 14 2019 01:41 am

    Modified Files:
    smbdefs.js
    Log Message:
    Re-sync with smbdefs.h:
    - Changed MSG_TRUNCFILE to MSG_MIMEATTACH
    - Removed unused netattr bit definitions.

    Just a heads up, this commit breaks DDMsgReader. I edited my local copy to remove the definitions Rob got rid of, and changed MSG_TRUNCFILE to MSG_MIMEATTACH. Things seem OK, but I haven't done any message attachments.

    Thanks. I'll make a fix when I have some time.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to Digital Man on Mon Apr 15 14:32:20 2019
    Re: exec/load/smbdefs.js
    By: Digital Man to DaiTengu on Mon Apr 15 2019 03:46 am

    - Changed MSG_TRUNCFILE to MSG_MIMEATTACH
    - Removed unused netattr bit definitions.

    Just a heads up, this commit breaks DDMsgReader. I edited my local
    copy to remove the definitions Rob got rid of, and chang MSG_TRUNCFILE
    to MSG_MIMEATTACH. Things seem OK, but I haven't done any message
    attachments.

    Sorry about that, I didn't expect anyone was using that value in their JS code - it wasn't used in Synchronet (or SMB) for anything and was removed along with some other cruft. The MIMEATTACH thing is new however and may be useful.

    My reader was only checking MSG_TRUNCFILE to add a more friendly readable description of the attribute. It doesn't actually make any real use of it.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From DaiTengu@VERT/ENSEMBLE to Digital Man on Mon Apr 15 16:50:05 2019
    Re: exec/load/smbdefs.js
    By: Digital Man to DaiTengu on Mon Apr 15 2019 03:46 am


    Just a heads up, this commit breaks DDMsgReader. I edited my local
    copy to remove the definitions Rob got rid of, and chang MSG_TRUNCFILE
    to MSG_MIMEATTACH. Things seem OK, but I haven't done any message
    attachments.

    Sorry about that, I didn't expect anyone was using that value in their JS code - it wasn't used in Synchronet (or SMB) for anything and was removed along with some other cruft. The MIMEATTACH thing is new however and may be useful.

    It looks like Nightfox declared all the possible message attributes in DDMsgReader.js, so with the missing attributes DDMsgReader was throwing errors.

    I just commented out what had been removed, which will work for now until Nightfox has a chance to update it :)

    DaiTengu

    ... He who ploughs a straight furrow, is probably in a rut.

    ---
    ■ Synchronet ■ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Nightfox@VERT/DIGDIST to DaiTengu on Mon Apr 15 16:49:58 2019
    Re: exec/load/smbdefs.js
    By: DaiTengu to Digital Man on Mon Apr 15 2019 12:50 pm

    It looks like Nightfox declared all the possible message attributes in DDMsgReader.js, so with the missing attributes DDMsgReader was throwing errors.

    I just commented out what had been removed, which will work for now until Nightfox has a chance to update it :)

    I just made a fix and committed it in CVS.
    I wasn't re-declaring all of those attributes.. My reader just converts them to a more readable string for displaying the attributes that a message might have.

    Nightfox

    ---
    ■ Synchronet ■ Digital Distortion: digitaldistortionbbs.com
  • From rswindell@VERT to CVS commit on Thu May 2 18:19:02 2019
    exec/load smbdefs.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv10161

    Modified Files:
    smbdefs.js
    Log Message:
    Constified and reformatted.
    This file should always be require()'d and not load()'d to avoid constant redefinition errors.
    Also added missing definitions:
    - FIDOCTRL
    - FIDOSEENBY
    - FIDOPATH
    - RFC822HEADER
    - SMTPRECEIVED



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu May 9 19:21:45 2019
    exec/load smbdefs.js 1.9 1.10
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv16445

    Modified Files:
    smbdefs.js
    Log Message:
    Added SMB_PRIORITY_* definitions.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Mon Aug 26 05:57:14 2019
    exec/load smbdefs.js 1.10 1.11
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv20727

    Modified Files:
    smbdefs.js
    Log Message:
    Added auxattr MSG_HFIELDS_UTF8 bit definition.



    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Mar 18 21:01:51 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/c0dd93dd96d7bd6df2cec8a5
    Modified Files:
    exec/load/smbdefs.js
    Log Message:
    Define SMB_TAGS_MAXLEN for maximum total tags length per message

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Mar 18 21:01:51 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/41f72609f367767c46270904
    Modified Files:
    exec/load/smbdefs.js
    Log Message:
    Max that SMB_TAGS_MAXLEN

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Thu Apr 27 22:32:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c381f2f7e1c02bb3dd425c55
    Modified Files:
    exec/load/smbdefs.js
    Log Message:
    Add more SMB header field type consts, some of which aren't used

    You can see some of these is in a msg_hdr.field_list, but these you won't:
    - SMB_GROUP (never added by anything)
    - RFC822MSGID (already represented by the id property)
    - RFC822REPLYID (already represented by the reply_id property)

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Sat Mar 16 22:21:49 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/c47cb57eaff240f233982a15
    Modified Files:
    exec/load/smbdefs.js
    Log Message:
    White-space fix-ups

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