• src/sbbs3/scfg/scfg.c

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Saturday, February 11, 2023 13:35:16
    https://gitlab.synchro.net/main/sbbs/-/commit/0a5404db9ec78ae79838c22e
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Set the Window title to override the default: "SyncConsole"

    This appeared in the ChromeOS taskbar, so now it'll say
    "Synchronet Configuration" instead.
    ---
    þ 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, February 17, 2023 20:29:43
    https://gitlab.synchro.net/main/sbbs/-/commit/22576e6cc91a06cc2b9e4430
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    A little cosmetic adjustment to the setup wizard
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Friday, February 17, 2023 20:38:03
    https://gitlab.synchro.net/main/sbbs/-/commit/deaee15785b8df2eb4944c97
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Fix compile error about label and statements from gcc version 10.2.1

    Interestingly, gcc version 12.2 and MSVC 2019 had no problem with this code. ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Friday, February 17, 2023 23:16:37
    https://gitlab.synchro.net/main/sbbs/-/commit/4478ff19c293c86961a2f2b7
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Display the system password prompt in the Wizard with no border
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Saturday, February 18, 2023 18:50:27
    https://gitlab.synchro.net/main/sbbs/-/commit/737989d7fd5bdc0b289c0d96
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Use 'logon' instead of 'login' in the config wizard
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (in GitKraken)@VERT to Git commit to main/sbbs/master on Sunday, February 19, 2023 13:31:55
    https://gitlab.synchro.net/main/sbbs/-/commit/49c65b356ec808c66ddf505a
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Add a figlet logo to the wizard welcome page
    ---
    þ 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, March 26, 2023 19:58:09
    https://gitlab.synchro.net/main/sbbs/-/commit/0348ea8ae616e084cfc77825
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    The '-f' (force save) option now read/re-writes the sbbs.ini file too
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Monday, March 27, 2023 17:59:21
    https://gitlab.synchro.net/main/sbbs/-/commit/526742b0be2014ad0a14725c
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Check result of sbbs_write_ini() - CID 451084

    And display an error message upon failure.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Friday, April 14, 2023 00:01:52
    https://gitlab.synchro.net/main/sbbs/-/commit/f881f667decbdc5aff630b45
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Break with legacy command-line syntax (e.g. don't support /options) for SCFG

    Command-line options must begin with '-' (not ye olde CPM/DOS '/option') Command-line options are now all case sensitive (e.g. '-a' not '-A').

    Remove '-d' (long deprecated for '-id')
    Remove '-t' (long deprecated, do nothing)
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Friday, April 14, 2023 00:01:52
    https://gitlab.synchro.net/main/sbbs/-/commit/b3c63244d5d4e7148c92fe6e
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Add -A (capital a) option to enable alternate/ASCII arrow symbol mode

    The CP437 character characters used for the arrow indicators aren't always mapped to the expected characters in all fonts (e.g. on Windows), so add an option to use ASCII alternatives (<>^v) when that's a problem.
    ---
    þ 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, May 01, 2023 12:06:14
    https://gitlab.synchro.net/main/sbbs/-/commit/880ad0752fe20e08fde6ac77
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Call crptEnd() when exiting to make valgrind (more) happy
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Monday, May 01, 2023 12:40:36
    https://gitlab.synchro.net/main/sbbs/-/commit/f1efee2441bee930b236b820
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Resolve some "possibly lost" valgrind-reported memleaks

    Use a static char string list for the main menu options. These can't be const becaue uifc.list() *can* modify them (!) - if they're too long.

    Free the global opt[] (option list) when exiting.

    These really are not of themselves important, but reduce the noise reported by valgrind when looking for real issues.
    ---
    þ 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 Wednesday, August 30, 2023 17:05:21
    https://gitlab.synchro.net/main/sbbs/-/commit/3b269fb54906012d51da9d0f
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    Fix "Error writing /path/to/sbbs.ini" when using '-f' option.

    Wasn't opening the sbbs.ini file for modify access.

    As reported via DOVE-Net by Accession (PHARCYDE)
    ---
    þ 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, January 11, 2026 19:36:10
    https://gitlab.synchro.net/main/sbbs/-/commit/4a38827e88dc6c530f0def02
    Modified Files:
    src/sbbs3/scfg/scfg.c
    Log Message:
    startup struct size elements must be initialized before calling sbbs_read_ini

    This caused new failures when forcing config save (-f or -n options)
    ---
    þ 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 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