summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/transport/quic_server.py
Commit message (Expand)AuthorAgeFilesLines
* feat(node): several named roots per group, and one implementation per operationChristophe Besson2026-08-181-4/+36
* feat(common): MNP 0.2 — liveness, and chat history read the way it is writtenChristophe Besson2026-08-161-0/+5
* feat(quic): GEK proof and mutual authentication — closes C6Christophe Besson2026-08-131-1/+93
* refactor(quic): share the unified handshake authorizationChristophe Besson2026-08-131-24/+28
* fix: swarm privacy, revocation persistence, keystore KDF, audit integrityChristophe Besson2026-08-131-5/+53
* fix(node)!: remove unauthenticated HTTP file API and TCP transportChristophe Besson2026-08-131-1/+0
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-111-3/+4
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-101-9/+167
* feat(node): punch_nat() — NAT traversal from QUIC server socketChristophe Besson2026-08-101-0/+16
* fix(node): QuicChunkClient local_port + QuicChunkServer dual-stackChristophe Besson2026-08-101-1/+1
* feat(node): add QUIC transport (MNP v2) — quic_server + quic_clientChristophe Besson2026-08-091-0/+280