| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor(node): move _dispatch_message out of webrtc_server, unchanged | Christophe Besson | 32 hours | 1 | -1/+1 |
| * | refactor(node): move the session core out of webrtc_server | Christophe Besson | 32 hours | 2 | -6/+7 |
| * | refactor(node): move the operator's node controls out of webrtc_server | Christophe Besson | 32 hours | 1 | -1/+1 |
| * | refactor(node): move the MNP handshake out of webrtc_server | Christophe Besson | 32 hours | 1 | -1/+1 |
| * | refactor(node): move invitations, joins and device linking out of webrtc_server | Christophe Besson | 32 hours | 1 | -1/+1 |
| * | refactor(node): move uploads out of webrtc_server | Christophe Besson | 32 hours | 2 | -2/+2 |
| * | refactor(node): move transfer slots and leases out of webrtc_server | Christophe Besson | 32 hours | 1 | -1/+1 |
| * | refactor(node): move file browsing and folder/file ops out of webrtc_server | Christophe Besson | 32 hours | 2 | -6/+6 |
| * | refactor(node): move group chat out of webrtc_server | Christophe Besson | 32 hours | 1 | -1/+1 |
| * | refactor(node): move per-account blobs and key bundles out of webrtc_server | Christophe Besson | 32 hours | 1 | -2/+2 |
| * | docs: the transcoded-seek test passes without transcoding | Christophe Besson | 32 hours | 1 | -0/+1 |
| * | refactor(node): move video streaming out of webrtc_server | Christophe Besson | 32 hours | 2 | -5/+5 |
| * | refactor(node): move framing, shared limits and ffmpeg jobs out of webrtc_server | Christophe Besson | 32 hours | 1 | -3/+3 |
| * | docs: listing a group's folders walks every root on the event loop | Christophe Besson | 32 hours | 1 | -0/+1 |
| * | docs(mail): route @meshbay.org mail to OVH, document the real setup | Christophe Besson | 38 hours | 1 | -34/+175 |
| * | fix(hub): Search reaches each group with one offer, and a busy hub is not a d...0.15 | Christophe Besson | 2 days | 1 | -3/+37 |
| * | fix(hub): a redeemed invitation link leaves the owner's list | Christophe Besson | 2 days | 2 | -3/+10 |
| * | fix(hub): an invitation no longer holds back its invitee's sign-up code | Christophe Besson | 2 days | 1 | -1/+1 |
| * | docs: qualify what an invitation link changes about the code | Christophe Besson | 2 days | 4 | -2/+14 |
| * | feat(node): member invite --link and member cancel in the CLI | Christophe Besson | 2 days | 2 | -5/+12 |
| * | feat(hub): open, create and join invitation links in the interface | Christophe Besson | 2 days | 2 | -2/+29 |
| * | feat(hub): invitation-link tickets bound to a verified address | Christophe Besson | 2 days | 1 | -9/+73 |
| * | docs: drop the invitation-link plan from the tree | Christophe Besson | 2 days | 2 | -362/+1 |
| * | feat(node): invitation links โ a code bound to no account until redeemed | Christophe Besson | 2 days | 3 | -5/+408 |
| * | feat: the node signs its handshake challenge (MNP 3.4) | Christophe Besson | 2 days | 2 | -13/+54 |
| * | feat(hub): make mailing an invitation a remembered choice | Christophe Besson | 2 days | 3 | -5/+26 |
| * | feat(hub): right-click menu in the Files tab | Christophe Besson | 2 days | 1 | -0/+3 |
| * | fix: ask in the page instead of native confirm/alert | Christophe Besson | 4 days | 2 | -6/+7 |
| * | docs: the loopback removal path writes no audit entry | Christophe Besson | 5 days | 1 | -0/+1 |
| * | fix(hub): keep the video read-ahead across a reconnection | Christophe Besson | 5 days | 1 | -1/+18 |
| * | perf(hub): bound video read-ahead by bytes, not by seconds | Christophe Besson | 5 days | 1 | -0/+36 |
| * | fix: removing someone who never redeemed their invitation | Christophe Besson | 5 days | 2 | -0/+17 |
| * | chore: bump version to 0.15.0 | Christophe Besson | 6 days | 1 | -1/+1 |
| * | docs: the node key is linked from Profile, not Settings | Christophe Besson | 6 days | 2 | -2/+10 |
| * | fix(node): the Music app's tags survive a restart | Christophe Besson | 6 days | 1 | -1/+0 |
| * | fix(hub): a track with no artist tag reaches the Music grid | Christophe Besson | 6 days | 1 | -1/+0 |
| * | fix(hub): a reconnect re-reads the index, not just the handshake | Christophe Besson | 6 days | 1 | -0/+2 |
| * | Merge origin/main: the operator's upload ceiling beside the disk-thread work | Christophe Besson | 6 days | 4 | -25/+1308 |
| |\ |
|
| | * | fix(node): node.toml's transfer pools reach the transport | Christophe Besson | 7 days | 1 | -1/+0 |
| | * | docs: correct the spec where it had drifted from the code | Christophe Besson | 7 days | 1 | -14/+43 |
| | * | docs: add a quickstart and a user guide | Christophe Besson | 7 days | 3 | -4/+1252 |
| | * | feat(node): per-file upload ceiling is an operator setting, default 8 GB | Christophe Besson | 7 days | 2 | -7/+14 |
| * | | docs: say who the concordance is still for | Christophe Besson | 6 days | 1 | -6/+18 |
| * | | fix: the two ceilings ยง13.5b was still missing, as AV27 and AV28 | Christophe Besson | 7 days | 1 | -2/+2 |
| * | | fix(hub): stop keeping a copy of every group's file listing in the browser | Christophe Besson | 7 days | 1 | -0/+8 |
| |/ |
|
| * | fix(hub): a group whose node is down is no longer something the reader waits for | Christophe Besson | 7 days | 1 | -0/+11 |
| * | fix(hub): Search waits on a connection that stalls, not on one that is slow | Christophe Besson | 7 days | 1 | -0/+12 |
| * | docs: the desktop stages D5 and D6 are built, elsewhere | Christophe Besson | 7 days | 1 | -2/+10 |
| * | fix(node): take the availability poll and every upload write off the loop | Christophe Besson | 7 days | 1 | -2/+1 |
| * | docs: state what is built, and what the packaged install has answered | Christophe Besson | 7 days | 2 | -14/+15 |