• src/syncterm/conn_telnet.c

    From deuce@VERT to CVS commit on Thu Jul 11 07: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 08: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 12: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 Sun Dec 25 00:36:23 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/9db9df4a0f9a080a09e5d7a1
    Modified Files:
    src/syncterm/conn_telnet.c
    Log Message:
    Move telnet_expand() into SyncTERM proper.

    This allows ensuring we don't expand CRLF into CRLFLF. This is
    usually harmless, but there's no real need to put up with it in
    a program with a single thread using the expand function.

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