• src/sbbs3/scfg/scfgxtrn.c

    From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Tue Mar 28 21:32:11 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/64d9ae610d38235a7283791d
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Include program count in Online Program Sections selection menu

    (like we do for Message Groups and File Libraries already)

    ---
    þ 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 Thu May 4 19:02:17 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/2826287b85c095dc88152e8b
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Help text fixes and updates (mostly just double-spaces after periods)

    ---
    þ 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 Fri Jun 2 18:32:22 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/99b46a0104fd3e25738fe967
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Use "Message Editors" instead of the (vague) "External Editors"

    It was redudnant having "External Editors" under "External Programs" (they're all external, yeah?) and of course, "Editors of what?"

    So yeah, existing docs are now all wrong. :-)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Rob Swindell (on Debian L on Fri Jun 2 19:28:33 2023
    Re: src/sbbs3/scfg/scfgxtrn.c
    By: Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Fri Jun 02 2023 06:32 pm

    Use "Message Editors" instead of the (vague) "External Editors"

    It was redudnant having "External Editors" under "External Programs" (they're all external, yeah?) and of course, "Editors of what?"

    In addition to editing messages, I thought those editors would also be used for other things, such as when the user edits their signature? I thought "external editors" made sense.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to Nightfox on Fri Jun 2 20:18:51 2023
    Re: src/sbbs3/scfg/scfgxtrn.c
    By: Nightfox to Rob Swindell (on Debian L on Fri Jun 02 2023 07:28 pm

    Re: src/sbbs3/scfg/scfgxtrn.c
    By: Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Fri Jun 02 2023 06:32 pm

    Use "Message Editors" instead of the (vague) "External Editors"

    It was redudnant having "External Editors" under "External Programs" (they're all external, yeah?) and of course, "Editors of what?"

    In addition to editing messages, I thought those editors would also be used for other things, such as when the user edits their signature? I thought "external editors" made sense.

    Yeah, I considered "Text Editors", but they're mainly known as "Message Editors" in the BBS world. "External" is implied.
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #43:
    IHA = Ille Homine Albe (Steve Deppe)
    Norco, CA WX: 63.2øF, 75.0% humidity, 8 mph SSW wind, 0.00 inches rain/24hrs ---
    þ 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 Tue Feb 13 20:37:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/a25d536954b782826bc4b6aa
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    The "Soft-CR" strip/expansion feature is N/A for UTF-8 editors

    Updated help text for "Support UTF-8 Encoding" for external editors.

    ---
    þ 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 Mon Jun 3 21:16:51 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/5998424ae758cd6d35eaf587
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Update help text on startup directory options.

    Now can include command-line specifiers.

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