PluralKit/PluralKit.Core/Database
Iris System 66544b9d40 fix(bot): make proxy/log blacklists work properly with threads
Handling of both blacklists was inconsistent when dealing with threads:
- proxy blacklist of root channel blacklists all threads
- log blacklist of root channel _did not apply_ to threads
- couldn't proxy blacklist threads while leaving root channel proxyable

This change fixes the inconsistencies:
- proxy _and_ log blacklist of root channel affects all threads
- now able to individually proxy/log blacklist threads, with root
  channel unaffected
2023-05-10 13:16:16 +12:00
..
Functions fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
Migrations feat(bot): add proxy error config (#544) 2023-03-26 11:42:47 +13:00
Repository fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
Utils feat(bot): add proxy error config (#544) 2023-03-26 11:42:47 +13:00
Views chore: remove dead code in DatabaseViewsExt 2022-12-29 00:53:13 +00:00
Wrappers fix: don't write raw sql queries to influxdb metrics 2022-11-17 02:51:04 +00:00
Database.cs feat: split out messages table from main database 2022-11-23 09:17:19 +00:00
DatabaseQueries.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00
IDatabase.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00
clean.sql chore: remove unused system_fronters view 2022-12-01 11:54:13 +00:00