summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(node)!: remove unauthenticated HTTP file API and TCP transportChristophe Besson2026-08-1312-1346/+45
* docs: second security review + roadmap rewrite0.1Christophe Besson2026-08-134-59/+1451
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-1330-787/+3584
* feat(node): audit logging + local admin UI rewriteChristophe Besson2026-08-115-133/+705
* feat(node): index push to WebRTC peers + swarm registration (11.5, 11.9)Christophe Besson2026-08-114-18/+189
* feat(node): Phase 11 — production-ready daemon with WebRTC, WS, chat, HTTPChristophe Besson2026-08-117-65/+454
* fix(ui): reduce upload chunk size to 48KB to fit aiortc SCTP limitChristophe Besson2026-08-111-1/+1
* fix(ui): set MediaSource duration from ffprobe and clamp seeks to buffered rangeChristophe Besson2026-08-111-5/+23
* fix(ui): remove duplicate connecting messages and buggy stream progress barChristophe Besson2026-08-112-52/+4
* docs: add Phases 11–17 roadmap (node daemon, CLI, Sender Keys, Android, pac...Christophe Besson2026-08-111-31/+155
* feat: Phase 10c — MSE video streaming (real-time playback)Christophe Besson2026-08-119-54/+467
* fix(hub): move _handle_chat_notify before @router.websocket decoratorChristophe Besson2026-08-111-1/+1
* feat: chat notifications via hub, file delete, upload fix, cached display, in...Christophe Besson2026-08-112-0/+48
* fix(ui): upload chunk size, cached file display, chat names, file delete, inl...Christophe Besson2026-08-117-26/+179
* fix(node): iterate dict copies in WebRTC peer broadcast and close_allChristophe Besson2026-08-111-2/+2
* fix(ui): group creation error, chat UUIDs, file preview, action menuChristophe Besson2026-08-115-53/+428
* feat: Phase 10b — Self-service UI (group create/join, upload, IndexedDB, se...Christophe Besson2026-08-1113-15/+974
* feat(hub): Phase 10.5–10.8, 10.10 — notifications, settings, search, versionChristophe Besson2026-08-1113-29/+543
* docs: update Phase 10 commit hash, API reference, key modulesChristophe Besson2026-08-113-6/+25
* feat(hub): Phase 10.1–10.4 — Site overlay + admin/moderation UIChristophe Besson2026-08-1115-34/+1646
* docs: update Phase 9 commit hash in devel-phases-nextChristophe Besson2026-08-111-1/+1
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-1127-316/+3039
* feat: Phase 9.1–9.5 — WebRTC DataChannel transport for browser P2PChristophe Besson2026-08-1015-172/+3045
* feat(hub): Phase 8 — Hub v2 security hardening + production readinessChristophe Besson2026-08-1020-90/+508
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-1026-155/+2151
* docs: update draft v3 + phases-next with Phase 7 decisionsChristophe Besson2026-08-102-24/+87
* docs: add devel-phases-next.md — Phases 7-12 roadmapChristophe Besson2026-08-101-0/+149
* docs: add demo-v2 NAT findings to CLAUDE.mdChristophe Besson2026-08-101-0/+14
* docs: update devel-phases — demo-v2 NAT traversal QUIC validatedChristophe Besson2026-08-101-0/+4
* 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-102-8/+11
* fix: 4 corrections — streaming hash, watchdog bug, cipher doc, depsChristophe Besson2026-08-092-4/+23
* fix: complete pyproject.toml deps + graceful QUIC fallbackChristophe Besson2026-08-095-21/+57
* fix: venv --clear required when copying repo across OS (Fedora→Ubuntu)Christophe Besson2026-08-092-15/+11
* fix: document pip SSL_CERT_FILE workaround for Python 3.14 on Ubuntu/FedoraChristophe Besson2026-08-092-14/+29
* docs: update all pointers after keyderive + QE restructureChristophe Besson2026-08-095-17/+183
* feat: password-based key derivation + operational QUICKSTARTChristophe Besson2026-08-096-363/+501
* chore: add QE/ structure (not versioned) + server-state docsChristophe Besson2026-08-091-0/+3
* docs: add QUICKSTART.md and USERGUIDE.mdChristophe Besson2026-08-092-0/+1219
* docs: mark Phase 6 complete — 74/74 testsChristophe Besson2026-08-091-6/+8
* feat: Phase 6 complete — chat, multi-group, federation, replication, webcryptoChristophe Besson2026-08-097-19/+536
* feat(node): multi-group config support — 6.2Christophe Besson2026-08-091-24/+65
* feat(common): add Double Ratchet algorithm — 6.1Christophe Besson2026-08-092-0/+478
* docs: add Phase 6 plan — chat, multi-group, federation, replicationChristophe Besson2026-08-091-2/+19
* docs: mark Phase 5 complete — QUIC, federation, moderation, packagingChristophe Besson2026-08-091-11/+36
* feat(hub): add CSAM hash matching module — 5.8Christophe Besson2026-08-092-0/+161
* feat(hub): add MHP federation + Mesh Relay registration — 5.2 + 5.3Christophe Besson2026-08-093-0/+334
* chore: add RPM/DEB packaging artifacts — 5.10Christophe Besson2026-08-0910-0/+404
* feat(hub): add moderation — content blocklist + reports — 5.9Christophe Besson2026-08-094-1/+333
* feat: add revocation push (WebSocket hub→node) — 5.7Christophe Besson2026-08-094-5/+473