• 3rdp/build/cl-make-channels-work.patch

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Feb 8 15:55:14 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/06844588c6ad8a1eb929c414
    Modified Files:
    3rdp/build/cl-make-channels-work.patch
    Log Message:
    Only take the early-out data path required to make SSH channels work for SSH sessions.

    May fix the issues seen updating wiki pages, may not, but is a less
    invasive patch either way.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to Git commit to main/sbbs/master on Thu Feb 22 20:53:08 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/23326c3b036fca83305479c8
    Modified Files:
    3rdp/build/cl-make-channels-work.patch
    Log Message:
    Instead of keying on the packet being received, key on buffer empty.

    This should work exactly the same, but is more correct. It's possible
    that in the future, packet data could be added to the buffer after receiveBufPos, and we could know that no more is required.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)