• src/sbbs3/download.cpp sbbs.h

    From rswindell@VERT to CVS commit on Sat Nov 25 21:32:15 2017
    src/sbbs3 download.cpp 1.47 1.48 sbbs.h 1.457 1.458
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv14152

    Modified Files:
    download.cpp sbbs.h
    Log Message:
    sendfile() now:
    - adjusts stats (not credits) for the current logon and user
    - logs the download
    - accepts an optional "description" argument

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT 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.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net