• src/sbbs3/load_cfg.c

    From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Aug 8 14:00:10 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6a8ca4c433fa6540926427e1
    Modified Files:
    src/sbbs3/scfg/scfgsrvr.c
    Log Message:
    Don't assume all duration values of 0 mean <disabled>

    Many of the server configured duration/interval values of 0, just mean 0. Or means that the default value will be automatically used (e.g. for timeouts).
    So represent accordingly in SCFG->Servers.

    This fixes issue #9
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Fri Aug 8 15:12:18 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/6a8ca4c433fa6540926427e1
    Modified Files:
    src/sbbs3/scfg/scfgsrvr.c
    Log Message:
    Don't assume all duration values of 0 mean <disabled>

    Many of the server configured duration/interval values of 0, just mean 0. Or means that the default value will be automatically used (e.g. for timeouts).
    So represent accordingly in SCFG->Servers.

    This fixes issue #958