aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_hub_api.py
Commit message (Expand)AuthorAgeFilesLines
* style: ruff's own fixes, mechanically appliedChristophe Besson6 days1-14/+15
* fix(hub): the password verifier is Argon2id 64 MiB, and a hash's version name...Christophe Besson8 days1-4/+52
* feat(hub): usernames are at least 8 characters at registrationChristophe Besson11 days1-42/+42
* fix(hub): a node that hosts nothing is not a free target, and a private group...Christophe Besson12 days1-0/+12
* fix: bound what one member can cost the othersChristophe Besson13 days1-4/+8
* fix(hub): serve the SPA under a fingerprint of what it isChristophe Besson2026-08-161-6/+13
* feat(hub): leaving a group, a cap on public ones, and hosting as a preconditionChristophe Besson2026-08-161-1/+9
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-141-5/+16
* fix(hub): require proof of possession on node announce — closes M8Christophe Besson2026-08-131-11/+34
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-131-53/+226
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-111-0/+144
* feat: Phase 9.1–9.5 — WebRTC DataChannel transport for browser P2PChristophe Besson2026-08-101-0/+70
* feat(hub): Phase 8 — Hub v2 security hardening + production readinessChristophe Besson2026-08-101-0/+197
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-101-0/+50
* feat(hub): add production hub — config, auth, API routers, testsChristophe Besson2026-08-091-0/+263