| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(node): a reload and a plug rescan outlive the session that asked | Christophe Besson | 12 days | 2 | -4/+36 |
| * | fix(node): an added root is served before it is scanned | Christophe Besson | 12 days | 5 | -8/+103 |
| * | fix(node): chat is bounded in size and in rate | Christophe Besson | 12 days | 1 | -0/+81 |
| * | fix(node): the node's own controls take no authority from a hub token | Christophe Besson | 12 days | 1 | -19/+71 |
| * | fix(node): a transfer id names a lease, or it names nothing | Christophe Besson | 12 days | 2 | -10/+118 |
| * | fix: hold every background task, in both codebases | Christophe Besson | 12 days | 4 | -22/+25 |
| * | fix(node): an uploaded file records who sent it | Christophe Besson | 12 days | 4 | -14/+142 |
| * | fix: bound what one member can cost the others | Christophe Besson | 13 days | 1 | -0/+60 |
| * | fix: an empty group claim is a claim on nothing | Christophe Besson | 13 days | 1 | -2/+8 |
| * | fix(node): the handshake ack dropped one app's directories | Christophe Besson | 2026-09-10 | 2 | -7/+35 |
| * | docs(node): the ack comment described scalars that are gone | Christophe Besson | 2026-09-10 | 2 | -7/+13 |
| * | refactor(mnp)!: one operation for an app's folders, not one per app | Christophe Besson | 2026-09-10 | 4 | -245/+29 |
| * | docs(code): drop the references to a plan file that no longer exists | Christophe Besson | 2026-09-10 | 2 | -28/+23 |
| * | fix(node): device messages are authenticated-only, and the code now says so | Christophe Besson | 2026-09-10 | 1 | -2/+2 |
| * | refactor(common): delete the sender-key implementation nothing uses | Christophe Besson | 2026-09-10 | 2 | -11/+7 |
| * | refactor(node): QUIC does not relay chat it cannot check | Christophe Besson | 2026-09-10 | 1 | -52/+14 |
| * | refactor(mnp)!: one answer to "may this member write", and it is the root | Christophe Besson | 2026-09-10 | 2 | -25/+1 |
| * | fix(node): report the transfer cap the node actually enforces | Christophe Besson | 2026-09-10 | 1 | -2/+6 |
| * | fix(node): a video the browser cannot decode is re-encoded, not refused | Christophe Besson | 2026-09-09 | 2 | -6/+51 |
| * | fix(node): the leaseless bound refused the music player | Christophe Besson | 2026-09-09 | 1 | -4/+23 |
| * | feat: MNP 3.0 — a transfer needs a lease | Christophe Besson | 2026-09-09 | 3 | -1/+113 |
| * | feat: resume an interrupted upload, and pause one | Christophe Besson | 2026-09-09 | 1 | -0/+48 |
| * | feat(node): uploads outlive their connection, and their leftovers are reaped | Christophe Besson | 2026-09-09 | 3 | -14/+289 |
| * | log(node): a transfer open is INFO, not DEBUG | Christophe Besson | 2026-09-09 | 1 | -2/+8 |
| * | fix(node): push the grants a per-member cap change produces | Christophe Besson | 2026-09-09 | 1 | -2/+38 |
| * | fix(node): give the per-member transfer cap a door anyone can open | Christophe Besson | 2026-09-09 | 2 | -6/+62 |
| * | fix(node): a running transfer keeps its slot, and a dead grant lets go | Christophe Besson | 2026-09-08 | 3 | -9/+53 |
| * | feat(node): make the transfer caps settable, node-wide and per group | Christophe Besson | 2026-09-08 | 6 | -3/+271 |
| * | feat(node): transfer leases, pools and a queue for downloads and uploads | Christophe Besson | 2026-09-08 | 4 | -1/+644 |
| * | fix(node): make max_concurrent_streams take effect without a restart | Christophe Besson | 2026-09-08 | 2 | -5/+67 |
| * | feat(node): cap the media cache and evict least-recently-used entries | Christophe Besson | 2026-09-08 | 1 | -5/+118 |
| * | chore: bump all packages to 0.12.0 | Christophe Besson | 2026-09-08 | 1 | -1/+1 |
| * | fix(chat): the operator was missing from the roster they host | Christophe Besson | 2026-09-07 | 1 | -9/+30 |
| * | feat(chat): Tier 2 — a member verifies another member's device itself | Christophe Besson | 2026-09-07 | 2 | -5/+140 |
| * | Merge origin/main into the chat encryption work | Christophe Besson | 2026-09-07 | 3 | -233/+171 |
| |\ |
|
| | * | feat(mnp)!: seal the upload under the group key | Christophe Besson | 2026-09-07 | 1 | -68/+105 |
| | * | refactor(mnp)!: remove stream_seg, the last unencrypted content message | Christophe Besson | 2026-09-07 | 3 | -162/+0 |
| | * | fix(mnp): give a reply an id, so it stops being routed by luck | Christophe Besson | 2026-09-07 | 1 | -1/+61 |
| * | | feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0) | Christophe Besson | 2026-09-07 | 8 | -97/+1138 |
| |/ |
|
| * | fix(node): carry enrichment across a rescan instead of re-deriving it | Christophe Besson | 2026-09-07 | 1 | -12/+54 |
| * | fix(node): a replugged root came back without its metadata | Christophe Besson | 2026-09-07 | 2 | -0/+43 |
| * | fix(node): remove --upload-dir rather than document it | Christophe Besson | 2026-09-07 | 4 | -27/+20 |
| * | chore(node): finish Phase 3 — CLI deprecations, Windows shapes, docs | Christophe Besson | 2026-09-07 | 1 | -1/+22 |
| * | feat(client): HelloWorld, the reference application | Christophe Besson | 2026-09-07 | 2 | -2/+9 |
| * | feat(client): bring back New folder, icon-only — and close the hole it opened | Christophe Besson | 2026-09-06 | 1 | -0/+22 |
| * | fix: a root change reaches every client without a page reload | Christophe Besson | 2026-09-06 | 2 | -2/+13 |
| * | fix(node): `root list` printed "?" for every path | Christophe Besson | 2026-09-06 | 2 | -3/+21 |
| * | feat(node): an upload lands in the folder it was sent to | Christophe Besson | 2026-09-06 | 4 | -22/+45 |
| * | fix(node): the MNP root path never reloaded, and my first repair made it worse | Christophe Besson | 2026-09-06 | 2 | -33/+45 |
| * | fix(node): adding a root reached node.toml but not the running node | Christophe Besson | 2026-09-06 | 1 | -1/+22 |