• src/sbbs3/scfg/scfgsys.c

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Fri Jul 11 17:44:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/dd33047251b4a818a7d27671
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix typos

    ---
    þ 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 Sat Aug 9 14:55:27 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/4e60588b9e88e642c4ccfd43
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Setting max_getkey_inactivity to 0 does not disable user inactivity detection

    0 or < 1 is not a "sentinel value" for this setting in sbbs; there is no "Unlimited" value for this setting, so don't report it as such in SCFG->System ->Advanced->Maximum User Inactivity. Setting this to 0 would just create a near-immediate user input timeout (and not something a sysop should do).

    This fixes issue #957

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Sat Oct 25 19:33:58 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b36b380af7319d4cb1dca147
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Allow arbitrary numeric and verbal date field separator char configurability

    The wizard no longer includes the ability to change the numeric date field separating character.

    The verbal field separator is configurable only/after the verbal date output
    is selected. This is a little backwards since the example output is displayed in the numeric/verbal selection dialog, but I figured that was better than (always) prompting for a separator character that may not actually ever be used.

    The numeric date format is always displayed in the System config menu now
    (even when verbabl output format is chosen) since users can only *input* dates in numeric format.

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