PluralKit/PluralKit.Bot
Ske 378cba09e5 Add channel blacklists for logging and proxying
Necessary database migrations for this commit:
    alter table servers add column log_blacklist bigint[] not null default array[]::bigint[];
    alter table servers add column blacklist bigint[] not null default array[]::bigint[];
2019-11-03 19:15:50 +01:00
..
Commands Add channel blacklists for logging and proxying 2019-11-03 19:15:50 +01:00
CommandSystem Add support for iOS-style quotation marks 2019-10-28 20:17:20 +01:00
Services Add channel blacklists for logging and proxying 2019-11-03 19:15:50 +01:00
Bot.cs Add channel blacklists for logging and proxying 2019-11-03 19:15:50 +01:00
BotConfig.cs Add customization of invite link client ID. Closes #77. 2019-06-15 12:03:07 +02:00
BotMetrics.cs Instrument and log database queries 2019-08-12 02:05:30 +02:00
BreadcrumbExtensions.cs Properly associate trigger events with Sentry errors 2019-08-09 12:47:46 +02:00
ContextUtils.cs Refactor command system 2019-10-05 07:41:00 +02:00
Errors.cs Error when given an invalid image file 2019-11-03 13:56:05 +01:00
PluralKit.Bot.csproj Refactor command system 2019-10-05 07:41:00 +02:00
Utils.cs Error when given an invalid image file 2019-11-03 13:56:05 +01:00