Subj : src/sbbs3/userdat.c To : Git commit to sbbs/master From : Rob Date : Tue Oct 20 2020 08:24 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/1e9d5c2cc05ee318ab629bce Modified Files: src/sbbs3/userdat.c Log Message: Treat every login failure with no password available as unique When loginFailure() is called with NULL for the password argument, that indicates there was no password available (e.g. an aborted login attempt) - treat each of these as a unique (not duplicate) failed-login attempt. This'll trigger ban/filter thresholds sooner for clients that hammer servers and disconnect mid-login. .