aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node
Commit message (Expand)AuthorAgeFilesLines
* feat(node): an upload lands in the folder it was sent toChristophe Besson2026-09-064-22/+45
* fix(node): the MNP root path never reloaded, and my first repair made it worseChristophe Besson2026-09-062-33/+45
* fix(node): adding a root reached node.toml but not the running nodeChristophe Besson2026-09-061-1/+22
* fix(client): a successful root op must never blank the operator's tableChristophe Besson2026-09-061-2/+12
* feat(client): Phase 2 — per-app settings panes, folder tree, multi-directoryChristophe Besson2026-09-061-0/+27
* feat(node): Phase 2 server side — one directory setting for every appChristophe Besson2026-09-064-148/+528
* fix(groups): finish Phase 1 — MNP root management, upload targets, eject stateChristophe Besson2026-09-067-93/+191
* feat: groups refactor Phase 1 — root RO/RW model + shared directories UIChristophe Besson2026-09-068-197/+745
* fix(node): prevent watchdog from overwriting index entries with duplicate con...Christophe Besson2026-09-061-3/+9
* feat(node): indexing v2 — partial-read hashing for files above 40 MBChristophe Besson2026-09-062-40/+83
* chore: bump all packages to 0.11.00.11Christophe Besson2026-09-051-1/+1
* fix(node): register the service-mode task with Register-ScheduledTask -LogonT...Christophe Besson2026-09-051-12/+46
* fix(win): graceful shutdown, one startup-mode control, and a stray-\r bugChristophe Besson2026-09-052-9/+178
* feat: opt-in Windows service mode (boot-time, one elevation) + v1.0.0Christophe Besson2026-09-042-9/+159
* feat(node): log the host candidates the WebRTC answer offersChristophe Besson2026-09-041-2/+15
* fix: drop the retired Mozilla STUN server from the defaultsChristophe Besson2026-09-041-1/+3
* fix(node): say so when MusicBrainz lookups are inertChristophe Besson2026-09-041-1/+13
* fix(packaging): actually ship the TMDB token, on Linux and WindowsChristophe Besson2026-09-042-5/+96
* fix(node): make ice_interfaces match adapters on Windows (W9)Christophe Besson2026-09-042-19/+104
* feat: Windows daemon lifecycle (W3) — Startup-folder autostartChristophe Besson2026-09-042-12/+155
* fix(node): run on the default Windows event loop (Proactor)Christophe Besson2026-09-042-16/+14
* fix: tolerate clock skew when verifying JWTs (leeway 60s)Christophe Besson2026-09-042-1/+5
* fix(node): MESHBAY_NODE_EVENT_LOOP=proactor to opt out of the selector loopChristophe Besson2026-09-041-5/+11
* fix(node): make init, node.toml editing and CLI output work on WindowsChristophe Besson2026-09-043-5/+28
* fix(node): pin utf-8 (and LF) on every text file the node reads or writesChristophe Besson2026-09-046-25/+25
* fix(node): select the Windows-compatible event loop before asyncio.runChristophe Besson2026-09-042-0/+22
* refactor(node): platform abstraction for Windows portability (W1-W2-W5-W6-W7)Christophe Besson2026-09-0311-57/+157
* feat!: MNP 1.0 — seal index and handshake_ack under the group keyChristophe Besson2026-09-035-50/+162
* fix(node): reload the user manager before reload/restart-daemonChristophe Besson2026-09-031-0/+14
* refactor!: one file_chunk and index_sync encoder for every transportChristophe Besson2026-09-035-157/+126
* fix(node): an invitation the hub never registered is a code nobody can useChristophe Besson2026-09-031-7/+28
* fix(hub): steady the show detail modal, and give a series its directorChristophe Besson2026-09-021-0/+10
* fix(node): bound and tighten the chat link-preview SSRF surfaceChristophe Besson2026-09-012-6/+85
* fix(node): bring the QUIC chat and stream handlers to WebRTC parityChristophe Besson2026-09-011-49/+95
* feat(node): [node] quic_enabled flag, off by defaultChristophe Besson2026-09-012-2/+22
* chore: release 0.10.00.10Christophe Besson2026-09-011-1/+1
* refactor(node): JSON-only control API, Node page absorbs the admin dashboardChristophe Besson2026-09-014-688/+104
* fix(node): CLI member invite now registers hub membership and enforces codeChristophe Besson2026-09-013-15/+39
* fix(node): make WebRTC STUN fallback actually use every configured serverChristophe Besson2026-09-015-3/+171
* feat: passphrase change and account recovery (auth-confirm)Christophe Besson2026-09-013-18/+81
* chore: bump version to 0.9.0v0.9.0Christophe Besson2026-08-311-1/+1
* feat(ui): configurable ICE interfaces in the Node pageChristophe Besson2026-08-303-14/+26
* feat: configurable STUN server fallbacks for WebRTC ICEChristophe Besson2026-08-306-15/+150
* chore: scrub copyrighted names from tests, comments and docsChristophe Besson2026-08-301-5/+6
* fix(node): stop a numbered saga all matching its first filmChristophe Besson2026-08-301-8/+22
* Merge remote-tracking branch 'origin/main'Christophe Besson2026-08-295-1/+215
|\
| * feat(node): editable node settings in the Node page (D5)Christophe Besson2026-08-295-1/+215
* | fix(node): stop a movie with a mangled quality tag being shelved as a seriesChristophe Besson2026-08-292-2/+31
|/
* fix: on restart, serve a video's cached TMDB match instead of re-searchingChristophe Besson2026-08-291-11/+33
* feat: V13 — per-card "re-match this one file" (MNP 0.13)Christophe Besson2026-08-292-0/+61