summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* refactor: migrate nostr dependency to code.northwest.iobndw15 hours1-1/+1
* feat: add rate limiting to WebSocket connectionsbndw2 days1-1/+6
* refactor: use AuthStore interface and remove type assertionsbndw3 days1-0/+1
* feat: implement NIP-42 WebSocket authenticationbndw3 days1-0/+9
* feat: add storage stats and average latency metricsbndw3 days1-0/+18
* feat: track WebSocket subscriptions in metricsbndw3 days1-0/+3
* fix: properly chain gRPC interceptors and fix dashboard uptimebndw3 days1-19/+22
* refactor: serve metrics on main HTTP port instead of separate portbndw3 days1-6/+6
* feat: integrate config system into relay main.gobndw3 days1-28/+75
* refactor: remove frivolous comments from auth validation/credentialsbndw3 days1-1/+1
* refactor: rename project from nostr-grpc to muxstrbndw3 days2-9/+9
* feat: auto-detect TLS in testclientbndw3 days1-1/+16
* fix: use port 443 for gRPC when behind reverse proxybndw3 days1-2/+2
* fix: remove duplicate protocol prefix in WebSocket URLbndw3 days1-2/+2
* feat: add --public-url flag for reverse proxy deploymentsbndw3 days1-4/+19
* feat: add HTML index page for browser viewingbndw3 days1-0/+1
* feat: add Connect (gRPC over HTTP/JSON) supportbndw3 days1-2/+16
* feat: add WebSocket server with full NIP-01 supportbndw3 days1-6/+30
* feat: testclient can accept JSON events from stdinbndw3 days1-16/+41
* feat: add relay server and test clientbndw3 days2-0/+141