summaryrefslogtreecommitdiffstats
path: root/internal/storage
Commit message (Expand)AuthorAgeFilesLines
* feat: implement NIP-42 WebSocket authenticationbndw3 days1-0/+88
* feat: add storage stats and average latency metricsbndw3 days1-2/+34
* fix: optimize SQLite connection pooling for single-writer architecturebndw3 days1-0/+6
* refactor: rename project from nostr-grpc to muxstrbndw3 days6-6/+6
* feat: implement NIP-09 with hard deletebndw3 days2-0/+291
* refactor: simplify deletion handling (remove NIP-09 processing)bndw3 days4-269/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw4 days3-2/+256
* feat: add query layer with Nostr filter to SQL conversionbndw4 days2-0/+622
* feat: add SQLite storage layer with binary-first event persistencebndw4 days4-0/+700