• exec/load/smbdefs.js

    From rswindell@VERT to CVS commit on Sunday, February 17, 2019 18:43:06
    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 Thursday, April 11, 2019 02:09:37
    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 Saturday, April 13, 2019 23:41:10
    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 Monday, April 15, 2019 01:46:45
    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 Monday, April 15, 2019 08:20:48
    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 Monday, April 15, 2019 08:32:20
    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 Monday, April 15, 2019 10:50:05
    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 Monday, April 15, 2019 10:49:58
    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 Thursday, May 02, 2019 12:19:02
    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 Thursday, May 09, 2019 13:21:45
    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 Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, March 16, 2024 22:21:49
    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