• src/sbbs3/scfg/scfgxtrn.c

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Mar 9 00:40:29 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/8ed54713cb2b657c582d49e1
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Make it very obvious when a timed event has been disabled

    By displaying "<DISABLED>" instead of the command-line in the event list.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Wed Mar 10 01:25:03 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/78a728f0e84794dce23d732e
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Set the default event error log level to LOG_ERR (not LOG_EMERG)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Aug 17 23:49:55 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/381c80372cc615f20d4ba727
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    If hitting ESC at Editor Info File prompt, don't prompt for lowercase

    Slight usability improvement.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Tue Feb 8 20:25:25 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/cf3ecb0a57c46651bf2322b3
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Clarify in the help text: if you include a file extension (e.g. .exe)...

    Then you must also include the file extension on all the configured command-lines.

    The opposite is not true: excluding the file extension in the native program list will still work if the command-line includes the file extension.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Mar 10 19:07:17 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/7b94172cb94a27be9aa6e481
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Change online program and program section via left/right arrow keys

    Similar to how we can now cycle through the file areas and message areas using left and right arrow keys, do the same for external "online" program sections and program (door) configurations.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Mar 13 00:11:59 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/300cc8fce5b372d35e9b80c7
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Paste the table of supported drop files (write and/or read) into F1 help

    Also, when hitting ESC at the "Use Real Names" prompt, don't prompt for the Lower-casing of the drop file name.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 17 21:20:59 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/e7454ba065e0b4f48841c6d5
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Don't zero-out static variables for option index/bar

    This prevents re-entry to the door configurations from returning to the previously highlighted menu option. Not sure why this was, but clearly re-zeroing static variables makes no sense in the first place.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Thu Apr 28 19:32:03 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/f0b0e4efae9cee1d5bc79d4c
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Give the timed event config menu the left/right arrow key treatment

    Allows quick traversing through timed events (e.g. for comparison of settings).

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Apr 30 14:23:35 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/bf1cae28261036ea41ec5846
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Fix CID 174496: Integer handling issues (BAD_SHIFT)

    Don't repeat call atoi() unnecessarily.

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