summaryrefslogtreecommitdiffstats
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
...
* redesign: cyber-brutalist terminal aestheticbndw3 days1-101/+367
* feat: add HTML index page for browser viewingbndw3 days2-4/+218
* feat: implement NIP-09 with hard deletebndw3 days4-0/+319
* refactor: simplify deletion handling (remove NIP-09 processing)bndw3 days6-288/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw3 days6-2/+340
* feat: add Connect (gRPC over HTTP/JSON) supportbndw3 days1-0/+101
* feat: add WebSocket server with full NIP-01 supportbndw3 days3-0/+326
* feat: implement Subscribe with real-time event streamingbndw3 days3-3/+488
* feat: add gRPC handler with event validation and publishingbndw3 days4-0/+592
* feat: add query layer with Nostr filter to SQL conversionbndw3 days2-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw3 days4-0/+700
* feat: add Nostr protocol implementation (internal/nostr, internal/websocket)bndw3 days18-0/+3848