• src/sbbs3/ctrl/ConfigWizardUnit.cpp

    From Rob Swindell to Git commit to main/sbbs/master on Sun Jan 17 20:48:07 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/51840d2c92d0f0e204088d7c
    Modified Files:
    src/sbbs3/ctrl/ConfigWizardUnit.cpp
    Log Message:
    load_cfg() now requires the size of the error string buffer passed as argument
  • From Rob Swindell (in GitKraken) to Git commit to main/sbbs/master on Thu Feb 16 19:27:21 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/c9320a81223109b6f1f10fab
    Modified Files:
    src/sbbs3/ctrl/ConfigWizardUnit.cpp
    Log Message:
    scfg_t.node_valuser is now scfg_t.valuser
  • From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Wed Apr 5 21:21:59 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/a655cb6c1da50ddf9675cf91
    Modified Files:
    src/sbbs3/ctrl/ConfigWizardUnit.cpp
    Log Message:
    Fix build error result from previous commit

    Removed backup_level option from save_cfg()
  • From Rob Swindell (on Windows 11)@rob@synchro.net to Git commit to main/sbbs/master on Fri Jan 3 21:25:00 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/dadc646d21d947eeefccf9f8
    Modified Files:
    src/sbbs3/ctrl/ConfigWizardUnit.cpp
    Log Message:
    Don't use/set SM_EURODATE in sys_misc (deprecated), use sys_date_fmt instead

    Fix off-by-one error in checking TimeZoneComboBox->ItemIndex again tz_val array. When choosing the last (Other/Automatic) item, no change to the sys_timezone should be made (was setting it to 0/UTC).
  • From Rob Swindell (on Windows 11)@rob@synchro.net to Git commit to main/sbbs/master on Sat Jan 4 16:19:53 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/1c5719174bf2985ca4b088eb
    Modified Files:
    src/sbbs3/ctrl/ConfigWizardUnit.cpp
    Log Message:
    Don't use/set SM_EURODATE in sys_misc (deprecated), use sys_date_fmt instead

    Fix off-by-one error in checking TimeZoneComboBox->ItemIndex again tz_val array. When choosing the last (Other/Automatic) item, no change to the sys_timezone should be made (was setting it to 0/UTC).