Subj : src/sbbs3/ftpsrvr.cpp mailsrvr.cpp main.cpp services.cpp userdat.c web To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Tue Feb 10 2026 03:04 am https://gitlab.synchro.net/main/sbbs/-/commit/bc4ae42b438e0a784b6c155b Modified Files: src/sbbs3/ftpsrvr.cpp mailsrvr.cpp main.cpp services.cpp userdat.c websrvr.cpp Log Message: Eliminate redundant reads of ipfilter_exempt.cfg We were still reading this file from disk in loginBanned() (we don't even need to call that function if the host is exempt) and other places. Nothing even calls host_is_exempt() now. .