Subj : src/xpdev/ini_file.c ini_file.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Jan 13 2026 10:16 pm https://gitlab.synchro.net/main/sbbs/-/commit/54a1c26c3a9b4e26ca1e8c39 Modified Files: src/xpdev/ini_file.c ini_file.h Log Message: Create iniGetSparseStringList() iniGetStringList() treats consecutive separators as a single separator and I needed to be able to load sparse lists from .ini files for the upcoming "multiple loadable modules" feature of Synchronet. .