Subj : src/sbbs3/logon.cpp sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Jan 10 2026 03:59 am https://gitlab.synchro.net/main/sbbs/-/commit/1303602b5f0fadc7a37160f5 Modified Files: src/sbbs3/logon.cpp sbbs.h Log Message: If logon module returns non-zero exit code, hangup and fail the user logon This allows the author of a logon module to reject the user logon for any reason. Cleaned up some of the other failure log messages and hanging-up handling (no all error paths actually hung-up the user!) .