Subj : src/sbbs3/filedat.c filedat.h listfile.cpp upload.cpp viewfile.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Jan 12 2023 07:57 pm https://gitlab.synchro.net/main/sbbs/-/commit/e8944f5bd98a4f600a82bb68 Modified Files: src/sbbs3/filedat.c filedat.h listfile.cpp upload.cpp viewfile.cpp Log Message: Create/use file_type_match() for viewing, testing, and download-events Allows for more/better wildcard matching in viewable and testable file types and download-events (e.g. "tar.gz" or "tar.*"). This solves the "double-dot" problem in some file types/extensions. An implicit "*." is prepended before the configured file type/extension. .