Subj : src/sbbs3/sbbsdefs.h src/sbbs3/scfg/scfgxfr1.c src/sbbs3/scfgdefs.h 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/ffc8d5db89140aaeb6d2c3b8 Modified Files: src/sbbs3/sbbsdefs.h src/sbbs3/scfg/scfgxfr1.c src/sbbs3/scfgdefs.h Log Message: Increase maximum file extension length from 3 to 15 characters For Viewable, Testable, Compressible file types and download events, the file extension is no longer limited to 3 characters. 15 characters seemed like "enough". Similarly, a user's temp/QWK file type preference is also extended from 3 to 15 characters. This fixes issue #486, but file types such as *.tar.gz (2 dots in the extension) are still an issue and will be addressed next. .