| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(node): stop losing transcode slots, and reap ffmpeg without deadlocking | Christophe Besson | 2026-08-16 | 3 | -43/+551 |
| * | feat(common): MNP 0.2 — liveness, and chat history read the way it is written | Christophe Besson | 2026-08-16 | 5 | -3/+212 |
| * | feat(hub): leaving a group, a cap on public ones, and hosting as a precondition | Christophe Besson | 2026-08-16 | 10 | -14/+863 |
| * | chore: release 0.4.00.4 | Christophe Besson | 2026-08-16 | 6 | -8/+8 |
| * | fix(hub): revalidate static assets so a split SPA version cannot load | Christophe Besson | 2026-08-16 | 1 | -1/+23 |
| * | feat(hub): translate the web client into nine more languages | Christophe Besson | 2026-08-16 | 14 | -394/+4369 |
| * | chore: release 0.3.00.3 | Christophe Besson | 2026-08-15 | 6 | -8/+8 |
| * | fix: stop a stream on close, count only real users, record where a node is | Christophe Besson | 2026-08-15 | 13 | -16/+420 |
| * | feat(groups): remove a member, and keep gigabytes out of the tab | Christophe Besson | 2026-08-15 | 12 | -15/+715 |
| * | fix(downloads): automatic really is automatic, and a selection downloads all ... | Christophe Besson | 2026-08-15 | 7 | -63/+282 |
| * | feat(settings): choose between Save As and saving into a folder | Christophe Besson | 2026-08-15 | 5 | -32/+388 |
| * | feat(files): transfers that outlive the page, and selection instead of per-ro... | Christophe Besson | 2026-08-15 | 7 | -261/+864 |
| * | feat(files): download a folder as a zip, and remove an empty one | Christophe Besson | 2026-08-15 | 9 | -7/+786 |
| * | feat(node): meshbay-node group add — host another of your groups | Christophe Besson | 2026-08-15 | 4 | -12/+190 |
| * | fix(cli): --group takes a name, and operator pair says it takes none | Christophe Besson | 2026-08-15 | 1 | -2/+35 |
| * | perf(upload): several chunks in flight, instead of one per round trip | Christophe Besson | 2026-08-15 | 3 | -32/+120 |
| * | feat(groups): editable description, and one source of operator authority | Christophe Besson | 2026-08-15 | 10 | -60/+317 |
| * | The Files panel stops guessing, and search says how old its answer is | Christophe Besson | 2026-08-15 | 3 | -32/+78 |
| * | feat(logs): keep the username on records the account no longer answers for | Christophe Besson | 2026-08-15 | 6 | -2/+84 |
| * | fix(members): restore the member list and invite form, and retire the pairing... | Christophe Besson | 2026-08-15 | 4 | -48/+106 |
| * | One stroked icon set, matching the Administration shield | Christophe Besson | 2026-08-15 | 2 | -23/+94 |
| * | Notifications: one per conversation, none for your own messages | Christophe Besson | 2026-08-14 | 10 | -27/+422 |
| * | feat(account): a user can delete their own account, an admin can delete one | Christophe Besson | 2026-08-14 | 7 | -5/+402 |
| * | feat(files): one uploads/ directory, for files and chat alike | Christophe Besson | 2026-08-14 | 4 | -66/+107 |
| * | feat(files): upload into the current directory, and create folders | Christophe Besson | 2026-08-14 | 6 | -76/+280 |
| * | feat(ui): upload progress, PDF preview, invite form above the member list | Christophe Besson | 2026-08-14 | 3 | -22/+69 |
| * | chore: release 0.2.00.2 | Christophe Besson | 2026-08-14 | 6 | -8/+8 |
| * | fix(node): an operator keeps their role when reconnecting | Christophe Besson | 2026-08-14 | 1 | -1/+5 |
| * | feat!: identity keys per node — C4's blast radius drops to one operator | Christophe Besson | 2026-08-14 | 15 | -276/+234 |
| * | perf(client): bundle KDF to 128 MB, and derive it once per sign-in | Christophe Besson | 2026-08-14 | 4 | -11/+25 |
| * | feat(client): Argon2id for the keypair bundle, and remove the backup toggle | Christophe Besson | 2026-08-14 | 8 | -96/+292 |
| * | feat(client): make the key backup a choice, and raise the passphrase floor | Christophe Besson | 2026-08-14 | 6 | -11/+190 |
| * | test: prove a second browser works after pairing | Christophe Besson | 2026-08-14 | 1 | -0/+16 |
| * | fix(client): recover identity keys from what the browser already has | Christophe Besson | 2026-08-14 | 1 | -0/+40 |
| * | fix(client): capture the challenge values before joining, not after | Christophe Besson | 2026-08-14 | 2 | -8/+100 |
| * | fix(client): refresh the token when the node says "not a member" | Christophe Besson | 2026-08-14 | 5 | -13/+87 |
| * | fix(node): keep reading the hub socket while negotiating WebRTC | Christophe Besson | 2026-08-14 | 2 | -11/+67 |
| * | fix(node): announce the node key in the challenge, and keep names in the roster | Christophe Besson | 2026-08-14 | 7 | -32/+105 |
| * | feat(node): operator surface — member list, invite, revoke, unpin over SSH | Christophe Besson | 2026-08-14 | 7 | -14/+499 |
| * | feat(node)!: the node wraps the group key — closes H3 and M3 | Christophe Besson | 2026-08-14 | 17 | -285/+2111 |
| * | test(node): allocate daemon test ports instead of hardcoding 28000 | Christophe Besson | 2026-08-14 | 1 | -3/+17 |
| * | feat(node): CLI for headless operators — status, ui, gek-init | Christophe Besson | 2026-08-13 | 1 | -5/+124 |
| * | feat(node): keep the daemon alive when the hub rejects credentials | Christophe Besson | 2026-08-13 | 1 | -8/+22 |
| * | test: JS/Python transcript parity across the language boundary | Christophe Besson | 2026-08-13 | 1 | -0/+175 |
| * | feat(client): pin node identities on first use — closes 11.5.8 | Christophe Besson | 2026-08-13 | 2 | -0/+24 |
| * | fix(hub): require proof of possession on node announce — closes M8 | Christophe Besson | 2026-08-13 | 5 | -13/+232 |
| * | feat(quic): GEK proof and mutual authentication — closes C6 | Christophe Besson | 2026-08-13 | 3 | -8/+186 |
| * | refactor(quic): share the unified handshake authorization | Christophe Besson | 2026-08-13 | 2 | -25/+36 |
| * | feat(mnp): unified handshake with mutual authentication | Christophe Besson | 2026-08-13 | 7 | -123/+680 |
| * | fix: resource limits, signaling authz, node admin UI token | Christophe Besson | 2026-08-13 | 7 | -32/+380 |