Subj : src/sbbs3/js_bbs.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Wed Mar 15 2023 11:54 pm https://gitlab.synchro.net/main/sbbs/-/commit/fbf99ab6addaae3794c52c91 Modified Files: src/sbbs3/js_bbs.cpp Log Message: Add 'first_node' and 'last_node' properties to JS bbs object This allows scripts (e.g. login.js) to have custom behavior (e.g. shortening the maximum inactivity timeout) based on how close the current node is to the configured last node number. There may be other uses too, but for the vast majority of Synchronet systems, first_node will always be 1 and last_node the same as system.nodes/lastnode. Ugh, inconsistent naming. :-( .