Subj : src/xpdev/ini_file.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Sun Jan 24 2021 13:52:29 https://gitlab.synchro.net/main/sbbs/-/commit/4eeaaf726c2d356e29201bb7 Modified Files: src/xpdev/ini_file.c Log Message: Support !include wildcard-patternThis allows auto-inclusion of sub-directories of config files (e.g. !include modopts.d/*.ini). This, along with the next commit to js_file.c, allows module authors (or sysops) to keep their module-specific settings in a module-specific file (rather than always merging-with/managing the monolithic/shared modopts.ini). The [modname] section heading is still required in the included .ini file.Replaced use of non-thread-safe STRERROR() with safe_strerror(). --- SBBSecho 3.12-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .