• src/sbbs3/sbbsdefs.h

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Tuesday, March 29, 2022 01:16:22
    https://gitlab.synchro.net/main/sbbs/-/commit/6e9fee01975d0775e721a99f
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Add enum CSTATS_FIELD definition

    Defines the field indexes for records in csts.ini
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sunday, February 26, 2023 00:07:30
    https://gitlab.synchro.net/main/sbbs/-/commit/68c33d29a75ef4b093033c4c
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Expand user_t.curxtrn from 8 to 16 chars (the new maxlen of int-codes)

    Apparently I missed this in commit b1f3fef6.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Friday, March 10, 2023 19:59:26
    https://gitlab.synchro.net/main/sbbs/-/commit/7fffb0f909cf5a6dcd6f7006
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    CRLF macro now calls sbbs_t::newline()

    No change in behavior.
    Eventually would like to get rid of all the CRLF (and CLS) macro usage.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sunday, June 11, 2023 14:33:40
    https://gitlab.synchro.net/main/sbbs/-/commit/46aa6f79918b7e06164b2d8f
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Fix GCC build errors with SANITIZE=1

    scfgsys.c: In function `edit_sys_delmsg_policy':
    scfgsys.c:498:3: error: case label does not reduce to an integer constant
    498 | case SM_USRVDELM | SM_SYSVDELM:
    scfgsys.c:504:3: error: case label does not reduce to an integer constant
    504 | case SM_SYSVDELM:
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, January 14, 2026 03:29:08
    https://gitlab.synchro.net/main/sbbs/-/commit/3c5834f52cecdb25a76e23e2
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Remove unused/obsolete macros: MAX_SUBS, MAX_DIRS, and MAX_XTRNS (65534)

    The actual maximums are much higher than these values nowadays, in the 6 digits at least, maybe 7.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, February 15, 2026 22:31:58
    https://gitlab.synchro.net/main/sbbs/-/commit/021fd13d4fd7b2e319331dc8
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Move the (new) color constants userlow, userhigh to to the end of the enum

    These values turn out to be significant for the (undocumented) console.color_list[], so might as well keep it backward compatible for when we do someday document it. :-)
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, February 25, 2026 20:21:43
    https://gitlab.synchro.net/main/sbbs/-/commit/c380ce1293cb8cceb5bcce57
    Modified Files:
    src/sbbs3/sbbsdefs.h
    Log Message:
    Increment current (dev) version to 3.21d
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net