• src/sbbs3/scfg/scfg.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wednesday, January 14, 2026 23:55:34
    https://gitlab.synchro.net/main/sbbs/-/commit/4f945e69140c20b342f945d9
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Update the Access Requirements dialog

    ... for the first time in AGES!

    Removed pretty obsolete/unused keywords from the multiple choices:
    NODE, BPS, EXPIRE
    These keywords are still hand-enterable, just not quite as readily available/ convenient.

    Add multiple choice (easy access) for the terminal flag keywords:
    ANSI, RIP, PETSCII, CP437, ASCII, UTF8

    Add multiple choice (easy access) to the user type/category keywords:
    SYSOP, GUEST, QNODE

    Changed Sex->Gender

    Updated the online help page.

    Other minor cleanup.

    ---
    þ 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 Thursday, January 15, 2026 22:45:40
    https://gitlab.synchro.net/main/sbbs/-/commit/e49560567038075f8c38a151
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Usability and bug fix for Access Requirements edit dialog

    ---
    þ 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 Tuesday, February 03, 2026 21:56:10
    https://gitlab.synchro.net/main/sbbs/-/commit/68f68d245ee24d79ac9144ef
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Read in main.ini before Servers sub menu as some things use scfg_t

    e.g. the Web Server->Access Logging default path

    Looks like that's the only thing under Servers, currently.

    ---
    þ 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 Saturday, July 18, 2026 22:02:56
    https://gitlab.synchro.net/main/sbbs/-/commit/a142cd4f11463deb7412b302
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    SCFG: recognize *subs.txt/*subs.ini by suffix for -import= detection

    determine_msg_list_type() (used by the -import= command line to pick a
    format from the filename) matched "subs.txt" exactly and didn't know
    about *subs.ini at all - so a *subs.ini file fell through to the
    backbone.na parser.

    But a group's *subs.ini export is named after the group's code prefix or
    short name (e.g. DOVEsubs.ini, DOVE-Net_subs.ini), which an exact match
    can't catch. Match the "*subs.txt" and "*subs.ini" suffixes with
    wildmatchi() instead, so -import= detects either format regardless of the group-specific prefix. wildmatchi()'s '*' matches zero-or-more, so a
    bare subs.txt still matches.

    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

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