• exec/telgate.js unixgate.js

    From Rob Swindell (on Debian Linux) to Git commit to main/sbbs/master on Mon May 27 23:18:20 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/09f5d705afae2851d5146c35
    Modified Files:
    exec/telgate.js unixgate.js
    Log Message:
    Use the telnet gateway proxy (not pass-through) by default

    Pass-through only really does anything useful if the BBS user's client is a Telnet client and it responds as the server expects. Since the user's
    Telnet client (when using one) has already negotiated Telnet options, they won't ACK options that the server expects them to, so this doesn't really
    work. The proxy fixes that issue.