• src/sbbs3/scfg/scfgxtrn.c

    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