• Joined on 2026-04-21
lfg2025 released v1.7.99-alpha at lfg2025/archy 2026-06-18 05:08:29 +00:00
lfg2025 pushed tag v1.7.99-alpha to lfg2025/archy 2026-06-18 05:08:20 +00:00
lfg2025 pushed to main at lfg2025/archy 2026-06-18 05:08:19 +00:00
2a017623e9 chore: release v1.7.99-alpha
b59c74adfe test(ui): register $ver global in vitest setup
371be4a69c chore: sync What's New modal for v1.7.99-alpha
83bb589ea6 style: cargo fmt for v1.7.99-alpha release gate
144c4a2872 docs: changelog for v1.7.99-alpha
Compare 42 commits »
lfg2025 closed issue lfg2025/archy#53 2026-06-17 22:51:16 +00:00
[Bug] Reconciler trusts podman 'Up' for conmon-died containers (netbird up-but-not-serving)
lfg2025 closed issue lfg2025/archy#56 2026-06-17 22:51:04 +00:00
[Tech debt] netbird: serve via trusted HTTPS so it works in the iframe (no cert warning)
lfg2025 commented on issue lfg2025/archy#31 2026-06-17 22:50:25 +00:00
[Bug] B23: Archipelago group chat broken/slow over Tor

Closing as code-complete. Duplication fixed via unique msg_id + (from_pubkey, msg_id) dedup across full history (slow-Tor redeliveries no longer slip the old 30s window); sender name wired…

lfg2025 closed issue lfg2025/archy#31 2026-06-17 22:50:25 +00:00
[Bug] B23: Archipelago group chat broken/slow over Tor
lfg2025 commented on issue lfg2025/archy#46 2026-06-17 22:50:24 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

On-chain path implemented — all four pay options now present, closing as code-complete.

Added: seller issues a fresh address (lnd.newaddress) and records a pending entitlement keyed by…

lfg2025 commented on issue lfg2025/archy#50 2026-06-17 22:30:23 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX

Progress (2026-06-17) — implementation underway on local branch meshroller-50, NOT yet merged/shipped.

Done & compiling (cargo check clean), 5 commits:

  • 1.1–1.4 typed `AssistQuery…
lfg2025 commented on issue lfg2025/archy#46 2026-06-17 22:28:57 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

Closing — Phase 1 (Lightning invoice + QR + release, alongside the existing ecash path) is implemented and compiles. On-chain and local-LN payment methods remain as future enhancements; will…

lfg2025 closed issue lfg2025/archy#46 2026-06-17 22:28:56 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node
lfg2025 commented on issue lfg2025/archy#46 2026-06-17 22:23:11 +00:00
[Feature] Pay for peer files: local wallet (on-chain/LN/ecash) or invoice+QR to seller node

Phase 2 (pay from your own node's Lightning wallet) implemented.

PeerFiles purchase modal now offers a third option, "Pay with my Lightning node", alongside the existing ecash fast-path and…

lfg2025 commented on issue lfg2025/archy#15 2026-06-17 22:08:52 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

THE root cause: netbird's dashboard requires a secure context (HTTPS).

Browser console on the failing login showed Uncaught Error: window.crypto.subtle is unavailable. window.crypto.subtle

lfg2025 opened issue lfg2025/archy#56 2026-06-17 22:08:52 +00:00
[Tech debt] netbird: serve via trusted HTTPS so it works in the iframe (no cert warning)
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 21:19:08 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

Real final root cause of "Unauthenticated": a stale netbird store.

After the resolver/CORS/LAN-origin fixes the infra was fully healthy (all endpoints 200, OIDC discovery valid), yet the…

lfg2025 commented on issue lfg2025/archy#50 2026-06-17 21:07:21 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX

Rust-native design writtendocs/meshroller-integration-design.md (verified against the real mesh seams).

Mapping (Meshroller behavior → our stack):

  • LLM bridge → two new…
lfg2025 commented on issue lfg2025/archy#50 2026-06-17 20:57:46 +00:00
[Feature] Integrate Meshroller into our mesh features + killer setup/use UX

Architecture decision made (2026-06-17): seam (a) — Rust-native lift.

Rather than packaging the Python/Meshtastic daemon and writing a meshcore backend for it, we will lift Meshroller's…

lfg2025 commented on issue lfg2025/archy#51 2026-06-17 20:57:26 +00:00
[Bug]: Categorise installed containers properly

Done — fixed in commit c10f2ac2 (local main; ships with the next push/release).

The categorisation logic was already correct (built under #45): a package lands in My Apps only when…

lfg2025 closed issue lfg2025/archy#51 2026-06-17 20:57:26 +00:00
[Bug]: Categorise installed containers properly
lfg2025 commented on issue lfg2025/archy#15 2026-06-17 20:50:09 +00:00
[Bug] B8: netbird app doesn't work (LOW PRIORITY)

Follow-up — final root cause + end-to-end fix confirmed.

After the resolver/CORS/LAN-origin fixes, login still failed with "Unauthenticated". Deeper diagnosis on .198 showed `/oauth2/.well-k…