• exec/login.js

    From Rob Swindell@1:103/705 to Git commit to sbbs/master on Sat Sep 19 22:54:45 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/b05b2cc15bc5da16d5da1be6
    Modified Files:
    exec/login.js
    Log Message:
    Re-enable the short inactivity timeout for non-terminal connections (bots)As of Oct-25-2018, the NO_EXASCII flag was set in the autoterm variablewhen there was no ANSI terminal auto-detected. This defeated the shortinactivity timeout feature of login.js because it was checking specificallyfor a zero-value autoterm.So change this logic to check for no ANSI, PETSCII, or UTF-8 (the 3 indicatorsof a valid terminal) - though I suppose PETSCII is questionable (it's notactually auto-detected, just a non-standard port usually).
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Mar 27 21:57:16 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/35d1f33534a152aa7c46c56c
    Modified Files:
    exec/login.js
    Log Message:
    Run the "inactive_hangup" option through parseInt()Just in case it was read as a string (e.g. had a ; comment following the value)
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)