• src/sbbs3/scfg/scfgxtrn.c

    From rswindell@VERT to CVS commit on Tuesday, March 24, 2020 21:41:56
    src/sbbs3/scfg scfgxtrn.c 1.69 1.70
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv7212

    Modified Files:
    scfgxtrn.c
    Log Message:
    External program names are actually up to 40 characters in length (not 25).


    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Saturday, August 08, 2020 12:18:07
    src/sbbs3/scfg scfgxtrn.c 1.70 1.71
    Update of /cvsroot/sbbs/src/sbbs3/scfg
    In directory cvs:/tmp/cvs-serv3702

    Modified Files:
    scfgxtrn.c
    Log Message:
    Allow timed event failure msg log-level to be configured (defaults: LOG_ERR). Some other timed event related configuration text/help fixes/beautification too.


    ---
    � 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, November 14, 2024 18:32:21
    https://gitlab.synchro.net/main/sbbs/-/commit/84bf7f6a7cb477563152ff48
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Include number of timed events and external programs in title of list windows

    ---
    � 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 Saturday, November 16, 2024 22:24:28
    https://gitlab.synchro.net/main/sbbs/-/commit/3bef42019f7f60a6bd37ea31
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Add a "Use Shell" toggle option for fixed events

    On *nix, you need the command shell to do wildcard expansion of filenames

    ---
    � 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 09, 2025 17:56:28
    https://gitlab.synchro.net/main/sbbs/-/commit/c0025952edcf306e3fb012e6
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Make the native_help/opt strings accessible from other units

    Shorten the native_opt from "Native Executable/Script" to just
    "Native Executable" to make it usable in opt lists with narrower option name columns.

    ---
    � 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 Friday, January 31, 2025 21:14:22
    https://gitlab.synchro.net/main/sbbs/-/commit/a92972115b56865709ad1043
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Fix bug with fixed event toggles

    I'm totally perplexed that none of the compilers we have warned about this obvious incorrect usage of the toggle_flag() function. Not warning about passing false (0/NULL) for a char* makes some sense, but not the passing of
    a const char* in place of a bool (int)? Maybe we should be building with
    -Wall?

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