summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src
Commit message (Expand)AuthorAgeFilesLines
* chore: release 0.2.00.2Christophe Besson2026-08-141-1/+1
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-148-259/+144
* perf(client): bundle KDF to 128 MB, and derive it once per sign-inChristophe Besson2026-08-142-7/+10
* feat(client): Argon2id for the keypair bundle, and remove the backup toggleChristophe Besson2026-08-147-96/+161
* feat(client): make the key backup a choice, and raise the passphrase floorChristophe Besson2026-08-143-11/+150
* fix(client): recover identity keys from what the browser already hasChristophe Besson2026-08-141-0/+40
* fix(client): capture the challenge values before joining, not afterChristophe Besson2026-08-141-8/+13
* fix(client): refresh the token when the node says "not a member"Christophe Besson2026-08-142-10/+43
* fix(node): keep reading the hub socket while negotiating WebRTCChristophe Besson2026-08-141-0/+14
* fix(node): announce the node key in the challenge, and keep names in the rosterChristophe Besson2026-08-141-0/+10
* feat(node)!: the node wraps the group key — closes H3 and M3Christophe Besson2026-08-145-37/+336
* feat(client): pin node identities on first use — closes 11.5.8Christophe Besson2026-08-132-0/+24
* fix(hub): require proof of possession on node announce — closes M8Christophe Besson2026-08-132-0/+92
* feat(mnp): unified handshake with mutual authenticationChristophe Besson2026-08-132-21/+99
* fix: resource limits, signaling authz, node admin UI tokenChristophe Besson2026-08-132-4/+70
* fix: swarm privacy, revocation persistence, keystore KDF, audit integrityChristophe Besson2026-08-136-41/+100
* fix(hub): authenticate node WebSocket registrationChristophe Besson2026-08-131-13/+84
* fix(node): group isolation, upload confinement, GEK seizure, admin challengeChristophe Besson2026-08-134-19/+105
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-1316-298/+1172
* 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
* feat: Phase 10c — MSE video streaming (real-time playback)Christophe Besson2026-08-114-52/+174
* 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-111-0/+36
* fix(ui): upload chunk size, cached file display, chat names, file delete, inl...Christophe Besson2026-08-114-12/+118
* fix(ui): group creation error, chat UUIDs, file preview, action menuChristophe Besson2026-08-114-53/+422
* feat: Phase 10b — Self-service UI (group create/join, upload, IndexedDB, se...Christophe Besson2026-08-115-11/+597
* feat(hub): Phase 10.5–10.8, 10.10 — notifications, settings, search, versionChristophe Besson2026-08-119-18/+339
* feat(hub): Phase 10.1–10.4 — Site overlay + admin/moderation UIChristophe Besson2026-08-119-17/+946
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-1111-224/+2178
* feat: Phase 9.1–9.5 — WebRTC DataChannel transport for browser P2PChristophe Besson2026-08-106-1/+790
* feat(hub): Phase 8 — Hub v2 security hardening + production readinessChristophe Besson2026-08-1015-85/+291
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-103-4/+59
* docs: update all pointers after keyderive + QE restructureChristophe Besson2026-08-091-0/+83
* feat: password-based key derivation + operational QUICKSTARTChristophe Besson2026-08-093-5/+175
* feat: Phase 6 complete — chat, multi-group, federation, replication, webcryptoChristophe Besson2026-08-094-19/+297
* 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
* feat(hub): add moderation — content blocklist + reports — 5.9Christophe Besson2026-08-093-1/+238
* feat: add revocation push (WebSocket hub→node) — 5.7Christophe Besson2026-08-092-5/+201
* feat(hub): add web app + public group listing endpointChristophe Besson2026-08-094-1/+304
* feat(hub): add production hub — config, auth, API routers, testsChristophe Besson2026-08-0910-26/+793
* feat(hub): add SQLAlchemy 2.0 async DB layer + AlembicChristophe Besson2026-08-097-0/+475
* chore: initialize monorepo structure for MeshBayChristophe Besson2026-08-095-0/+51