PluralKit/PluralKit.Bot/Services
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
..
EmbedService.cs Fix front history lookup with very long switches 2019-11-03 00:46:38 +01:00
LogChannelService.cs Add channel blacklists for logging and proxying 2019-11-03 19:15:50 +01:00
PeriodicStatCollector.cs Refactor data stores, merging the Store classes 2019-10-26 19:45:44 +02:00
ProxyCacheService.cs Reduce the log level of various common events 2019-10-27 23:44:27 +01:00
ProxyService.cs Add channel blacklists for logging and proxying 2019-11-03 19:15:50 +01:00
WebhookCacheService.cs Fix line endings in WebhookCacheService 2019-10-27 13:09:07 +01:00
WebhookExecutorService.cs Lower log level of an unnecessary webhook logging message 2019-10-28 17:03:16 +01:00