3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00
Commit graph

1535 commits

Author SHA1 Message Date
Jonathan
194aba643b List message author IDs in bulk deletes logs (#109) 2020-12-12 22:31:35 +02:00
Nils
87b2798a96 Add moderator variable to mod action templates (#119) 2020-12-12 22:29:08 +02:00
vcokltfre
d7d9178b2a feat: add requested 'whois' as alias for !user (#122) 2020-12-12 22:24:09 +02:00
Nils
af2652eb68 Make !clean ignore pins by default, explicit -delete-pins/-p option to delete them (#121) 2020-12-12 22:23:53 +02:00
Jonathan
e3d064f2b8 Add !modlogs as an alias to !cases (#128)
Co-authored-by: Jonathan <54381371+chislxyz@users.noreply.github.com>
2020-12-12 22:22:31 +02:00
Nils
c108da4c40 Add command to move all VC Members to another VC (#126) 2020-12-12 22:15:15 +02:00
Miikka
9ce7f4d929 Merge pull request #127 from DarkView/banForcebanUpgrade
Allow ban to be upgraded to forceban if the member is not on the server
2020-12-12 22:13:17 +02:00
Dragory
d7993c7bcc Fix automod warns, kicks, and bans not using default contact methods 2020-12-03 16:55:53 +02:00
Dragory
aaabdeb978 Fix automod mutes not using default contact methods 2020-12-03 16:47:11 +02:00
Dragory
4dfcb5b195 Add 'set_channel_permission_overrides' custom event action 2020-11-22 14:59:02 +02:00
Dragory
169692f878 Add 'make_role_mentionable' and 'make_role_unmentionable' custom event actions 2020-11-22 14:14:17 +02:00
Dark
282cbaef60 Allow ban to be upgraded to forceban if the member is not on the server 2020-11-20 02:31:31 +01:00
Dragory
b681316471 Fix accidental early return in match_invites automod trigger 2020-11-09 20:43:46 +02:00
Dragory
409fc68fc7 Add comment clarifying WithRequiredProps 2020-11-09 20:43:10 +02:00
Dragory
08ec91be28 Fix config parsing issues caused by RoleAddedTrigger/RoleRemovedTrigger default config 2020-11-09 20:12:54 +02:00
Dragory
5946e920f6 Fix TypeORM errors for nullable fields
For fields with '| null' in the TS type, the column type needs to be
specified explicitly in column options when using MySQL.

See:
https://github.com/typeorm/typeorm/issues/1358#issuecomment-391736766
2020-11-09 20:12:16 +02:00
Dragory
6f2d5a3784 Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
57a22eb044 Update to Knub v30.0.0-beta.30 2020-11-09 20:03:38 +02:00
Dragory
7fb5a6da3f Update to Knub v30.0.0-beta.29, Eris custom branch 2020-11-09 18:52:30 +02:00
Dragory
7f044e24e9 Fix bug in getRecentActionCount where the fn could return a boolean or reset the count during counting 2020-11-09 03:34:01 +02:00
Dragory
d5f1bff75b Add exclude_bots option to log channels 2020-11-08 17:55:33 +02:00
Dragory
e4ed737f1c Add excluded_categories option to log channels 2020-11-08 17:52:56 +02:00
Dragory
273d36a653 Update Knub to 30.0.0-beta.27, Eris to 0.14.0 (stickers fork) 2020-11-06 03:16:38 +02:00
Dragory
a1cb1bb617 Include stickers in !source 2020-10-22 01:22:28 +03:00
Dragory
c68963f31d Merge branch 'master' of github.com:Dragory/ZeppelinBot 2020-10-20 17:48:01 +03:00
Dragory
122ea3e89c Fix warn notification sometimes triggering on the bot's own reaction 2020-10-20 17:47:49 +03:00
Dragory
70efc9a26e Add yaml parse+mutate+reserialize test 2020-10-19 20:10:16 +03:00
Miikka
8576def39e Merge pull request #120 from DarkView/fr_massCaseModifications
Allow hidecase, unhidecase and deletecase to take multiple case numbers
2020-10-18 17:32:19 +03:00
Dragory
fd71119098 Fixes 2020-10-16 02:13:54 +03:00
Dragory
72829cff54 Add sticker_spam automod trigger 2020-10-16 02:01:07 +03:00
Dragory
1889027bd9 Add error handler for Eris errors
Previously this was done within Knub, but Knub no longer
automatically places an error handler for Eris since v30.0.0-beta.24
2020-10-13 19:49:34 +03:00
Dragory
b4bed82a30 Cap delay strings to 100 years
This is to avoid issues with max date values and other similar edge
cases. This was an issue when accidentally passing a user ID as the
time value for e.g. reminders.
2020-10-13 19:45:41 +03:00
Dragory
3d994e1aea mod_actions: fix possible embed size overflow in user !cases 2020-10-13 19:26:16 +03:00
Dragory
c6df57760a logs: fix weird timestamp on message deletion 2020-10-13 19:22:14 +03:00
Dark
5b49f5413c Allow hidecase, unhidecase and deletecase to take multiple case numbers 2020-10-12 14:49:50 +02:00
Dragory
7b124e41bf More error information 2020-10-11 14:20:12 +03:00
Dragory
9109f9ecf9 Handle errors in sendSuccessMessage/sendErrorMessage gracefully 2020-10-11 14:19:39 +03:00
Dragory
bbc1420011 Fix crash in ReactionRoles emoji validation 2020-10-11 14:17:41 +03:00
Dragory
4e0d6a0194 logs: add timestamps to embeds, add setting to turn off embed timestamps, move timestamp format setting to root/channel level 2020-10-11 02:32:55 +03:00
Dragory
585c7d5c99 BotControl: fix missing repository 2020-10-10 19:29:39 +03:00
Dragory
2baa1a37a6 AddDashboardUserCmd: use resolvedUser 2020-10-10 19:27:28 +03:00
Dragory
3a5b4eb66b Include empty config in add_server bot control command 2020-10-10 15:29:23 +03:00
Dragory
682204fa2d Don't wait for all guilds to load before loading those first available 2020-10-10 14:53:47 +03:00
Dragory
eebeda7210 Update to Knub v30.0.0-beta.25 2020-10-10 14:44:20 +03:00
Dragory
e4eaf200a2 Add bot owner commands for adding/removing servers and dashboard users 2020-10-10 14:21:59 +03:00
Dragory
ee52411330 Update to Knub v30.0.0-beta.24 2020-10-10 14:09:29 +03:00
Dragory
bbd4e3bdf1 Re-disable guildPresences, still wonky 2020-10-10 05:13:20 +03:00
Dragory
780e79d435 Also request guildMessageTyping intent
Fixes pingable_roles
2020-10-10 05:10:06 +03:00
Dragory
6d7a9ce8af Re-enable guildPresences intent 2020-10-10 05:08:45 +03:00
Dragory
d0fe2dea04 Update to new Knub 30 beta. Code clean-up. 2020-10-01 01:43:38 +03:00