3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00
Commit graph

190 commits

Author SHA1 Message Date
Dragory
b0debe55f7 ReactionRoles: queue reaction removals 2019-02-16 12:01:31 +02:00
Dragory
c7beda3146 ReactionRoles: use reactionAdd as a toggle instead, and remove reactions as soon as the role is granted 2019-02-16 11:58:11 +02:00
Dragory
c3271da7d4 Logs: add support for batching multiple log messages into 1 2019-02-16 11:47:15 +02:00
Dragory
691b631e7d Ignore low prio errors in ReactionRoles 2019-02-16 11:29:20 +02:00
Dragory
0fdcbaaa7d utility: sort !roles by name 2019-02-15 05:20:38 +02:00
Dragory
2cb68ff9c5 GuildActions: create overloads for known actions; refactor certain actions, using only 1 args object; mutes: move !mutes to the Mutes plugin, fix case number not showing in mute list, make mute list prettier 2019-02-15 05:07:28 +02:00
Dragory
04eaf70cd3 utility: make !roles prettier, include search functionality 2019-02-15 03:55:18 +02:00
Dragory
b94191004d ReactionRoles: add !reaction_roles refresh command 2019-02-10 22:32:27 +02:00
Dragory
a4d2d968ac Post: allow adding linebreaks with \n 2019-02-09 14:47:50 +02:00
Dragory
eee3d59993 Starboard: ignore error when fetching message in onMessageReactionAdd 2019-02-09 14:38:50 +02:00
Dragory
3138738139 ReactionRoles: only require message id; allow use of emojis from other (shared) servers; add !reaction_roles clear command 2019-02-09 14:36:03 +02:00
Dragory
a4a68daa81 AutoReactions: allow use of custom emojis from other (shared) servers 2019-02-09 14:35:24 +02:00
Dragory
b0d2b984a4 ZeppelinPlugin: add utility function to check if we can use an emoji 2019-02-09 14:34:42 +02:00
Dragory
f4f53599bc Spam: add max characters filter 2019-02-09 13:23:21 +02:00
Dragory
6f980d109b Tags: add aliases for !tag list: !tags and !taglist 2019-02-09 13:18:23 +02:00
Dragory
bb3b4d9fd2 Tags: add separate list permission for !tag list 2019-02-09 13:17:59 +02:00
Dragory
988f0842a0 Make lengthy handlers nonBlocking 2019-02-08 22:37:09 +02:00
Dragory
ec5e8ec84f Add performance logging 2019-02-08 21:04:04 +02:00
Dragory
0cc131b3ab Add special mention if a mod action was performed on behalf of another mod with the --mmod option 2019-02-08 20:25:35 +02:00
Dragory
359343fb91 Add --mod option to most mod actions 2019-02-08 20:04:48 +02:00
Dragory
e3212af58a Add --mod to !addcase 2019-02-07 20:36:57 +02:00
Dragory
8293af10a9 Fix custom emojis in reaction roles 2019-02-06 20:07:53 +02:00
Dragory
b673672761 Fix ZeppelinPlugins not loading properly 2019-02-06 20:06:03 +02:00
Dragory
aff89511bc ReactionRoles: fix error when removing old reactions 2019-02-06 19:30:20 +02:00
Dragory
6a6df56947 ReactionRoles: fix custom emoji reactions 2019-02-06 19:29:50 +02:00
Dragory
0aa1c53189 Add support for plugin option schema validation 2019-01-19 15:39:04 +02:00
Dragory
24e36b231d Logs: use createChunkedMessage for log messages 2019-01-15 04:26:02 +02:00
Dragory
95b2259d9d NameHistory: save username on join, make nickname change detection better 2019-01-15 04:25:46 +02:00
Dragory
2c5498d774 Don't count hidden cases in !info 2019-01-15 04:16:34 +02:00
Dragory
af4ad0b0cd Add user id and show recent cases in 'member joined with prior records' log entry 2019-01-15 04:15:22 +02:00
Dragory
3e6a42b480 Add !source utility command 2019-01-15 04:03:28 +02:00
Dragory
0558fc7ab2 Add GuildArchives.getUrl for getting the archive entry URL 2019-01-15 04:03:04 +02:00
Dragory
14e22fdccd Post: add !edit_embed 2019-01-15 03:58:58 +02:00
Dragory
d892af03c3 Post: add !post_embed 2019-01-15 03:39:39 +02:00
Dragory
3110d15509 Post: add support for !posting files 2019-01-15 03:04:47 +02:00
Dragory
9a5cee771f NameHistory: remove event handler from presenceUpdate, fix userUpdate event handler 2019-01-15 01:00:33 +02:00
Dragory
101c2d5e6e More non-blocking optimization 2019-01-13 23:37:53 +02:00
Dragory
be6479b8f6 Add extra logging to !ping 2019-01-13 23:34:54 +02:00
Dragory
ee8375057b Make !ping command non-blocking 2019-01-13 23:31:32 +02:00
Dragory
53bf73936d Make several event handlers non-blocking for performance 2019-01-13 23:31:09 +02:00
Dragory
5317eb39ed Add !ping utility command (admin only by default). Make !reload_guild also admin only by default. 2019-01-13 23:30:48 +02:00
Dragory
09bc1526bb Add 'joined with prior records' log entry 2019-01-13 18:10:48 +02:00
Dragory
799ac2d502 Add support for hiding cases with !hidecase 2019-01-13 17:56:25 +02:00
Dragory
1ddbb379c5 Allow making archives permanent. Make archives permanent when attached to a case. Add log file metadata dynamically when served (instead of in the body directly). Add missing index on archives.expires_at. 2019-01-13 17:29:26 +02:00
Dragory
6ea6b892df Add command to clear dangling active mutes 2019-01-13 16:54:31 +02:00
Dragory
d9f7006a44 AutoReactions: actually fix invalid custom emoji check 2019-01-12 16:06:33 +02:00
Dragory
ee67c5e5a7 AutoReactions: fix invalid custom emoji check 2019-01-12 16:03:27 +02:00
Dragory
824b9dddd8 Mutes: possible fix for clear_banned_mutes 2019-01-12 15:03:15 +02:00
Dragory
e4d670ae51 Mutes: add better logging for clear_banned_mutes cmd 2019-01-12 14:56:47 +02:00
Dragory
1b0e08b1fe Mutes: clear active mute if the mute role is removed; add command for similar cleanup 2019-01-12 14:51:38 +02:00