• src/ssh/README.md

    From Deuc¿@VERT to Git commit to main/sbbs/master on Sunday, March 22, 2026 16:25:00
    https://gitlab.synchro.net/main/sbbs/-/commit/4b4494668c51cd3a61571036
    Modified Files:
    src/ssh/README.md
    Log Message:
    DeuceSSH: update README for test suite and channel request API

    - Add Testing section with build instructions, test counts, and
    suite descriptions
    - Update server Quick Start to use new dssh_channel_request_cb API
    and show subsystem (raw) vs shell/exec (session) channel dispatch
    - Add Server-Side Channel Setup section documenting the unified
    channel request callback and parse helpers
    - Add test/ directory to Files listing

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deuc¿@VERT to Git commit to main/sbbs/master on Monday, March 30, 2026 10:39:13
    https://gitlab.synchro.net/main/sbbs/-/commit/89671abe53bfecf33a2787d5
    Modified Files:
    src/ssh/README.md
    Log Message:
    Rewrite README.md for new dssh_chan_* API

    The old README documented the removed dssh_session_read/write/poll/close
    and dssh_channel_read/write/poll/close APIs. Rewrite from scratch to
    document the current unified dssh_chan_* API: params builder, stream I/O
    with stream parameter, event model (signalfd-style), zero-copy API,
    server accept with callbacks, channel getters, and all error codes.

    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

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