| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | fix: swarm privacy, revocation persistence, keystore KDF, audit integrity | Christophe Besson | 2026-08-13 | 14 | -66/+406 |
| * | fix(hub): authenticate node WebSocket registration | Christophe Besson | 2026-08-13 | 2 | -13/+256 |
| * | fix(node): group isolation, upload confinement, GEK seizure, admin challenge | Christophe Besson | 2026-08-13 | 11 | -155/+919 |
| * | fix(node)!: remove unauthenticated HTTP file API and TCP transport | Christophe Besson | 2026-08-13 | 12 | -1346/+45 |
| * | feat: Phase 12 — P2P crypto material, password split, node Ed25519 auth | Christophe Besson | 2026-08-13 | 29 | -772/+3378 |
| * | feat(node): audit logging + local admin UI rewrite | Christophe Besson | 2026-08-11 | 5 | -133/+705 |
| * | feat(node): index push to WebRTC peers + swarm registration (11.5, 11.9) | Christophe Besson | 2026-08-11 | 3 | -2/+173 |
| * | feat(node): Phase 11 — production-ready daemon with WebRTC, WS, chat, HTTP | Christophe Besson | 2026-08-11 | 4 | -29/+376 |
| * | fix(ui): reduce upload chunk size to 48KB to fit aiortc SCTP limit | Christophe Besson | 2026-08-11 | 1 | -1/+1 |
| * | fix(ui): set MediaSource duration from ffprobe and clamp seeks to buffered range | Christophe Besson | 2026-08-11 | 1 | -5/+23 |
| * | fix(ui): remove duplicate connecting messages and buggy stream progress bar | Christophe Besson | 2026-08-11 | 2 | -52/+4 |
| * | feat: Phase 10c — MSE video streaming (real-time playback) | Christophe Besson | 2026-08-11 | 7 | -52/+373 |
| * | fix(hub): move _handle_chat_notify before @router.websocket decorator | Christophe Besson | 2026-08-11 | 1 | -1/+1 |
| * | feat: chat notifications via hub, file delete, upload fix, cached display, in... | Christophe Besson | 2026-08-11 | 2 | -0/+48 |
| * | fix(ui): upload chunk size, cached file display, chat names, file delete, inl... | Christophe Besson | 2026-08-11 | 7 | -26/+179 |
| * | fix(node): iterate dict copies in WebRTC peer broadcast and close_all | Christophe Besson | 2026-08-11 | 1 | -2/+2 |
| * | fix(ui): group creation error, chat UUIDs, file preview, action menu | Christophe Besson | 2026-08-11 | 5 | -53/+428 |
| * | feat: Phase 10b — Self-service UI (group create/join, upload, IndexedDB, se... | Christophe Besson | 2026-08-11 | 10 | -11/+888 |