• src/sbbs3/sbbs_ini.c scfglib1.c scfglib2.c scfgsave.c

    From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Mon Mar 20 09:50:28 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/2ad81713ca49c58046fd36fd
    Modified Files:
    src/sbbs3/sbbs_ini.c scfglib1.c scfglib2.c scfgsave.c
    Log Message:
    Support duration notation (e.g. 10M for 10 minutes) in "*Inactivity" .ini keysThe recently updated ctrl/sbbs.ini had MaxLoginInactivity = 10M inthe [BBS] section, which was parsed as 10 seconds rather than theintended 10 minutes. This fixes that issue and also will now store allof these inactivity values in duration notation. Existing values storedin seconds will work fine since that is always the assumed/fallback unitof time in duration keys.Thanks for the report!
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)