summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat(packaging): cover LAN casting in the Windows firewall step, tooChristophe Besson2026-09-043-32/+95
* feat(packaging): offer one elevated firewall step instead of two dialogsChristophe Besson2026-09-046-15/+190
* feat(packaging): stamp the frozen node exe, document Windows networkingChristophe Besson2026-09-043-0/+93
* 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-044-7/+14
* fix(node): say so when MusicBrainz lookups are inertChristophe Besson2026-09-042-1/+30
* fix(packaging): actually ship the TMDB token, on Linux and WindowsChristophe Besson2026-09-045-17/+263
* feat(packaging): ship a node firewall profile for inbound WebRTCChristophe Besson2026-09-045-4/+54
* fix(node): make ice_interfaces match adapters on Windows (W9)Christophe Besson2026-09-044-20/+294
* fix(client): publish the real local IP on every platform, not just win32Christophe Besson2026-09-041-10/+16
* feat(packaging): put the bundled meshbay-node on the per-user PATHChristophe Besson2026-09-043-5/+61
* feat: Windows installer (W4) — one per-user NSIS package, client + nodeChristophe Besson2026-09-0414-43/+838
* feat: Windows daemon lifecycle (W3) — Startup-folder autostartChristophe Besson2026-09-046-17/+348
* fix(node): run on the default Windows event loop (Proactor)Christophe Besson2026-09-043-20/+28
* fix: tolerate clock skew when verifying JWTs (leeway 60s)Christophe Besson2026-09-044-3/+17
* 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-044-7/+68
* test(node): make the suite pass on WindowsChristophe Besson2026-09-0415-29/+167
* fix(node): pin utf-8 (and LF) on every text file the node reads or writesChristophe Besson2026-09-046-25/+25
* fix(client): resolve STUN hostnames in the main processChristophe Besson2026-09-043-8/+65
* fix(node): select the Windows-compatible event loop before asyncio.runChristophe Besson2026-09-042-0/+22
* test: add pytest-timeout and pin the Windows selector event loopChristophe Besson2026-09-045-3/+22
* refactor(node): platform abstraction for Windows portability (W1-W2-W5-W6-W7)Christophe Besson2026-09-0312-67/+183
* feat!: MNP 1.0 — seal index and handshake_ack under the group keyChristophe Besson2026-09-0323-88/+1636
* docs: Windows port audit and sender key distribution decisionChristophe Besson2026-09-033-36/+542
* fix(node): reload the user manager before reload/restart-daemonChristophe Besson2026-09-032-1/+23
* refactor(hub): drop the base64 chunk fallback and the dead HTTP file clientChristophe Besson2026-09-032-78/+29
* refactor!: one file_chunk and index_sync encoder for every transportChristophe Besson2026-09-0311-201/+379
* fix(hub): route the chat ack to the request that asked for itChristophe Besson2026-09-034-0/+336
* test(node): check where the systemd units are staged, not what the spec saysChristophe Besson2026-09-031-10/+38
* fix(node): an invitation the hub never registered is a code nobody can useChristophe Besson2026-09-033-8/+96
* chore(client): build against the latest Electron, and stop defining the packa...Christophe Besson2026-09-034-26/+95
* chore(client): declare author and homepage in the client package.jsonChristophe Besson2026-09-031-0/+2
* chore(client): clear 12 npm advisories — electron-builder 26, electron 42.11.1Christophe Besson2026-09-032-1946/+1022
* fix(hub): stop the maintenance loop racing the tests, and pin _ASSETSChristophe Besson2026-09-028-5/+200
* fix(hub): merge duplicate sources in Search's Music and Photos tooChristophe Besson2026-09-0221-246/+670
* fix(hub): one entry per file in the Search view's Videos gridChristophe Besson2026-09-026-12/+762
* docs: plan for merging duplicate sources in the Search viewChristophe Besson2026-09-021-0/+376
* fix(hub): dismissing a notification deletes itChristophe Besson2026-09-025-31/+109
* fix(hub): a dismissed notification stays dismissed across a restartChristophe Besson2026-09-022-2/+152
* fix(hub): a desktop solve reports no hostname at all, not "meshbay"Christophe Besson2026-09-027-33/+168
* build(client): say when a build has reset the local chrome-sandboxChristophe Besson2026-09-021-0/+20
* fix(packaging): ship the example hub config, and stop leaving /etc/meshbay openChristophe Besson2026-09-024-12/+112
* fix(hub): check the captcha's origin here, so the desktop client can pass oneChristophe Besson2026-09-026-42/+314
* fix(hub): the Node page takes the width of a settings pageChristophe Besson2026-09-022-1/+181
* fix(hub): a show opens on its first season, not its first thumbnailChristophe Besson2026-09-023-12/+156
* fix(hub): the show detail modal must not move when the season doesChristophe Besson2026-09-025-125/+484
* fix(hub): steady the show detail modal, and give a series its directorChristophe Besson2026-09-0216-36/+730
* fix(hub): fall back to the group's first app when the landing tab is absentChristophe Besson2026-09-024-1/+285
* Merge branch 'fix/chat-scroll-up'Christophe Besson2026-09-015-22/+433
|\