| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(node): an upload lands in the folder it was sent to | Christophe Besson | 2026-09-06 | 6 | -63/+102 |
| * | fix(node): the MNP root path never reloaded, and my first repair made it worse | Christophe Besson | 2026-09-06 | 3 | -96/+277 |
| * | fix(node): adding a root reached node.toml but not the running node | Christophe Besson | 2026-09-06 | 2 | -1/+214 |
| * | fix(client): a successful root op must never blank the operator's table | Christophe Besson | 2026-09-06 | 1 | -2/+12 |
| * | feat(client): Phase 2 — per-app settings panes, folder tree, multi-directory | Christophe Besson | 2026-09-06 | 1 | -0/+27 |
| * | feat(node): Phase 2 server side — one directory setting for every app | Christophe Besson | 2026-09-06 | 12 | -173/+857 |
| * | test(node): the backslash-path test modelled the wrong platform | Christophe Besson | 2026-09-06 | 1 | -6/+40 |
| * | fix(groups): finish Phase 1 — MNP root management, upload targets, eject state | Christophe Besson | 2026-09-06 | 19 | -324/+1086 |
| * | feat: groups refactor Phase 1 — root RO/RW model + shared directories UI | Christophe Besson | 2026-09-06 | 8 | -197/+745 |
| * | fix(node): prevent watchdog from overwriting index entries with duplicate con... | Christophe Besson | 2026-09-06 | 1 | -3/+9 |
| * | feat(node): indexing v2 — partial-read hashing for files above 40 MB | Christophe Besson | 2026-09-06 | 4 | -40/+305 |
| * | fix(win): finish the desktop setup flow — node-key link + service task | Christophe Besson | 2026-09-05 | 1 | -0/+37 |
| * | chore: bump all packages to 0.11.00.11 | Christophe Besson | 2026-09-05 | 2 | -2/+2 |
| * | fix(node): register the service-mode task with Register-ScheduledTask -LogonT... | Christophe Besson | 2026-09-05 | 3 | -37/+114 |
| * | fix(win): graceful shutdown, one startup-mode control, and a stray-\r bug | Christophe Besson | 2026-09-05 | 4 | -13/+385 |
| * | feat(client): a Node-page toggle to switch into/out of service mode | Christophe Besson | 2026-09-05 | 1 | -0/+51 |
| * | feat(packaging): bundle ffmpeg in the Windows installer by default | Christophe Besson | 2026-09-05 | 1 | -0/+87 |
| * | test(node): pin the fresh-install-before-provisioning safety property | Christophe Besson | 2026-09-04 | 2 | -0/+61 |
| * | feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0 | Christophe Besson | 2026-09-04 | 4 | -30/+280 |
| * | fix(packaging): re-running setup no longer re-prompts for firewall access | Christophe Besson | 2026-09-04 | 1 | -0/+18 |
| * | feat(packaging): cover LAN casting in the Windows firewall step, too | Christophe Besson | 2026-09-04 | 1 | -0/+24 |
| * | feat(packaging): offer one elevated firewall step instead of two dialogs | Christophe Besson | 2026-09-04 | 1 | -0/+55 |
| * | feat(packaging): stamp the frozen node exe, document Windows networking | Christophe Besson | 2026-09-04 | 1 | -0/+13 |
| * | feat(node): log the host candidates the WebRTC answer offers | Christophe Besson | 2026-09-04 | 1 | -2/+15 |
| * | fix: drop the retired Mozilla STUN server from the defaults | Christophe Besson | 2026-09-04 | 1 | -1/+3 |
| * | fix(node): say so when MusicBrainz lookups are inert | Christophe Besson | 2026-09-04 | 2 | -1/+30 |
| * | fix(packaging): actually ship the TMDB token, on Linux and Windows | Christophe Besson | 2026-09-04 | 3 | -5/+176 |
| * | fix(node): make ice_interfaces match adapters on Windows (W9) | Christophe Besson | 2026-09-04 | 3 | -19/+267 |
| * | feat(packaging): put the bundled meshbay-node on the per-user PATH | Christophe Besson | 2026-09-04 | 1 | -0/+22 |
| * | feat: Windows installer (W4) — one per-user NSIS package, client + node | Christophe Besson | 2026-09-04 | 1 | -0/+153 |
| * | feat: Windows daemon lifecycle (W3) — Startup-folder autostart | Christophe Besson | 2026-09-04 | 4 | -14/+235 |
| * | fix(node): run on the default Windows event loop (Proactor) | Christophe Besson | 2026-09-04 | 3 | -20/+28 |
| * | fix: tolerate clock skew when verifying JWTs (leeway 60s) | Christophe Besson | 2026-09-04 | 2 | -1/+5 |
| * | fix(node): MESHBAY_NODE_EVENT_LOOP=proactor to opt out of the selector loop | Christophe Besson | 2026-09-04 | 1 | -5/+11 |
| * | fix(node): make init, node.toml editing and CLI output work on Windows | Christophe Besson | 2026-09-04 | 4 | -7/+68 |
| * | test(node): make the suite pass on Windows | Christophe Besson | 2026-09-04 | 15 | -29/+167 |
| * | fix(node): pin utf-8 (and LF) on every text file the node reads or writes | Christophe Besson | 2026-09-04 | 6 | -25/+25 |
| * | fix(node): select the Windows-compatible event loop before asyncio.run | Christophe Besson | 2026-09-04 | 2 | -0/+22 |
| * | test: add pytest-timeout and pin the Windows selector event loop | Christophe Besson | 2026-09-04 | 1 | -1/+1 |
| * | refactor(node): platform abstraction for Windows portability (W1-W2-W5-W6-W7) | Christophe Besson | 2026-09-03 | 11 | -57/+157 |
| * | feat!: MNP 1.0 — seal index and handshake_ack under the group key | Christophe Besson | 2026-09-03 | 9 | -61/+462 |
| * | fix(node): reload the user manager before reload/restart-daemon | Christophe Besson | 2026-09-03 | 2 | -1/+23 |
| * | refactor!: one file_chunk and index_sync encoder for every transport | Christophe Besson | 2026-09-03 | 8 | -183/+277 |
| * | test(node): check where the systemd units are staged, not what the spec says | Christophe Besson | 2026-09-03 | 1 | -10/+38 |
| * | fix(node): an invitation the hub never registered is a code nobody can use | Christophe Besson | 2026-09-03 | 3 | -8/+96 |
| * | fix(hub): steady the show detail modal, and give a series its director | Christophe Besson | 2026-09-02 | 2 | -0/+111 |
| * | fix(node): bound and tighten the chat link-preview SSRF surface | Christophe Besson | 2026-09-01 | 4 | -8/+173 |
| * | fix(node): bring the QUIC chat and stream handlers to WebRTC parity | Christophe Besson | 2026-09-01 | 1 | -49/+95 |
| * | feat(node): [node] quic_enabled flag, off by default | Christophe Besson | 2026-09-01 | 3 | -2/+75 |
| * | chore: release 0.10.00.10 | Christophe Besson | 2026-09-01 | 2 | -3/+3 |