aboutsummaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* feat: implement NIP-42 WebSocket authenticationbndw2026-02-142-6/+214
* style: dashboardbndw2026-02-141-5/+1
* style: restyle dashboard to match index page aestheticbndw2026-02-141-63/+89
* feat: add storage stats and average latency metricsbndw2026-02-142-2/+40
* feat: track WebSocket subscriptions in metricsbndw2026-02-142-0/+33
* fix: dashboard prefix detection with Go runtime metricsbndw2026-02-141-1/+2
* fix: properly chain gRPC interceptors and fix dashboard uptimebndw2026-02-141-6/+10
* refactor: serve metrics on main HTTP port instead of separate portbndw2026-02-141-4/+12
* feat: add metrics dashboard HTML pagebndw2026-02-142-0/+322
* feat: integrate config system into relay main.gobndw2026-02-145-27/+80
* refactor: remove frivolous comments from auth validation/credentialsbndw2026-02-1426-3637/+34
* index updatebndw2026-02-141-1/+1
* index updatebndw2026-02-141-4/+4
* Update index pagebndw2026-02-141-9/+1
* refactor: remove frivolous comments from auth and configbndw2026-02-142-115/+16
* refactor: restructure auth config for better UXbndw2026-02-146-151/+242
* refactor: simplify isWriteMethod to only check actual API methodsbndw2026-02-142-33/+7
* feat: add separate read/write allowlists for granular access controlbndw2026-02-146-67/+263
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw2026-02-145-14/+159
* fix: optimize SQLite connection pooling for single-writer architecturebndw2026-02-144-22/+14
* feat: add Prometheus metrics and YAML config file supportbndw2026-02-146-0/+1677
* feat: implement per-user rate limiting with token bucket algorithmbndw2026-02-145-0/+1361
* docs: clarify NIP-98 relationship to NIP-42 and write access controlbndw2026-02-141-4/+60
* feat: implement NIP-98 HTTP auth for gRPCbndw2026-02-145-0/+951
* refactor: simplify footer text on index pagebndw2026-02-141-1/+1
* refactor: remove PGP signature block from index pagebndw2026-02-141-8/+0
* feat: add muxstr SVG logo to index pagebndw2026-02-141-11/+16
* refactor: rename project from nostr-grpc to muxstrbndw2026-02-1419-33/+33
* fix: allow WebSocket upgrades to bypass HTML indexbndw2026-02-131-2/+3
* fix: remove duplicate protocol prefix in WebSocket URLbndw2026-02-131-1/+1
* redesign: early web minimalism + cypherpunkbndw2026-02-131-408/+115
* redesign: cyber-brutalist terminal aestheticbndw2026-02-131-101/+367
* feat: add HTML index page for browser viewingbndw2026-02-132-4/+218
* feat: implement NIP-09 with hard deletebndw2026-02-134-0/+319
* refactor: simplify deletion handling (remove NIP-09 processing)bndw2026-02-136-288/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw2026-02-136-2/+340
* feat: add Connect (gRPC over HTTP/JSON) supportbndw2026-02-131-0/+101
* feat: add WebSocket server with full NIP-01 supportbndw2026-02-133-0/+326
* feat: implement Subscribe with real-time event streamingbndw2026-02-133-3/+488
* feat: add gRPC handler with event validation and publishingbndw2026-02-134-0/+592
* feat: add query layer with Nostr filter to SQL conversionbndw2026-02-132-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw2026-02-134-0/+700
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw2026-02-1318-0/+3848