• src/sbbs3/scfg/scfgxtrn.c

    From Rob Swindell (on ChromeOS) 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)
  • From Rob Swindell (on Debian Linux) 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)
  • From Rob Swindell (on Debian Linux) 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. :-)
  • From Nightfox@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 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
  • From Rob Swindell (on Windows 11) 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.
  • From Rob Swindell (on Windows 11) 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.
  • From Rob Swindell (on Windows 11) 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
  • From Rob Swindell (on Debian Linux) 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
  • From Rob Swindell (on Windows 11)@rob@synchro.net 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.
  • From Rob Swindell (on Windows 11)@rob@synchro.net 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?
  • From Rob Swindell (on Windows 11)@rob@synchro.net to Git commit to main/sbbs/master on Sat Nov 8 19:48:59 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/fe0ef212cd6053a0c5a0ff8f
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Fix the help page title for "Fixed Events"
  • From Rob Swindell (on Windows 11)@rob@synchro.net to Git commit to main/sbbs/master on Mon Feb 23 23:36:20 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/77d4ad4caeb53c3b5ca7869d
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Fix heap corruption when editing fixed event command-line

    Need to reallocate the command string when changed (could be longer).
  • From Rob Swindell (on Debian Linux)@rob@synchro.net to Git commit to main/sbbs/master on Tue Feb 24 00:14:39 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/f8c8129b23c3991d8c0a1820
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Fix pasting of fixed event misc (settings) flags
  • From Rob Swindell (on Windows 11)@rob@synchro.net to Git commit to main/sbbs/master on Thu Mar 12 22:57:34 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/98732c02ee40bc6dc110687a
    Modified Files:
    src/sbbs3/scfg/scfgxtrn.c
    Log Message:
    Update help text for fixed events, clarifying that some can be interactive

    JS or Baja mods configured to run as fixed New User or Logon events *may*
    have user interaction.