• src/syncterm/conn_telnet.c

    From deuce@VERT to CVS commit on Thu Feb 1 00:17:39 2018
    src/syncterm conn_telnet.c 1.10 1.11
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv24514

    Modified Files:
    conn_telnet.c
    Log Message:
    Fix warnings.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From deuce@VERT to CVS commit on Thu Jul 11 11:46:55 2019
    src/syncterm conn_telnet.c 1.14 1.15
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/tmp/cvs-serv474

    Modified Files:
    conn_telnet.c
    Log Message:
    More emu removal.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sun Dec 22 13:17:30 2019
    src/syncterm conn_telnet.c 1.16 1.17
    Update of /cvsroot/sbbs/src/syncterm
    In directory cvs:/home/rswindell/sbbs/src/syncterm

    Modified Files:
    conn_telnet.c
    Log Message:
    Address gcc warning:
    conn_telnet.c: In function 'telnet_output_thread':
    conn_telnet.c:95:56: warning: passing argument 6 of 'telnet_expand' from incompatible pointer type
    ../sbbs3/telnet.h:168:18: note: expected 'unsigned char **' but argument is of type 'char **'



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Thu Mar 25 16:59:28 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/7b088502e28ed83749560b33
    Modified Files:
    src/syncterm/conn_telnet.c
    Log Message:
    telnet_interpret() can grow th input buffer by a byte.

    If a '\r' is the last thing in the previous receive buffer.
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Mon Oct 28 15:46:43 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/4376404234828ec45ef7d4db
    Modified Files:
    src/syncterm/conn_telnet.c
    Log Message:
    Ok, I'm convinced... initiate some telnet negotation

    - Attempt to suppress go aheads in both directions.
    - Attempt to set binary mode in both directions
    - Request the remote echos

    These express the assumptions that SyncTERM always makes, so it's
    a good idea to tell the remote this. For systems that don't like
    this, there is the Raw "protocol".
    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net