From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sun Jan 22 14:42:16 2023
https://gitlab.synchro.net/main/sbbs/-/commit/81d86b89e24bc1f65fd3065d
Modified Files:
exec/load/sbbsdefs.js
Log Message:
Update U_* variables (pseudo consts) to use v3.20 user.tab field numbersThe first argument to system.matchuserdata() in v3.20 is the user.tab fieldnumber, not the user.dat byte-offset that was used in versions of SBBS priorto v3.20.These values are synchronized with userfields.h, but I keept the U_ prefixhere (instead of USER_) to maintain compatibility with existing JS scripts.This is a fix for issue #501 - thanks for the report Eric!
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 10 19:59:26 2023
https://gitlab.synchro.net/main/sbbs/-/commit/4573dfb8d8e0831a9175fb57
Modified Files:
exec/load/sbbsdefs.js
Log Message:
Fix 30+ year old typo copy/pasted from sbbsdefs.hIt's SCAN_CONT (for continuous). <sigh>Leave SCAN_CONST alias for backwards-compatibility, but deprecated.
--- SBBSecho 3.20-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Feb 6 12:39:20 2024
resolve user_settings.js line 500: ReferenceError: CON_R_ECHOX is not defined --- SBBSecho 3.32-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Tue Dec 9 15:25:35 2025