summaryrefslogtreecommitdiff
path: root/internal/db/bundb/domain.go
AgeCommit message (Expand)AuthorFiles
2023-05-07[bugfix] Punycode fixes (#1743)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-14[feature] domain block wildcarding (#1178)Libravatar kim1
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim1
2022-11-27fix missing lookup cache key for invalid domain block (#1158)Libravatar kim1
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi1
2022-10-06[bugfix] Fix new domain block date (#893)Libravatar tobi1
2022-10-01[chore] Normalize domain blocks to punycode (#873)Libravatar tobi1
2022-09-17[bugfix] Fix domains not being unblockable, log internal server errors from A...Libravatar tobi1
2022-09-02[performance] cache recently allowed/denied domains to cut down on db calls (...Libravatar kim1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1
2021-08-25Pg to bun (#148)Libravatar tobi1