Subj : src/sbbs3/userdat.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sat Dec 20 2025 04:34 am https://gitlab.synchro.net/main/sbbs/-/commit/a12a964a5ffbf5ab30e0fd8d Modified Files: src/sbbs3/userdat.c Log Message: Better user name/alias validity checking check_name() and check_realname() - detect/reject strings with control characters - detect/reject strings with non-ASCII character (when configured to do so by the sysop) Since the newuser.cpp already disallows this illegal input for new user values this likely only really makes a difference for any JS code that uses system.check_name() or system.check_realname() which is probably none. .