aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/daemon.py
Commit message (Expand)AuthorAgeFilesLines
* feat(node): per-file upload ceiling is an operator setting, default 8 GBChristophe Besson7 days1-6/+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 Besson12 days1-5/+14
* fix(node): a reload and a plug rescan outlive the session that askedChristophe Besson12 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
* fix(node): make WebRTC STUN fallback actually use every configured serverChristophe Besson2026-09-011-0/+5
* feat(ui): configurable ICE interfaces in the Node pageChristophe Besson2026-08-301-0/+1
* feat: configurable STUN server fallbacks for WebRTC ICEChristophe Besson2026-08-301-5/+72
* feat(node): editable node settings in the Node page (D5)Christophe Besson2026-08-291-0/+14
* Merge branch 'fix/videos-tmdb-matching'Christophe Besson2026-08-291-5/+33
|\
| * fix(node): correct TMDB movie matching, per-file overrides, rematchChristophe Besson2026-08-291-5/+33
* | perf(node): filter ICE interfaces to eliminate 5s STUN timeout on VPN/virtual...Christophe Besson2026-08-291-0/+5
|/
* feat: node workflow redesign — wizard auto-config, reset, MusicBrainz contactChristophe Besson2026-08-291-14/+176
* feat(node): share the (path,size,mtime)->hash index cache across every groupChristophe Besson2026-08-261-22/+30
* feat: add Photos group appChristophe Besson2026-08-251-2/+117
* fix(node): scope _enriched_attempted by group, not just content hash0.7Christophe Besson2026-08-251-8/+17