summaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket/handler.go
Commit message (Expand)AuthorAgeFilesLines
* feat: add metrics for blocked eventsbndw46 hours1-0/+4
* feat: filter events to core Nostr protocol kinds onlybndw46 hours1-0/+42
* feat: track WebSocket requests in metricsbndw2 days1-0/+46
* fix: track WebSocket connections in metricsbndw2 days1-0/+13
* feat: add rate limiting to WebSocket connectionsbndw2 days1-1/+53
* refactor: use AuthStore interface and remove type assertionsbndw3 days1-34/+51
* fix: silently wait for auth instead of sending NOTICEbndw3 days1-1/+9
* feat: implement NIP-42 WebSocket authenticationbndw3 days1-6/+126
* feat: track WebSocket subscriptions in metricsbndw3 days1-0/+27
* refactor: remove frivolous comments from auth validation/credentialsbndw3 days1-1/+1
* refactor: rename project from nostr-grpc to muxstrbndw3 days1-5/+5
* fix: allow WebSocket upgrades to bypass HTML indexbndw3 days1-2/+3
* feat: add HTML index page for browser viewingbndw3 days1-4/+24
* feat: implement NIP-09 with hard deletebndw3 days1-0/+11
* refactor: simplify deletion handling (remove NIP-09 processing)bndw3 days1-8/+0
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw3 days1-0/+13
* feat: add WebSocket server with full NIP-01 supportbndw4 days1-0/+246