summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/src/meshbay_hub/static/transport.js
Commit message (Expand)AuthorAgeFilesLines
* fix: stop a stream on close, count only real users, record where a node isChristophe Besson2026-08-151-0/+35
* feat(groups): remove a member, and keep gigabytes out of the tabChristophe Besson2026-08-151-2/+37
* feat(files): transfers that outlive the page, and selection instead of per-ro...Christophe Besson2026-08-151-11/+30
* feat(files): download a folder as a zip, and remove an empty oneChristophe Besson2026-08-151-0/+20
* perf(upload): several chunks in flight, instead of one per round tripChristophe Besson2026-08-151-13/+89
* fix(members): restore the member list and invite form, and retire the pairing...Christophe Besson2026-08-151-0/+5
* feat(files): one uploads/ directory, for files and chat alikeChristophe Besson2026-08-141-4/+3
* feat(files): upload into the current directory, and create foldersChristophe Besson2026-08-141-1/+14
* feat!: identity keys per node — C4's blast radius drops to one operatorChristophe Besson2026-08-141-19/+24
* feat(client): make the key backup a choice, and raise the passphrase floorChristophe Besson2026-08-141-0/+15
* 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-141-1/+6
* 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-141-13/+165
* fix(hub): require proof of possession on node announce — closes M8Christophe Besson2026-08-131-0/+48
* feat(mnp): unified handshake with mutual authenticationChristophe Besson2026-08-131-12/+42
* fix(node): group isolation, upload confinement, GEK seizure, admin challengeChristophe Besson2026-08-131-11/+46
* feat: Phase 12 — P2P crypto material, password split, node Ed25519 authChristophe Besson2026-08-131-18/+160
* feat: Phase 10c — MSE video streaming (real-time playback)Christophe Besson2026-08-111-0/+22
* fix(ui): upload chunk size, cached file display, chat names, file delete, inl...Christophe Besson2026-08-111-0/+10
* fix(ui): group creation error, chat UUIDs, file preview, action menuChristophe Besson2026-08-111-1/+2
* feat: Phase 10b — Self-service UI (group create/join, upload, IndexedDB, se...Christophe Besson2026-08-111-0/+12
* feat: Phase 9 — Web client SPA with WebRTC P2P transportChristophe Besson2026-08-111-6/+41
* feat: Phase 9.1–9.5 — WebRTC DataChannel transport for browser P2PChristophe Besson2026-08-101-0/+409