• src/sbbs3/telnet.c telnet.h

    From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sunday, June 05, 2022 16:08:40
    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 statusAn option is enabled/supported regardless of which end makes the request, sothe status can be WILL (an ACK to a remote request) or DO (an ACK to a localrequest) when an option is enabled.
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Monday, June 06, 2022 12:23:34
    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 ;-)
    --- SBBSecho 3.15-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Friday, October 20, 2023 20:19:52
    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.


    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)