• src/sbbs3/scfg/scfgmsg.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, September 22, 2024 16:57:13
    https://gitlab.synchro.net/main/sbbs/-/commit/a70b81b9015f1505f3a73476
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Free ini string list in error path (no sectinos exist)

    Fix CID 509721

    ---
    þ 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 Monday, November 11, 2024 01:38:17
    https://gitlab.synchro.net/main/sbbs/-/commit/989524a94397c14fb7e867ae
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Allow 3 digit message base retry timeout

    ---
    þ 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 Friday, November 22, 2024 23:31:01
    https://gitlab.synchro.net/main/sbbs/-/commit/dbc89e2407879e3426f57347
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Add support for exporting fidonet sub-boards to areas.ini file

    ---
    þ 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 09, 2025 17:56:28
    https://gitlab.synchro.net/main/sbbs/-/commit/24be3ec819079bac2bd3feca
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Fix inverted default selection for Message Options->Purge Deleted E-mail

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows@VERT to Git commit to main/sbbs/m on Friday, August 01, 2025 15:25:00
    https://gitlab.synchro.net/main/sbbs/-/commit/742d71bf3ba6f42b37fe1592
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c scfgsub.c scfgxfr2.c
    Log Message:
    Set cfg_changed flag (so msgbases are created/updated) when changing int-codes

    When changing message or file area internal code prefixes or suffixes, the message base files need to be (re)created (e.g. in data/subs or data/dirs).
    The 'cfg_changed' flag is the thing that indicates that we need to do that for each message or file area and we weren't setting that flag in these cases.

    Note: this doesn't rename the message base files, so if they have content (messages or files), they'll just remain in the old internal code named files and require the sysop to deal with manually.

    Reported in IRC by finglonger.

    ---
    þ 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 Friday, January 16, 2026 20:44:49
    https://gitlab.synchro.net/main/sbbs/-/commit/8ff76ce4a4a33fce23cfded6
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Add ability to change MailBase storage method from self-packing to fast alloc

    This option has been built into the Synchronet runtime for 30+ years or so, but there was never a configuration menu provided to sysops to enable it. 99.9%
    of sysops want a "self-packing" mail base, but any sysop that has recurring issues with mailbase corruption (Josh Renaud?) might want to try "fast allocation" as an option - though they will need to periodically pack the mail base to save disk space.

    SMB Fast allocation storage is backwards compatible with self-packing, so a sysop can switch between the two storage methods without a problem.

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