aboutsummaryrefslogtreecommitdiffstats
path: root/internal/config/config.go
Commit message (Expand)AuthorAgeFilesLines
* refactor: migrate nostr dependency to code.northwest.iobndw2026-02-161-1/+1
* feat: integrate config system into relay main.gobndw2026-02-141-14/+61
* refactor: remove frivolous comments from auth validation/credentialsbndw2026-02-141-20/+20
* refactor: remove frivolous comments from auth and configbndw2026-02-141-47/+6
* refactor: restructure auth config for better UXbndw2026-02-141-22/+35
* feat: add separate read/write allowlists for granular access controlbndw2026-02-141-15/+37
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw2026-02-141-3/+44
* fix: optimize SQLite connection pooling for single-writer architecturebndw2026-02-141-12/+4
* feat: add Prometheus metrics and YAML config file supportbndw2026-02-141-0/+324