Subj : src/sbbs3/js_filebase.c sbbsdefs.h src/sbbs3/scfg/scfgxfr2.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Feb 10 2024 09:09 pm https://gitlab.synchro.net/main/sbbs/-/commit/61a116a1065d4172cd3aff9f Modified Files: src/sbbs3/js_filebase.c sbbsdefs.h src/sbbs3/scfg/scfgxfr2.c Log Message: Separate "natural" (no sort) order from "Date ascending" sort order for dirs Since it is possible for someone to change the add/import date of a file after it's been added to the filebase, the natural/unsorted order might not actually be the same as "date ascending", so let the sysop/script-author really re-sort by date ascending if that's what they're trying to do. I think this is addresses the issue that Nightfox and Nelgin were describing in #synchronet. .