| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor(node): split ops.py into the ops package | Christophe Besson | 18 hours | 1 | -1/+1 |
| * | refactor(node): run signed operations through a table of executors | Christophe Besson | 27 hours | 1 | -85/+37 |
| * | refactor(node): dispatch MNP messages through a table | Christophe Besson | 27 hours | 2 | -195/+162 |
| * | refactor(node): move _dispatch_message out of webrtc_server, unchanged | Christophe Besson | 27 hours | 2 | -243/+253 |
| * | refactor(node): move the session core out of webrtc_server | Christophe Besson | 27 hours | 2 | -318/+340 |
| * | refactor(node): move operator authority and the admin response out of webrtc_... | Christophe Besson | 27 hours | 2 | -307/+318 |
| * | refactor(node): move the operator's group controls out of webrtc_server | Christophe Besson | 27 hours | 2 | -367/+382 |
| * | refactor(node): move the operator's node controls out of webrtc_server | Christophe Besson | 27 hours | 2 | -563/+588 |
| * | refactor(node): section headers follow the code they introduce | Christophe Besson | 27 hours | 3 | -21/+16 |
| * | refactor(node): move the MNP handshake out of webrtc_server | Christophe Besson | 27 hours | 2 | -354/+372 |
| * | docs(node): two stale comments in webrtc_server | Christophe Besson | 27 hours | 1 | -6/+2 |
| * | refactor(node): move invitations, joins and device linking out of webrtc_server | Christophe Besson | 27 hours | 2 | -847/+864 |
| * | refactor(node): move uploads out of webrtc_server | Christophe Besson | 27 hours | 3 | -401/+412 |
| * | refactor(node): move transfer slots and leases out of webrtc_server | Christophe Besson | 27 hours | 2 | -259/+281 |
| * | refactor(node): move file browsing and folder/file ops out of webrtc_server | Christophe Besson | 27 hours | 4 | -461/+489 |
| * | refactor(node): move group chat out of webrtc_server | Christophe Besson | 27 hours | 2 | -647/+663 |
| * | refactor(node): move per-account blobs and key bundles out of webrtc_server | Christophe Besson | 27 hours | 2 | -242/+260 |
| * | refactor(node): move video streaming out of webrtc_server | Christophe Besson | 27 hours | 3 | -632/+647 |
| * | refactor(node): move the Videos catalogue handlers out of webrtc_server | Christophe Besson | 27 hours | 2 | -707/+730 |
| * | refactor(node): move the MusicBrainz switch to the Music mixin | Christophe Besson | 27 hours | 2 | -38/+40 |
| * | refactor(node): move the Music handlers out of webrtc_server | Christophe Besson | 27 hours | 2 | -190/+209 |
| * | refactor(node): move the subtitle handler out of webrtc_server | Christophe Besson | 27 hours | 4 | -171/+197 |
| * | refactor(node): move framing, shared limits and ffmpeg jobs out of webrtc_server | Christophe Besson | 27 hours | 5 | -338/+377 |
| * | fix(node): a connection that ends leaves its group's peer set | Christophe Besson | 27 hours | 1 | -0/+7 |
| * | fix(hub): offer ceilings that bound a member without failing an ordinary one | Christophe Besson | 43 hours | 1 | -2/+3 |
| * | docs: drop the invitation-link plan from the tree | Christophe Besson | 2 days | 1 | -1/+1 |
| * | feat(node): invitation links โ a code bound to no account until redeemed | Christophe Besson | 2 days | 1 | -6/+110 |
| * | feat: the node signs its handshake challenge (MNP 3.4) | Christophe Besson | 2 days | 3 | -4/+49 |
| * | perf(hub): bound video read-ahead by bytes, not by seconds | Christophe Besson | 5 days | 1 | -2/+10 |
| * | style: the 98 ruff could not fix, so the linter is a signal again | Christophe Besson | 6 days | 1 | -7/+15 |
| * | style: ruff's own fixes, mechanically applied | Christophe Besson | 6 days | 5 | -70/+71 |
| * | Merge origin/main: the operator's upload ceiling beside the disk-thread work | Christophe Besson | 6 days | 1 | -4/+37 |
| |\ |
|
| | * | feat(node): per-file upload ceiling is an operator setting, default 8 GB | Christophe Besson | 7 days | 1 | -4/+37 |
| * | | fix(node): the node decides which files it will transcode, not the player | Christophe Besson | 6 days | 1 | -0/+19 |
| * | | fix(node): bound what a transcode may produce, and read ffmpeg's output off t... | Christophe Besson | 6 days | 1 | -8/+50 |
| * | | fix: the two ceilings ยง13.5b was still missing, as AV27 and AV28 | Christophe Besson | 6 days | 1 | -0/+59 |
| * | | docs: cite MESHBAY_DESIGN.md and a section instead of the merged notes | Christophe Besson | 7 days | 1 | -34/+38 |
| |/ |
|
| * | fix(node): creating and removing a folder are syscalls too | Christophe Besson | 7 days | 1 | -19/+52 |
| * | fix(node): take the availability poll and every upload write off the loop | Christophe Besson | 7 days | 1 | -11/+53 |
| * | fix(node): serve a file from a disk thread, never from the event loop | Christophe Besson | 7 days | 1 | -33/+41 |
| * | feat: decode and re-encode video on the GPU where there is one | Christophe Besson | 7 days | 1 | -22/+67 |
| * | fix(node): size the subtitle budget to the file, and extract each track once | Christophe Besson | 8 days | 1 | -40/+101 |
| * | fix(node): measure where a seek lands instead of predicting it | Christophe Besson | 8 days | 1 | -71/+85 |
| * | fix(node): log a subtitle request before the cache answers it | Christophe Besson | 8 days | 1 | -5/+13 |
| * | fix(node): a seek reports where the picture begins, not where it was asked | Christophe Besson | 8 days | 1 | -2/+84 |
| * | feat: tell a forced subtitle track from a full one | Christophe Besson | 8 days | 1 | -0/+6 |
| * | fix(node): a subtitle request that is cancelled must still answer | Christophe Besson | 8 days | 1 | -4/+24 |
| * | feat: embedded subtitles in the video player (MNP 3.3) | Christophe Besson | 8 days | 1 | -0/+165 |
| * | fix(node): a seek left the audio a GOP behind the picture | Christophe Besson | 8 days | 1 | -7/+35 |
| * | feat: let the viewer pick the audio track | Christophe Besson | 8 days | 1 | -5/+41 |