Subj : src/sbbs3/js_system.cpp newuser.cpp userdat.c userdat.h 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/2d95712f5d7931db469bbea6 Modified Files: src/sbbs3/js_system.cpp newuser.cpp userdat.c userdat.h Log Message: Make the uniqueness enforcement in check_name() optional (default: true) This makes this function potentially useful for secondary user alias checking (e.g. in chksetup.js) by passing false for the unique parameter. .