• src/sbbs3/scfg/scfgsys.c

    From Rob Swindell@1:103/705 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 thinkThanks to Andre for pointing that out in his wiki updates.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Feb 20 17:36:06 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.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 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 arrayIf 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.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Jan 30 16:00:04 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b71e3d56673bfcea92fa36ad
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Remember the Security Level selection upon exit/reenter security levels
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Thu Feb 9 19:08:22 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/9001d04200dfbb1333f28217
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Overhaul the System Configuration menu - moved all Security Options to submenuThe security-related options were really spread around and this menu wasgetting very overloaded (the list of Toggle Options had grown huge), so nowmost of the content is actually under the new "Security Options" sub-menu.This does make a bunch of previous instructions/docs slightly out of sync(e.g. SCFG->System->Security Level Values should now beSCFG->System->Security Options->Security Level Values), but I think sysopswill still find stuff just fine.This re-org will allow me to add more options that I've wanted to but neededbetter organization and structuring to do so logically and clearly.Using the memcmp() trick to detect changes in the configuration.No new settings/option were added in this commit.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Fri Feb 10 19:12:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/b46122f5f77362e957d2ca59
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Update terminology in security-related settings and help screens
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 12 21:20:40 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c3eeaf105e44b3c063e81989
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Default Other/non-US timezone to the current configuration selection
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 19 13:31:54 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/41a412ccd7d0fb087aacc196
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Re-word the QWK BBS-ID help text
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Sun Feb 19 21:42:30 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/82ae82813d1846ab14a94101
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    'sysop login' instead of 'sysop logon' in help text
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Mon Feb 20 21:30:04 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8be159a005cf4d9531fd7dea
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Reverse the other of the userlist and nodelist modulesUser list is more similar to logonlistl and nodelist is more similarto 'who's online'.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 17 21:05:44 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/cbe72e9c5ec5616786255a4f
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    A few help text fixups.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows)@1:103/705 to Git commit to main/sbbs/master on Mon Jun 5 17:37:52 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/0440df564c836f39c111b01d
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix reported Clang warnings about printf format stringsformat specifies type 'unsigned short' but the argument has type 'unsigned int'
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Wed Sep 27 18:53:48 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8ac8ff87fd304a0af921bebe
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix minor help text typo.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 3 04:07:48 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/3b54476f562fc6269fdcbf95
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Update help text to refer to SCFG->Servers instead of sbbs.ini as reference. --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Windows 11)@1:103/705 to Git commit to main/sbbs/master on Sun Mar 10 14:52:38 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b6061a0de2960dc247d7aa9c
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Update help text for loadable modules
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Wed Mar 13 23:03:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/34f09cfd8611e96d17542b9c
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Display command shell name along with internal code for new user values

    Also make it more clear in the online help that some of the new user values
    are also applied to Guest (G-restricted) account logons.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)