PluralKit/PluralKit.Core/Database/Repository
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
..
ModelRepository.Account.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00
ModelRepository.Autoproxy.cs feat(api): add autoproxy endpoints 2022-06-02 13:32:31 -04:00
ModelRepository.Context.cs fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
ModelRepository.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.Group.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.GroupMember.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.Guild.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ModelRepository.Member.cs chore: lint 2022-12-14 14:47:48 +00:00
ModelRepository.Message.cs fix: re-enable deleting messages from db (but correctly this time) 2023-02-06 19:31:37 -05:00
ModelRepository.Stats.cs feat: use sqlkata for a few more queries 2022-12-03 12:04:12 +00:00
ModelRepository.Switch.cs fix(api): return updated switch in PATCH /switches/:id 2022-06-11 17:16:53 -04:00
ModelRepository.System.cs feat(bot): remove hacky fix for extremely slow system deletes 2022-06-15 18:52:50 -04:00
ModelRepository.SystemConfig.cs refactor: rename config table to system_config 2021-12-01 09:16:44 -05:00