• src/sbbs3/scfg/scfgsys.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Feb 19 12:02:04 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/eb806b4a0d2059812320a890
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    ML/TL and MF/TF haven't been a thing since Synchronet v1 I think

    Thanks to Andre for pointing that out in his wiki updates.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Feb 20 17:36:07 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/a8a6ca229e9ebf0ab9705563
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Rename "Allow Sysop Login" option to "Allow Sysop Access"

    With this option set to "No", sysops can still login, they just can't perform most sysop functions.

    Updated System Password help text to clarify that the "Allow Sysop Access" option effectively disables the system password. Also mention the FTP Server use of the system password to enable sysop access.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Fri Apr 15 10:56:10 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/07503ac36622112279ba9063
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Address Coverity-reported printf format issue

    CID 351997 and 351998

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Aug 9 20:58:00 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/d497c987a6b7d8b1ac986c87
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    For SIF output file (SOF) code to upper case

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Jan 4 18:31:02 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/aa7a96401d376b36b28b59c7
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Range-check the cfg.new_shell value before using as index into array

    If a configuration had *no* command shells, this would have caused a crash here in SCFG.

    Also, when selecting the new user command shell, default to the current selection.

    ---
    þ 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 Mon Oct 28 21:55:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/f84b22c922a058c998f0798c
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Less ambiguous, not unambiguous

    ---
    þ 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 Fri Nov 1 17:16:04 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/04ae8ff0004acceb95b1bed9
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix U.S. system timezone reverting to Atlantic when the DAYLIGHT flag was set

    ... integer sign extension at fault here.

    Also, add examples to Numeric vs. Verbal short date selection dialog.
    Update some related help text.

    ---
    þ 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 Thu Dec 19 13:11:15 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/dbf8f666d90d4c61c59d016f
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix default for "U.S. Time Zone" toggle when west of UTC

    ... when current timezone is negative offset from UTC, but not a US time zone, the default should be "No".

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Mon Jan 13 21:10:37 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/f007ae23f3b8394571836cf3
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Closing brace on its own line (style change only)

    ---
    þ 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 Mon Jan 20 18:28:01 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/0b9f4622643b8847491f2a1c
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Update online help to describe deldays options accounting for DELDATE

    User records (aka slots) will be preserved this many days since the user was deleted (if the DELDATE field is non-zero) otherwise, days since last user activity.

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