• src/sbbs3/scfg/scfg.c scfg.h scfgmsg.c scfgnet.c scfgsys.c

    From Rob Swindell (on ChromeOS) to Git commit to main/sbbs/master on Sunday, February 12, 2023 14:03:54
    https://gitlab.synchro.net/main/sbbs/-/commit/8e1a499cf2e05836d7db1eb1
    Modified Files:
    src/sbbs3/scfg/scfg.c scfg.h scfgmsg.c scfgnet.c scfgsys.c
    Log Message:
    Add initial setup wizard (prompts for each of the important cfg settings)

    Automatically runs when main.ini new_install=true or the '-w' option is
    passed to SCFG.

    This doesn't ask all the same questions as the SBBSCTRL Config Wizard, but
    it's a good start.
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Tuesday, February 14, 2023 23:07:07
    https://gitlab.synchro.net/main/sbbs/-/commit/a0d86eb146f14440964001c5
    Modified Files:
    src/sbbs3/scfg/scfg.c scfg.h scfgmsg.c scfgnet.c scfgsys.c
    Log Message:
    Make the Configuration Wizard look cool

    This kind of sort of matches the SBBSCTRL Config Wizard flow and set of settings now.

    Pretty neat the stuff you can do with UIFC it turns out.

    Also fixed a typo here and there and default to the currently-configured deleted-message-viewing policy and stuff like that.
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Friday, February 17, 2023 20:10:44
    https://gitlab.synchro.net/main/sbbs/-/commit/ed7776f7ab309da3766c1168
    Modified Files:
    src/sbbs3/scfg/scfg.c scfg.h scfgmsg.c scfgnet.c scfgsys.c
    Log Message:
    Enable backward movement through the setup wizard using ESC

    Display a progress bar too.