• exec/telgate.js

    From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Friday, August 09, 2024 21:39:52
    https://gitlab.synchro.net/main/sbbs/-/commit/ce7b5e5986fd75c64ad15cdb
    Modified Files:
    exec/telgate.js
    Log Message:
    Support more command-line options, like -p, -C, -T, -m ala rlogin.js

    Includes new feature to optionally send string(s) to remote server after connecting (for Nelgin).

    The -q option addition fixes issue #771.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, August 10, 2024 02:13:29
    https://gitlab.synchro.net/main/sbbs/-/commit/2c3198553aa705e90b3e9211
    Modified Files:
    exec/telgate.js
    Log Message:
    Fix the mode passing to bbs.telnet_gate() - never undefined value

    bbs.telnet_gate() is not tolerant of receiving an undefined parameter value (while bbs.rlogin_gate() is), so this messed up the subsequent argument
    parsing which caused the strings pushed with the '-s' or '-S' options to
    not work.

    Fixes issue #774

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Saturday, August 10, 2024 16:31:25
    https://gitlab.synchro.net/main/sbbs/-/commit/0a90a39dd7667a5805454086
    Modified Files:
    exec/telgate.js
    Log Message:
    Send CRLF terminated strings with -S option instead of CR-terminated

    Telnet requires CRLF or CR/NUL instead of bare CR.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Debian Linux)@VERT to Git commit to main/sbbs/master on Monday, August 19, 2024 19:03:09
    https://gitlab.synchro.net/main/sbbs/-/commit/24933c806a889925698ec445
    Modified Files:
    exec/telgate.js
    Log Message:
    Add -N option to send blank line after connect

    ... requested by someone in #synchronet

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net