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

    From Deucе@VERT 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.

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Fri Feb 9 18:35:26 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/7cde1563994f9cb55cb942cd
    Modified Files:
    3rdp/build/cl-make-channels-work.patch
    Log Message:
    Fix warnings caused by our patches.

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

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