Subj : exec/load/cfglib.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Wed Sep 13 2023 07:52 pm https://gitlab.synchro.net/main/sbbs/-/commit/6450220c6e222cd593feadc0 Modified Files: exec/load/cfglib.js Log Message: Add basic reading main.ini and file.ini (not all sections) This should be enough for Nelgin to make progress with his user defaults menu script. Not all sections are read and parsed and there will be some extra properties (e.g. "code" in repeated sections that don't normally have that), so the returned objects aren't (yet) suitable for re-writing back to the *.ini files. I also cleaned up some of the exceptions (throwing strings rather than Errors) and removed some empty functions. .