aboutsummaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* feat: add Connect (gRPC over HTTP/JSON) supportbndw2026-02-131-0/+101
* feat: add WebSocket server with full NIP-01 supportbndw2026-02-133-0/+326
* feat: implement Subscribe with real-time event streamingbndw2026-02-133-3/+488
* feat: add gRPC handler with event validation and publishingbndw2026-02-134-0/+592
* feat: add query layer with Nostr filter to SQL conversionbndw2026-02-132-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw2026-02-134-0/+700
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw2026-02-1318-0/+3848