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

49 commits

Author SHA1 Message Date
Dragory
5e371b1656 perf(automod): also merge regexes in match_links, match_words 2021-10-17 08:03:38 +03:00
Dragory
eeea48170a perf: merge regexes in match_regex trigger while taking backreferences into account 2021-10-09 12:50:47 +03:00
Dragory
578e1fbf38 fix: revert regex batching 2021-10-05 22:10:56 +03:00
Dragory
0125c87cce debug+ 2021-10-05 21:51:29 +03:00
Dragory
4800fa2f15 fix(automod): fix empty patterns list in match_regex matching every message 2021-10-05 21:48:02 +03:00
Dragory
2e38a81d4f perf(automod): bundle automod regex patterns for potentially increased performance 2021-10-05 21:30:35 +03:00
Dragory
c1c7c092d9 Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
Dragory
8ff3816e83 Ignore mime type charset and other extra details in match_mime_type 2021-09-05 21:01:13 +03:00
Hiroyuki
701517c235 feat(automod): MIME type trigger (#247) 2021-09-04 19:18:33 +03:00
Dragory
eafd2b9e20 matchAttachmentType fix 2021-08-18 22:44:54 +03:00
Dragory
14dcbe2f9d Hotfix 6 2021-08-18 22:29:46 +03:00
almeidx
5569e023fd use Util methods for escaping inline code and code blocks 2021-07-29 17:35:27 +01:00
almeidx
c21e779c03 user.tag 2021-07-29 00:37:19 +01:00
Dark
2977363dc0 Type fixes for djs 2021-06-30 04:56:56 +02:00
Dark
0560ddf4b8 Add member_leave automod trigger
At least i think so - cant test it until knub changes are done
2021-06-17 02:30:12 +02:00
Dark
38a5e07be8 Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
addb614023 Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dark
c99e745f89 Finish preliminary rework, ready to test 2021-06-02 04:07:50 +02:00
Dark
3883b5b749 More rework progress, remove all eris imports 2021-06-01 02:05:55 +02:00
Dragory
c6237b200c Remove leftover console.log() 2021-04-29 02:15:06 +03:00
Nils
abc9da0e68 Allow Automod to distinguish whether mod actions are manual or automatic (#179) 2021-04-28 22:06:33 +03:00
Dragory
92b960216d Improve antiraid trigger automod logs 2021-04-02 19:50:37 +03:00
Dragory
7088b883e2 Fix antiraid_level automod trigger not being available 2021-04-02 19:47:30 +03:00
Dragory
76e727a43e automod: add any_message trigger 2021-04-02 17:57:04 +03:00
Dragory
3f77e598ac automod: add antiraid_level trigger 2021-04-02 17:53:16 +03:00
Dragory
1703f7b440 Add counter documentation/examples. Tweak counter triggers/actions in automod.
Rename change_counter automod action to add_to_counter,
add set_counter action, rename counter trigger to counter_trigger.
2021-04-02 17:44:43 +03:00
Dragory
f8d393fad2 counters: move triggers to counters plugin; architectural tweaks 2021-04-02 16:36:45 +03:00
Dragory
30426960e7 automod: add triggers for mod actions 2021-02-14 16:58:02 +02:00
Dragory
c78b2b7d8e Counters v0.9
Includes automod trigger/action. No user-facing commands yet.
2021-02-13 17:29:10 +02:00
Dragory
b681316471 Fix accidental early return in match_invites automod trigger 2020-11-09 20:43:46 +02:00
Dragory
08ec91be28 Fix config parsing issues caused by RoleAddedTrigger/RoleRemovedTrigger default config 2020-11-09 20:12:54 +02:00
Dragory
6f2d5a3784 Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
72829cff54 Add sticker_spam automod trigger 2020-10-16 02:01:07 +03:00
Dragory
74d5fa1acc Add missing triggers to automod AvailableTriggers type 2020-09-15 02:12:17 +03:00
Dragory
aafb245b48 Disable match_embeds by default in other triggers as well. Add strip_markdown option to match_regex as well. 2020-09-15 02:02:24 +03:00
Dragory
2c765c2250 automod: disable match_embeds by default 2020-09-15 01:07:59 +03:00
Dragory
52a9a980b8 automod: add strip_markdown option to match_words trigger 2020-09-15 01:07:28 +03:00
Dragory
91d891ae4a automod: make match_attachment_type case-insensitive 2020-09-15 01:02:28 +03:00
Dragory
bd05095429 automod: add role_added and role_removed triggers 2020-08-10 02:22:39 +03:00
Dragory
143d820742 automod: fix error when matching an unknown invite 2020-08-05 18:07:09 +03:00
Dragory
17e7746b5e Replace transliteration package use with a custom normalizer function
Huge thanks to Nobody#6075 for doing most of the work for it!
2020-08-05 03:38:14 +03:00
Dragory
e14a93d752 Run user-supplied regexes in worker threads with a timeout 2020-08-05 01:15:36 +03:00
Dragory
b696bf92fb automod: fix member_join trigger only_new matching 2020-07-30 22:49:34 +03:00
Dragory
d72a9defb6 automod: tweaks/fixes to spam detection 2020-07-30 22:47:33 +03:00
Dragory
0178131d21 automod: fix memberJoinSpam trigger returning duplicate contexts 2020-07-30 22:23:44 +03:00
Dragory
05201d10f2 automod: update match summaries for match_* triggers 2020-07-29 22:42:17 +03:00
Dragory
8ab1712fb6 Automod work vol 3 2020-07-27 22:19:34 +03:00
Dragory
7113d3953e Automod work vol 2 2020-07-27 21:51:03 +03:00
Dragory
c23f37d991 Automod work 2020-07-27 20:42:10 +03:00