| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs: record what this session cost to find | Christophe Besson | 2026-08-16 | 1 | -1/+56 |
| * | feat(hub): chat, presence, a Profile page, and downloads that do not freeze | Christophe Besson | 2026-08-16 | 20 | -291/+1693 |
| * | 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 | 9 | -11/+24 |
| * | 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 | 15 | -395/+4371 |
| * | chore: release 0.3.00.3 | Christophe Besson | 2026-08-15 | 9 | -11/+27 |
| * | docs: record which download paths have actually been run | Christophe Besson | 2026-08-15 | 2 | -0/+23 |
| * | fix: stop a stream on close, count only real users, record where a node is | Christophe Besson | 2026-08-15 | 14 | -16/+448 |
| * | feat(groups): remove a member, and keep gigabytes out of the tab | Christophe Besson | 2026-08-15 | 13 | -19/+760 |
| * | fix(downloads): automatic really is automatic, and a selection downloads all ... | Christophe Besson | 2026-08-15 | 8 | -63/+293 |
| * | feat(settings): choose between Save As and saving into a folder | Christophe Besson | 2026-08-15 | 6 | -32/+406 |
| * | feat(files): transfers that outlive the page, and selection instead of per-ro... | Christophe Besson | 2026-08-15 | 8 | -261/+887 |
| * | feat(files): download a folder as a zip, and remove an empty one | Christophe Besson | 2026-08-15 | 11 | -7/+834 |
| * | feat(node): meshbay-node group add — host another of your groups | Christophe Besson | 2026-08-15 | 5 | -12/+224 |
| * | 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 | 13 | -66/+348 |
| * | 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 | 8 | -4/+90 |
| * | fix(members): restore the member list and invite form, and retire the pairing... | Christophe Besson | 2026-08-15 | 4 | -48/+106 |
| * | docs: account deletion, notifications, and the APIs that no longer exist | Christophe Besson | 2026-08-15 | 4 | -124/+232 |
| * | 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 | 13 | -19/+35 |
| * | merge: Phase 11.5 security remediation, invite redesign, per-node identity | Christophe Besson | 2026-08-14 | 63 | -2279/+8470 |
| |\ |
|
| | * | fix(node): an operator keeps their role when reconnecting | Christophe Besson | 2026-08-14 | 1 | -1/+5 |
| | * | docs: user guide and conventions catch up with per-node identity | Christophe Besson | 2026-08-14 | 2 | -18/+32 |
| | * | feat!: identity keys per node — C4's blast radius drops to one operator | Christophe Besson | 2026-08-14 | 17 | -303/+493 |
| | * | docs: Argon2id, the multi-browser property, and what a browser found | Christophe Besson | 2026-08-14 | 5 | -37/+139 |
| | * | perf(client): bundle KDF to 128 MB, and derive it once per sign-in | Christophe Besson | 2026-08-14 | 5 | -14/+37 |
| | * | feat(client): Argon2id for the keypair bundle, and remove the backup toggle | Christophe Besson | 2026-08-14 | 9 | -100/+315 |
| | * | 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 |
| | * | docs: record the invite redesign — H3 and M3 closed | Christophe Besson | 2026-08-14 | 5 | -98/+226 |
| | * | 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 | 18 | -285/+2637 |
| | * | 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 | 3 | -10/+153 |