aboutsummaryrefslogtreecommitdiffstats
path: root/internal/storage
Commit message (Expand)AuthorAgeFilesLines
* fix: optimize SQLite connection pooling for single-writer architecturebndw2026-02-141-0/+6
* refactor: rename project from nostr-grpc to muxstrbndw2026-02-146-6/+6
* feat: implement NIP-09 with hard deletebndw2026-02-132-0/+291
* refactor: simplify deletion handling (remove NIP-09 processing)bndw2026-02-134-269/+3
* feat: implement NIP-09 (deletions) and NIP-11 (relay info)bndw2026-02-133-2/+256
* 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