Subj : src/sbbs3/js_bbs.cpp sbbs.h ver.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Sun Jan 04 2026 05:26 am https://gitlab.synchro.net/main/sbbs/-/commit/a79f3faa98d8329f4d3872dc Modified Files: src/sbbs3/js_bbs.cpp sbbs.h ver.cpp Log Message: Include less verbose version information in system information output The system info (output of sys_info()) was getting very long, so make ver() accept a verbose argument (default to false in C++, true in JS bbs.ver()). .