• src/sbbs3/telgate.cpp

    From rswindell@VERT to CVS commit on Thursday, March 06, 2014 13:30:41
    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 Friday, August 21, 2015 23:18:31
    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 Monday, May 27, 2024 23:14:45
    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 Monday, May 27, 2024 23:25:08
    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 Monday, May 27, 2024 23:30:23
    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 Saturday, August 10, 2024 19:44:50
    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 Friday, August 16, 2024 17:32:55
    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 Friday, August 16, 2024 17:32:55
    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