aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/daemon.py
Commit message (Expand)AuthorAgeFilesLines
* refactor(node): move per-app enrichment out of NodeDaemonChristophe Besson26 hours1-291/+4
* refactor(node): move the CLI out of daemon.py into cli/Christophe Besson26 hours1-1416/+5
* refactor(node): move uploads out of webrtc_serverChristophe Besson27 hours1-1/+1
* feat(node): member invite --link and member cancel in the CLIChristophe Besson2 days1-3/+39
* feat(node): invitation links — a code bound to no account until redeemedChristophe Besson2 days1-1/+5
* fix: removing someone who never redeemed their invitationChristophe Besson5 days1-3/+11
* style: the 98 ruff could not fix, so the linter is a signal againChristophe Besson6 days1-1/+2
* style: ruff's own fixes, mechanically appliedChristophe Besson6 days1-18/+21
* Merge origin/main: the operator's upload ceiling beside the disk-thread workChristophe Besson6 days1-17/+43
|\
| * fix(node): node.toml's transfer pools reach the transportChristophe Besson6 days1-12/+3
| * feat(node): per-file upload ceiling is an operator setting, default 8 GBChristophe Besson7 days1-6/+41
* | docs: cite MESHBAY_DESIGN.md and a section instead of the merged notesChristophe Besson7 days1-36/+41
|/
* fix(node): take the availability poll and every upload write off the loopChristophe Besson7 days1-4/+4
* fix(node): serve a file from a disk thread, never from the event loopChristophe Besson7 days1-0/+9
* feat: decode and re-encode video on the GPU where there is oneChristophe Besson7 days1-0/+6
* fix(node): purge the audit log past its retentionChristophe Besson10 days1-1/+21
* feat: a group can be left out of Search, and Search tries every nodeChristophe Besson11 days1-0/+6
* feat(node): progress names the root under way and the roots waitingChristophe Besson11 days1-5/+14
* fix(node): a reload and a plug rescan outlive the session that askedChristophe Besson11 days1-2/+20
* fix(node): an added root is served before it is scannedChristophe Besson12 days1-1/+8
* fix: hold every background task, in both codebasesChristophe Besson12 days1-11/+12
* fix(node): an uploaded file records who sent itChristophe Besson12 days1-0/+6
* fix(node): the handshake ack dropped one app's directoriesChristophe Besson2026-09-101-4/+14
* docs(node): the ack comment described scalars that are goneChristophe Besson2026-09-101-1/+1
* refactor(mnp)!: one operation for an app's folders, not one per appChristophe Besson2026-09-101-12/+7
* feat(node): uploads outlive their connection, and their leftovers are reapedChristophe Besson2026-09-091-0/+58
* fix(node): give the per-member transfer cap a door anyone can openChristophe Besson2026-09-091-6/+52
* feat(node): make the transfer caps settable, node-wide and per groupChristophe Besson2026-09-081-1/+68
* feat(chat): encrypt group chat under per-device epoch keys (MNP 2.0)Christophe Besson2026-09-071-3/+100
* fix(node): a replugged root came back without its metadataChristophe Besson2026-09-071-0/+18
* fix(node): remove --upload-dir rather than document itChristophe Besson2026-09-071-13/+5
* chore(node): finish Phase 3 — CLI deprecations, Windows shapes, docsChristophe Besson2026-09-071-1/+22
* feat(client): HelloWorld, the reference applicationChristophe Besson2026-09-071-1/+1
* fix: a root change reaches every client without a page reloadChristophe Besson2026-09-061-1/+2
* feat(node): Phase 2 server side — one directory setting for every appChristophe Besson2026-09-061-54/+97
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-061-32/+67
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-061-13/+172
* fix(win): graceful shutdown, one startup-mode control, and a stray-\r bugChristophe Besson2026-09-051-1/+17
* feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0Christophe Besson2026-09-041-6/+59
* fix(packaging): actually ship the TMDB token, on Linux and WindowsChristophe Besson2026-09-041-5/+16
* feat: Windows daemon lifecycle (W3) — Startup-folder autostartChristophe Besson2026-09-041-12/+67
* fix(node): run on the default Windows event loop (Proactor)Christophe Besson2026-09-041-2/+2
* fix(node): make init, node.toml editing and CLI output work on WindowsChristophe Besson2026-09-041-2/+5
* fix(node): pin utf-8 (and LF) on every text file the node reads or writesChristophe Besson2026-09-041-8/+8
* fix(node): select the Windows-compatible event loop before asyncio.runChristophe Besson2026-09-041-0/+3
* refactor(node): platform abstraction for Windows portability (W1-W2-W5-W6-W7)Christophe Besson2026-09-031-31/+41
* feat!: MNP 1.0 — seal index and handshake_ack under the group keyChristophe Besson2026-09-031-26/+23
* fix(node): reload the user manager before reload/restart-daemonChristophe Besson2026-09-031-0/+14
* feat(node): [node] quic_enabled flag, off by defaultChristophe Besson2026-09-011-1/+8
* refactor(node): JSON-only control API, Node page absorbs the admin dashboardChristophe Besson2026-09-011-35/+24