PluralKit/PluralKit.Bot/Proxy
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
..
ProxyMatch.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
ProxyMatcher.cs feat(bot): Case insensitive proxy tags matching (#490) 2022-11-23 21:48:24 +13:00
ProxyService.cs fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
ProxyTagParser.cs feat(bot): Case insensitive proxy tags matching (#490) 2022-11-23 21:48:24 +13:00