• src/sbbs3/scfg/scfgsys.c

    From Rob Swindell (on Windows)@VERT to Git commit to main/sbbs/master on Mon Jun 5 17:37:53 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 strings

    format specifies type 'unsigned short' but the argument has type 'unsigned int'ã---ã þ 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 Wed Sep 27 18:53:49 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/8ac8ff87fd304a0af921bebeãModified Files:ã src/sbbs3/scfg/scfgsys.cãLog Message:ãFix minor help text typo.ã---ã þ 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 Sun Dec 31 20:04:23 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/f18775d2f2be416187d3e1ad
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Fix the date format selection for wizard mode (cosmetic)

    ... using WIN_FIXEDHEIGHT mode to limit the list height in wizard mode.

    I had a solution using a negative width param value to specify a height limit, but then I saw this code in ulist():
    ```
    if(mode&WIN_FIXEDHEIGHT) {
    height=api->list_height;
    }
    ```

    something Deuce added for SyncTERM and I don't think I've ever used before.
    It works.

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

    ---
    þ 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 Sun Mar 10 14:52:39 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b6061a0de2960dc247d7aa9c
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Update help text for loadable modules

    ---
    þ 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 Wed Mar 13 23:03:15 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Mar 24 21:45:42 2020
    src/sbbs3/scfg scfgsys.c 1.55 1.56
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv30360

    Modified Files:
    scfgsys.c
    Log Message:
    Add a configurable System->Loadable Module for Text File Sections, defaults
    to "text_sec" (text_sec.js).
    This means that the Baja TEXT_FILE_SECTION function and the JS bbs.text_sec() method now execute the module rather than executing the old (now removed)
    C++ code. Hooray!


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Mar 31 01:29:21 2020
    src/sbbs3/scfg scfgsys.c 1.56 1.57
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv15380

    Modified Files:
    scfgsys.c
    Log Message:
    Added SCFG->System->Toggle Option->Require Sys Pass for Sysop Login
    (should default to current behavior: Yes). Set to No to not require the system password while logging in as a system operator (level >= 90). The system password will be required while logged-on and performing administrative-like operations.
    Added by request from Altere.

    Also a little code clean-up: replacing repeated constants with uifcYesNoOpts.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 14 20:38:31 2020
    src/sbbs3/scfg scfgsys.c 1.57 1.58
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv16483

    Modified Files:
    scfgsys.c
    Log Message:
    Warn the sysop that changing the System Password will require a regeneration
    of the Cryptlib private key (cryptlib.key) and TLS certificate (ssl.cert) files.
    When the system password is changed, prompt to delete the cryptlib.key and ssl.cert files for the sysop.

    This is sort of hacky-yucky but better than answering this FAQ all the time.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thu Apr 16 01:21:13 2020
    src/sbbs3/scfg scfgsys.c 1.58 1.59
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv26505

    Modified Files:
    scfgsys.c
    Log Message:
    The auto-message module is now configurable (in SCFG->System->Loadable Modules) defaults to "automsg" (e.g. automsg.js). So now shells that use the Baja auto_message function (or call JS bbs.auto_msg()) will execute the module configured here automatically.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Fri Apr 17 12:23:41 2020
    src/sbbs3/scfg scfgsys.c 1.59 1.60
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv7368

    Modified Files:
    scfgsys.c
    Log Message:
    Clarify "User Aliases".


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Tue Apr 21 15:56:50 2020
    src/sbbs3/scfg scfgsys.c 1.60 1.61
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv1469

    Modified Files:
    scfgsys.c
    Log Message:
    3 new configurable system loadable modules:
    - nodelist (default: "nodelist")
    - who's online (default: "nodelist -active")
    - private message (default: "privatemsg")



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wed Apr 22 19:40:59 2020
    src/sbbs3/scfg scfgsys.c 1.61 1.62
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv16543

    Modified Files:
    scfgsys.c
    Log Message:
    2 more configurable loadable modules:
    - external programs section (default: "xtrn_sec")
    - logon list (default: "logonlist")


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to sbbs/master on Sun Sep 20 12:21:08 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/31ab2b030bb319628b3d27dd
    Modified Files:
    src/sbbs3/scfg/scfgsys.c
    Log Message:
    Use current settings as defaults for US-timezone and DST prompts.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net