• src/sbbs3/scfg/scfgmsg.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sunday, January 28, 2024 13:24:22
    https://gitlab.synchro.net/main/sbbs/-/commit/35cf3602503d01fc44dbeaf5
    Modified Files:
    src/sbbs3/scfg/scfgmsg.c
    Log Message:
    Remember/restore the current lightbar position on the Message Options menu

    ---
    þ 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, 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