• src/sbbs3/scfg/scfgxtrn.c

    From rswindell@VERT to CVS commit on Tue Mar 24 22:41:56 2020
    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 Sat Aug 8 13:18:07 2020
    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@VERT to Git commit to main/sbbs/master on Fri Nov 27 19:46:43 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/e869fb90e22d3312b70edd98
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Show the editor information file in the proper case (lower or upper)

    ... based on the configuration setting.
    Also, prompt for upper or lowercase after setting the editor information file type, so no "door drop file" needs to be selected to change the case of the editor information file. - reported by mlong

    ---
    � Synchronet � Vertrauen � Home of Synchronet � [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 12 13:35:30 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/cb8de59c58406c181efc1c23
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Track the selected xtrn-section lightbar position

    Fixes the scrolled/selected position when the sysop has more than screen-full of xtrn program sections. As reported by mlong.

    ---
    � 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 Thu Nov 14 18:32:21 2024
    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 Sat Nov 16 22:24:28 2024
    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 Thu Jan 9 17:56:28 2025
    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 Fri Jan 31 21:14:22 2025
    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