• src/sbbs3/telnet.c telnet.h

    From rswindell@VERT to CVS commit on Thu Aug 22 12:48:04 2019
    src/sbbs3 telnet.c 1.6 1.7 telnet.h 1.18 1.19
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv11968

    Modified Files:
    telnet.c telnet.h
    Log Message:
    Ported telnet_expand from xtrn.cpp to here (straight C).
    Eliminated the defunct DLLCALL macro from this unit.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sat Aug 24 08:37:11 2019
    src/sbbs3 telnet.c 1.9 1.10 telnet.h 1.20 1.21
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv2410

    Modified Files:
    telnet.c telnet.h
    Log Message:
    Still #including telnet.h is old Borland built code, so replace bool with BOOL.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Jun 5 12:08:40 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/66e922ad5031a7c2809d28df
    Modified Files:
    src/sbbs3/telnet.c telnet.h
    Log Message:
    Add telnet_opt_enabled() function that returns true for WILL or DO opt status

    An option is enabled/supported regardless of which end makes the request, so the status can be WILL (an ACK to a remote request) or DO (an ACK to a local request) when an option is enabled.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Mon Jun 6 08:23:34 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/c1a90b1401dc935ab6fe499b
    Modified Files:
    src/sbbs3/telnet.c telnet.h
    Log Message:
    Fix Borland build issue: no stdbool.h in C++Builder 6 ... still ;-)

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