summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/hub_client.py
Commit message (Expand)AuthorAgeFilesLines
* fix: an empty group claim is a claim on nothingChristophe Besson13 days1-2/+8
* fix: tolerate clock skew when verifying JWTs (leeway 60s)Christophe Besson2026-09-041-1/+3
* refactor(node): platform abstraction for Windows portability (W1-W2-W5-W6-W7)Christophe Besson2026-09-031-1/+2
* fix(node): CLI member invite now registers hub membership and enforces codeChristophe Besson2026-09-011-0/+15
* feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contactChristophe Besson2026-08-291-0/+22
* feat: unified group management, public groups, and activity-based sidebarChristophe Besson2026-08-201-3/+16
* feat(node): meshbay-node group add — host another of your groupsChristophe Besson2026-08-151-0/+19
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-141-2/+2
* perf(client): bundle KDF to 128 MB, and derive it once per sign-inChristophe Besson2026-08-141-3/+14
* fix(node): keep reading the hub socket while negotiating WebRTCChristophe Besson2026-08-141-11/+53
* fix(hub): require proof of possession on node announce — closes M8Christophe Besson2026-08-131-0/+10
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-131-93/+35
* feat(node): index push to WebRTC peers + swarm registration (11.5, 11.9)Christophe Besson2026-08-111-0/+21
* feat(node): Phase 11 — production-ready daemon with WebRTC, WS, chat, HTTPChristophe Besson2026-08-111-1/+15
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-111-2/+6
* feat: Phase 9.1–9.5 — WebRTC DataChannel transport for browser P2PChristophe Besson2026-08-101-1/+15
* feat: Phase 7 — Node v2 (multi-group, Sender Keys, 0-RTT, chat, denylist)Christophe Besson2026-08-101-0/+54
* feat(node): add hub client with JWT offline verify and GEK fetchChristophe Besson2026-08-091-0/+256