Skip to content
Snippets Groups Projects
Commit 2ad81713 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Support duration notation (e.g. 10M for 10 minutes) in "*Inactivity" .ini keys

The recently updated ctrl/sbbs.ini had MaxLoginInactivity = 10M in
the [BBS] section, which was parsed as 10 seconds rather than the
intended 10 minutes. This fixes that issue and also will now store all
of these inactivity values in duration notation. Existing values stored
in seconds will work fine since that is always the assumed/fallback unit
of time in duration keys.

Thanks for the report!
parent 6e64c31f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3956 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment