• src/sbbs3/echocfg.c

    From Rob Swindell to Git commit to main/sbbs/master on Sat Jan 30 20:20:39 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/dd6684a2118c16002052821d
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Help updates for echolist config section

    The "EchoLists" help menu only worked when you first enter the sub-menu and would get wiped out by subsequent child-menu help text.

    Filled out the "Configuring an EchoList" help text.

    Fixed issue seen where deleting an EchoList's Required Key didn't set the "dirty config" flag, so saving of changes was not prompted when exiting (if that was the only change made).
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Wed Apr 12 20:18:09 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/bdedebc18baca2970f7b275d
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    More details in the online help for the Domain section
  • From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Sat Apr 15 18:47:50 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/16a9cd5d2daaf6fedca90bf9
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Allow left/right scrolling through multiple-config-items, ala SCFG

    Set the CIOLIB window title (so it's not the default "SyncConsole")
  • From Rob Swindell (on Windows) to Git commit to main/sbbs/master on Sun May 7 18:42:12 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/33c0654d9fbc28ca9bd12f19
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Resolve some MSVC signed/unsigned comparison warnings
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Fri Oct 20 23:25:37 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/5caffa650b9071a1891cc2dd
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Mark passive (inactive) nodes with an exlamation mark to make them obvious

    ... in the linked node listing
  • From Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Sat May 25 15:19:06 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/502376700a49c6f14c945018
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Add support for ctrl/echocfg.ini (or fallback to ctrl/uifc.ini)

    For controlling the UIFC/CIOLIB properties (scaling, modes, etc.)
  • From Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Fri Nov 22 23:31:01 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/34e1d1f472c89562fccdecca
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Update Area File help screen to explain areas.ini area file format/option
  • From Deuc╨╡ to Git commit to main/sbbs/master on Sun Nov 24 09:53:57 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/b1d22335ae3d8083fb9427a4
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Some minor cleanups of echocfg

    1) Initialize saverobot.name since this is checked unconditionally.
    This has a side effect of initializing everything else, but name
    is the only thing that actually matters.
    2) Add a bar to the global settings menu.
    Previously, if you scrolled near the bottom and selected an option,
    after changing the option, you would jump up to the last item on
    the initial screen.
    3) Fix the AreaMgr Support default value to be the current, not the
    opposite of current.
    4) Use the correct variable for EchoMail Relay Filtered Messages
    setting default.
  • From Deuc╨╡@shurd@sasktel.net to Git commit to main/sbbs/master on Tue Jan 7 00:48:50 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/c5c9f433bb13bdc9015e00ea
    Modified Files:
    src/sbbs3/echocfg.c
    Log Message:
    Give echocfg the ATEXIT treatment as well.

    Again, not exhaustive, just the places I found quickly.