• src/smblib/smbdefs.h

    From rswindell@VERT to CVS commit on Sun Sep 23 18:04:00 2018
    src/smblib smbdefs.h 1.100 1.101
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv9109

    Modified Files:
    smbdefs.h
    Log Message:
    Define header field type 0x69 to be used for "tags" (ala hashtags) for
    messages (and maybe files in the future).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Oct 2 19:02:00 2018
    src/smblib smbdefs.h 1.101 1.102
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv28969

    Modified Files:
    smbdefs.h
    Log Message:
    Codify the message 'Tags' delimiter (space) with the SMB_TAG_DELIMITER macro.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Nov 4 07:15:00 2018
    src/smblib smbdefs.h 1.104 1.105
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv20164

    Modified Files:
    smbdefs.h
    Log Message:
    Apparently Wellington (NZ) has Daylight Time too.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 10 13:36:00 2019
    src/smblib smbdefs.h 1.109 1.110
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/home/rswindell/sbbs/src/smblib

    Modified Files:
    smbdefs.h
    Log Message:
    Remove never-used msg network-attribute definitions.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 10 23:59:00 2019
    src/smblib smbdefs.h 1.110 1.111
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv13930/smblib

    Modified Files:
    smbdefs.h
    Log Message:
    Redefine the unused MSG_TRUNCFILE msg auxattr flag to MSG_MIMEATTACH, used to indicate that a message's body text contains one or more MIME-encoded/embedded attachments - so that entities won't have to parse the message headers/body
    to determine whether or not a message has MIME-attachments.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 11 09:29:00 2019
    src/smblib smbdefs.h 1.111 1.112
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv20553

    Modified Files:
    smbdefs.h
    Log Message:
    More cruft (unused enum value) removal.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu May 2 15:49:46 2019
    src/smblib smbdefs.h 1.115 1.116
    Update of /cvsroot/sbbs/src/smblib
    In directory cvs:/tmp/cvs-serv26091

    Modified Files:
    smbdefs.h
    Log Message:
    Mark MSG_LOCKED attribute flag as deprecated: never actually used for any purpose


    ---
    þ 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 Fri Sep 13 20:08:11 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/62b0507b4f8c4141621de729
    Modified Files:
    src/smblib/smbdefs.h
    Log Message:
    fileidexrec_t doesn't need to contain union

    This served exactly no purpose (since the idxrec_t existed at the same
    offset in both parts of the union). So this was just some weird artifact
    from the new filebase development.

    ---
    þ 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 Dec 21 14:43:54 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f9ad15e85263487fedaa455e
    Modified Files:
    src/smblib/smbdefs.h
    Log Message:
    Fix off-by-one error in date/time field bit-mask calculation

    This became apparent when the the LSB of the day got set (an odd
    day). Oops.

    This only impacted decoding of date/time, not encoding.

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