aboutsummaryrefslogtreecommitdiffstats
path: root/internal/handler/grpc
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename project from nostr-grpc to muxstrbndw2026-02-144-10/+10
* feat: implement NIP-09 with hard deletebndw2026-02-131-0/+17
* refactor: simplify deletion handling (remove NIP-09 processing)bndw2026-02-131-11/+0
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw2026-02-131-0/+11
* feat: add WebSocket server with full NIP-01 supportbndw2026-02-131-0/+4
* feat: implement Subscribe with real-time event streamingbndw2026-02-131-3/+71
* feat: add gRPC handler with event validation and publishingbndw2026-02-134-0/+592