Subj : exec/login.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Mar 18 2023 02:51 pm https://gitlab.synchro.net/main/sbbs/-/commit/b91e77719928033321808776 Modified Files: exec/login.js Log Message: Apply inactive_hangup option (for dumb terminals) using max_socket_inactivity this insures that inactive dumb (bot) connections will be disconnected even when using a script (e.g. animated pause prompt) that doesn't time-out. Also, if the connected node is the last node (for this sbbs instance), divide the socket inactivity timeout value in half. These changes (along with sbbs v3.20) should help with DOS (denial-of-service, not MS-DOS) prevention. Mainly for Krueger. .