• src/sbbs3/echocfg.c

    From Rob Swindell@VERT 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).

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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net