summaryrefslogtreecommitdiffstats
path: root/internal/handler
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename project from nostr-grpc to muxstrbndw3 days8-22/+22
* fix: allow WebSocket upgrades to bypass HTML indexbndw4 days1-2/+3
* fix: remove duplicate protocol prefix in WebSocket URLbndw4 days1-1/+1
* redesign: early web minimalism + cypherpunkbndw4 days1-408/+115
* redesign: cyber-brutalist terminal aestheticbndw4 days1-101/+367
* feat: add HTML index page for browser viewingbndw4 days2-4/+218
* feat: implement NIP-09 with hard deletebndw4 days2-0/+28
* refactor: simplify deletion handling (remove NIP-09 processing)bndw4 days2-19/+0
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw4 days3-0/+84
* feat: add Connect (gRPC over HTTP/JSON) supportbndw4 days1-0/+101
* feat: add WebSocket server with full NIP-01 supportbndw4 days3-0/+326
* feat: implement Subscribe with real-time event streamingbndw4 days1-3/+71
* feat: add gRPC handler with event validation and publishingbndw4 days4-0/+592