PluralKit/PluralKit.Bot
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
..
CommandMeta feat(bot): add proxy error config (#544) 2023-03-26 11:42:47 +13:00
Commands fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
CommandSystem fix(bot): validate url in pk;import 2022-12-06 10:15:20 +00:00
Handlers fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
Interactive feat: update to Discord API v10 2022-02-26 16:28:20 -05:00
Proxy fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
Services fix(bot): make proxy/log blacklists work properly with threads 2023-05-10 13:16:16 +12:00
Utils fix(bot): allow proxying in stage text channels (fixes #550) 2023-05-07 22:15:29 +12:00
Bot.cs feat(bot): don't send internal error messages for some errors that should be on sentry 2022-12-03 11:57:43 +00:00
BotConfig.cs refactor(bot): remove saving own user ID from ready event, rely on ID in config 2022-09-06 09:52:37 +00:00
BotMetrics.cs feat(bot): remove cluster-local DM channel cache 2022-06-14 23:11:55 -04:00
Errors.cs fix(bot): validate url in pk;import 2022-12-06 10:15:20 +00:00
Init.cs chore: require redis connection for bot 2023-02-12 18:00:05 -05:00
Modules.cs refactor(bot): remove saving own user ID from ready event, rely on ID in config 2022-09-06 09:52:37 +00:00
packages.lock.json chore: update lockfiles (since dependabot didn't) 2023-01-09 04:31:11 +13:00
PluralKit.Bot.csproj chore: update nuget Grpc.Tools to 2.47.0 2022-07-05 11:15:30 +00:00