Subj : exec/text_sec.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue Jan 20 2026 02:28 am https://gitlab.synchro.net/main/sbbs/-/commit/9d97f717c944a93c19713ecf Modified Files: exec/text_sec.js Log Message: Open the data/text/*.ini file in read/write mode when updating This fixes the issue of inadvertently removing the root section any time a file was added. However, now that we also have to remove all the sections because we're re-writing them all using iniSetObjects(). It'd probably be better to just add and remove one section at a time when we add or remove a file, but that's more of a redesign than I'm up for right now. .