aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* feat: add rate limiting to WebSocket connectionsbndw2026-02-141-1/+6
* refactor: use AuthStore interface and remove type assertionsbndw2026-02-141-0/+1
* feat: implement NIP-42 WebSocket authenticationbndw2026-02-141-0/+9
* feat: add storage stats and average latency metricsbndw2026-02-141-0/+18
* feat: track WebSocket subscriptions in metricsbndw2026-02-141-0/+3
* 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: remove frivolous comments from auth validation/credentialsbndw2026-02-141-1/+1
* refactor: rename project from nostr-grpc to muxstrbndw2026-02-142-9/+9
* feat: auto-detect TLS in testclientbndw2026-02-131-1/+16
* 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: testclient can accept JSON events from stdinbndw2026-02-131-16/+41
* feat: add relay server and test clientbndw2026-02-132-0/+141