3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/src
Dragory 608f17c532 Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam.
GuildActions turned out to be a fairly pointless abstraction in the end.
It didn't really solve the problems it was meant to solve (that is,
reduce code spaghetti by having all inter-plugin calls go through a
single service, and allow easier ways to replace core plugins with
alternatives that share the same interface) any better than simply
using `this.getPlugin()` when needed, and introduced extra complexity
and made static analysis messier.
2019-04-20 17:36:28 +03:00
..
data Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
migrations Add reminders 2019-02-20 00:01:14 +02:00
plugins Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
index.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00
PluginRuntimeError.ts Add proper toString to PluginRuntimeError 2019-02-09 14:33:39 +02:00
Queue.ts Queue: allow overriding queue timeout 2019-02-23 21:19:46 +02:00
QueuedEventEmitter.ts tags: delete command/response msg if the other is deleted 2019-01-06 14:39:16 +02:00
SimpleError.ts Switch from Knex to TypeORM. Update Knub. 2018-10-26 06:41:20 +03:00
templateFormatter.test.ts templateFormatter: fix empty string args not getting counted as arguments; add concat base template function 2019-03-16 16:39:07 +02:00
templateFormatter.ts templateFormatter: fix unknown values showing up as "false" 2019-04-17 09:43:27 +03:00
utils.ts Deprecate GuildActions. Fix double case posting when muting a user for message spam. Update to new mute/case style when muting a user for "other" spam. 2019-04-20 17:36:28 +03:00