3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 13:51:51 +00:00
Commit graph

890 commits

Author SHA1 Message Date
Dragory
a2d5bb51a7
Fix API config validation not taking default options into account 2020-07-28 23:28:26 +03:00
almeidx
ecc25bd2e3 fix: encode reason 2020-07-28 21:27:36 +01:00
Dragory
a3f423a1d6
Don't run actions set to 'null' or 'false' 2020-07-28 21:53:01 +03:00
Dragory
07da88b7cb
More Automod updates 2020-07-28 21:51:58 +03:00
Miikka
930ca184b4
Merge branch 'knub30' into k30_logs 2020-07-28 21:36:15 +03:00
Miikka
3da37a993b
Merge branch 'knub30' into k30_selfGrantableRoles 2020-07-28 21:35:47 +03:00
Miikka
30f3e68465
Merge branch 'knub30' into k30_spam 2020-07-28 21:35:17 +03:00
Miikka
9a95b8e12e
Merge branch 'knub30' into k30_reactionRoles 2020-07-28 21:34:43 +03:00
Dragory
86023877a2
Automod actions + ModActions public interface 2020-07-28 21:34:01 +03:00
Dragory
0f0728bc1c
Automod work vol 3 2020-07-27 22:19:34 +03:00
Dragory
0e9f65e0d5
Automod work vol 2 2020-07-27 21:51:03 +03:00
Dragory
f657b169df
Automod work 2020-07-27 20:42:10 +03:00
almeidx
d4f12ca1c8 feat: added ban/unban reasons to their respective api calls 2020-07-27 18:29:30 +01:00
Dark
aea019181c Migrate Logs to new Plugin structure, also dont ignore it 2020-07-27 01:53:14 +02:00
Dark
763bdd0b19 Migrate SelfGrantableRoles to new Plugin structure 2020-07-27 00:08:01 +02:00
Dark
4f831f6bf6 Migrate Spam to new Plugin structure 2020-07-26 16:05:49 +02:00
Dark
c0b7bea35d Migrate ReactionRoles to new Plugin structure 2020-07-26 01:53:55 +02:00
Dragory
140ba84544
Update to Knub v30.0.0-beta.14 2020-07-25 12:46:24 +03:00
Dragory
e78e425ca3
api: listen on 0.0.0.0 2020-07-25 12:39:37 +03:00
Miikka
8b9146f43e
Merge branch 'knub30' into k30_modActions 2020-07-25 12:12:58 +03:00
Miikka
bb07717380
Merge branch 'knub30' into k30_post 2020-07-25 12:11:57 +03:00
Miikka
7cc396deb4
Merge branch 'knub30' into k30_autoDelete 2020-07-25 12:11:26 +03:00
Miikka
020971a6e0
Merge branch 'knub30' into k30_guildInfoSaver 2020-07-25 12:10:45 +03:00
Miikka
765145af8f
Merge branch 'knub30' into k30_censor 2020-07-25 12:09:21 +03:00
Miikka
52113429e5
Merge branch 'knub30' into k30_roles 2020-07-25 12:08:47 +03:00
Miikka
31fdf67947
Merge branch 'knub30' into k30_slowmode 2020-07-25 12:06:25 +03:00
Miikka
42dfd31146
Merge branch 'knub30' into k30_starboard 2020-07-25 12:05:51 +03:00
Miikka
a26ce611bb
Merge pull request #81 from DarkView/k30_channelArchiver
[K30] Migrated ChannelArchiver | Add isOwner to pluginUtils
2020-07-25 12:05:25 +03:00
Dark
fd56664984 Migrate ModActions to new Plugin structure !!mutes dont work!! 2020-07-24 02:25:33 +02:00
Dark
5c070643a3 Migrate Post to new Plugin structure 2020-07-23 21:26:22 +02:00
Dark
e682e9b8c5 Migrate AutoDelete to new Plugin structure 2020-07-23 02:06:50 +02:00
Dark
dc6e86c877 Migrate GuildInfoSaver to new Plugin structure 2020-07-23 01:33:01 +02:00
Dark
d8a52c4619 Migrate Censor to new Plugin structure 2020-07-23 01:23:36 +02:00
Dark
3685cc4df8 Migrate Roles to new Plugin structure 2020-07-23 00:55:12 +02:00
Dark
b4b8680431 Migrate Slowmode to new Plugin structure 2020-07-23 00:25:40 +02:00
Dragory
ebcb28261b
WIP ModActions 2020-07-23 00:37:33 +03:00
Dark
599a504b17 Migrate Starboard to new Plugin structure 2020-07-22 23:15:40 +02:00
Dark
90ee4ad909 Migrate ChannelArchiver to new Plugin structure, isOwner -> pluginUtils 2020-07-22 22:33:10 +02:00
Dragory
a3d0ec03d9
Add info types for ZeppelinPluginBlueprint 2020-07-22 23:11:42 +03:00
Dragory
cc320728f0
Merge master 2020-07-22 23:06:12 +03:00
Dark
7ca14d090b Migrate Tags to new Plugin structure 2020-07-22 22:01:53 +02:00
Dragory
cfe3c65abc
Add permission to LevelCmd 2020-07-22 22:59:06 +03:00
Dragory
1064a1ca46
Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
Dragory
0dae54745d
Add Cases and Mutes to available plugins 2020-07-22 22:26:05 +03:00
Dragory
c467a740db
Port GuildConfigReloader plugin 2020-07-22 22:25:50 +03:00
Dragory
836fadf19e
Fix usage of 'this' in pluginUtils#canActOn 2020-07-22 22:23:47 +03:00
Dragory
b1f9b54be4
Fix usage of 'this' in FollowCmd 2020-07-22 22:10:20 +03:00
Dragory
ccff7384ba
Port Mutes plugin 2020-07-22 22:09:05 +03:00
Dragory
479cb56928
Port Cases plugin 2020-07-22 22:08:49 +03:00
Dragory
a848e00fdd
Fix type inference for the public interface of plugins created with the zeppelinPlugin() helper 2020-07-22 22:08:20 +03:00