aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/relay
Commit message (Expand)AuthorAgeFilesLines
* fix: properly chain gRPC interceptors and fix dashboard uptimebndw2026-02-141-19/+22
* refactor: serve metrics on main HTTP port instead of separate portbndw2026-02-141-6/+6
* feat: integrate config system into relay main.gobndw2026-02-141-28/+75
* refactor: rename project from nostr-grpc to muxstrbndw2026-02-141-7/+7
* fix: use port 443 for gRPC when behind reverse proxybndw2026-02-131-2/+2
* fix: remove duplicate protocol prefix in WebSocket URLbndw2026-02-131-2/+2
* feat: add --public-url flag for reverse proxy deploymentsbndw2026-02-131-4/+19
* feat: add HTML index page for browser viewingbndw2026-02-131-0/+1
* feat: add Connect (gRPC over HTTP/JSON) supportbndw2026-02-131-2/+16
* feat: add WebSocket server with full NIP-01 supportbndw2026-02-131-6/+30
* feat: add relay server and test clientbndw2026-02-131-0/+56