• src/sbbs3/telgate.cpp

    From deuce@VERT to CVS commit on Fri May 3 11:17:22 2013
    src/sbbs3 telgate.cpp 1.31 1.32
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5264

    Modified Files:
    telgate.cpp
    Log Message:
    Don't to telnet shit in RLogin mode.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ teln
  • From deuce@VERT to CVS commit on Fri May 3 11:23:01 2013
    src/sbbs3 telgate.cpp 1.32 1.33
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5306

    Modified Files:
    telgate.cpp
    Log Message:
    Back out last change... this is a bigger problem than that.




    ---
    þ Synchronet þ Vertrauen þ
  • From deuce@VERT to CVS commit on Fri May 3 11:30:21 2013
    src/sbbs3 telgate.cpp 1.33 1.34
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5391

    Modified Files:
    telgate.cpp
    Log Message:
    Don't call request_telnet_opt() in rlogin mode, don't support TG_CRLF,
    TG_ECHO, or TG_LINEMODE for RLogin (the protocol specifies these values).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri May 3 21:41:34 2013
    src/sbbs3 telgate.cpp 1.34 1.35
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv9976

    Modified Files:
    telgate.cpp
    Log Message:
    Revert last change. If this fixes anything, you're doing it wrong.



    ---
    þ Synchronet þ Vertra
  • From rswindell@VERT to CVS commit on Thu Aug 8 22:13:00 2013
    src/sbbs3 telgate.cpp 1.37 1.38
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv22998

    Modified Files:
    telgate.cpp
    Log Message:
    More telnet_gate/rlogin_gate() merging.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ teln
  • From rswindell@VERT to CVS commit on Thu Mar 6 13:30:41 2014
    src/sbbs3 telgate.cpp 1.38 1.39
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv2320

    Modified Files:
    telgate.cpp
    Log Message:
    Enable the telnet_gate TG_NOLF mode flag automatically when called with TG_RLOGIN set: this solves the problem of CRLF being sent from the client's terminal program and being passed-through (the gate) to the remote RLogin host and being accepted as 2 separate keystrokes (rather than a single "enter" key) often resulting in the host/program treating the LF (Ctrl-J) as a second "enter" key or an "invalid command".

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Fri Aug 21 23:18:31 2015
    src/sbbs3 telgate.cpp 1.41 1.42
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv29135

    Modified Files:
    telgate.cpp
    Log Message:
    Fix warning.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon May 27 23:14:45 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4fd92c4eda5760f91fb26599
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    telnet_gateway() is now, by default, a telnet proxy

    Meaning, it'll negotiate all Telnet options with the remote server (assuming not an RLogin server), so long as the TG_PASSTHRU option is *not* set.

    This allows more Telnet servers to work as expected, especially when the
    client (BBS user) is not using a Telnet client!

    Fix issue #432
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Mon May 27 23:25:08 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/559a7ad26d44f531aae80035
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    Fix GCC compile error (can't use __FUNCTION__ macro like that)

    And warning about signed/unsigned compare
    ---
    þ 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 Mon May 27 23:30:23 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/0667337e1f450c6922bad8d5
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    Address unused return value warnings from GCC
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Sat Aug 10 19:44:50 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/6faadeebda655f68fe2eeb7f
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    Fix CID 508288 (STRING_NULL)

    I'm not clear why Coverity suddenly thinks that getstr() doesn't
    nul-terminate strings, but whatever: NUL-terminate the buf before passing it
    to getstr(). <shrug>
    ---
    þ 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 Fri Aug 16 17:32:55 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4679ceaabf0bec0f0e80d7b7
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    Log warning if sendsocket() fails to send string passed to telgate()

    Eliminates GCC warning about not checking return value of write/sendsocket() ---
    þ 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 Fri Aug 16 17:32:55 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/53f9573cf87a5d9735b2b110
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    Fix small memory leak when telgate() was used to proxy for a telnet server

    At least 512 bytes per call.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Tue Jul 8 19:44:37 2025
    https://gitlab.synchro.net/main/sbbs/-/commit/b1d6965bd9cdb492ab851087
    Modified Files:
    src/sbbs3/telgate.cpp
    Log Message:
    Include descriptions of socket errors in log messages
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net