• src/sbbs3/download.cpp sbbs.h

    From rswindell@1:103/705 to CVS commit on Thu Jan 11 23:53:50 2018
    src/sbbs3 download.cpp 1.49 1.50 sbbs.h 1.462 1.463
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv2474

    Modified Files:
    download.cpp sbbs.h
    Log Message:
    sbbs_t::sendfile() (used by JS bbs.send_file() and Baja FILE_SEND) would not check the protocol.log (e.g. DSZ.LOG) for successful transfer even when the protocol was so-configured in SCFG. Fixed.
    Additionally, while sendfile() would return a proper boolean result based on the errorlevel returned by the protocol driver process, the log and console output would report success and statistics adjusted as though the xfer
    was successful, regardless.

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (on ChromeOS)@1:103/705 to Git commit to main/sbbs/master on Tue Nov 19 22:55:43 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/68c39a082dfc544dcd52d40b
    Modified Files:
    src/sbbs3/download.cpp sbbs.h
    Log Message:
    Save and restore the Telnet BINARY_TX option state separate for each direction

    It's possible the client requested binary transmit in only one of the two directions and if so, restore just the direction that was previously *not*
    in binary transmit mode to NVT mode.
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)