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

921 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
f2011134db feat: re-enable auto-leaving unknown servers 2021-10-09 14:56:31 +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
50824bec1e fix: fix most message edits not being logged 2021-10-09 12:26:09 +03:00
Dragory
dfa5ef69f4 debug: more profiling for Automod 2021-10-05 23:54:58 +03:00
Dragory
ebd18e5374 debug: re-enable Automod with extra profiling 2021-10-05 23:49:00 +03:00
Dragory
2fa817d27a debug: enable MessageSaver, disable Automod, re-enable slow query logs 2021-10-05 23:28:16 +03:00
Dragory
939a6cbb4c debug: disable MessageSaver globally 2021-10-05 23:21:14 +03:00
Dragory
fdcdeb872d debug+++++ 2021-10-05 23:06:12 +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
085918cb29 fix(automod): always break triggerLoop on match, even if allow_further_rules is enabled 2021-10-05 21:11:41 +03:00
Dragory
52b0731784 feat: add more detailed automod profiling 2021-10-05 21:09:03 +03:00
Dragory
70f1d23a7e feat: upgrade to Knub v30.0.0-beta.46, add better performance profiling tools 2021-10-05 20:49:58 +03:00
Dragory
e893bd118d Re-enable automod and other plugins for Zeppelin's own messages 2021-09-26 00:34:47 +03:00
Dragory
a6bbf79c2d Add missing register/clear for expiring tempbans in !ban 2021-09-26 00:25:03 +03:00
Dragory
ba2a3a6edb Fix missing awaits 2021-09-26 00:23:09 +03:00
metal
1b516b42b8 Fix Persist assigning deleted roles (#288) 2021-09-25 21:40:17 +03:00
Almeida
0b862f3d8d allow running cleancmd on news and thread channels (#293) 2021-09-25 21:37:50 +03:00
Almeida
bc0c54d8d8 perf: rolescmd with -counts option (#294) 2021-09-25 21:37:07 +03:00
Dragory
076d69b989 Centralize periodic checks for mutes, tempbans, vcalerts, reminders, and scheduled posts
This should result in a significant performance improvement.
The new method is also more precise than the old one, allowing
the aforementioned checks to be performed with second-precision.
2021-09-25 21:34:07 +03:00
Dragory
544363058e tags: validate input types for timeAdd and timeSub 2021-09-14 01:47:05 +03:00
Dragory
c24830542a Temporarily disable nickname history before optimization 2021-09-12 22:41:34 +03:00
Dragory
823a02a87b Fix batched logs not being separated by newlines 2021-09-12 12:05:58 +03:00
Dragory
73d8d480b7 Tweak rate limit debug command formatting 2021-09-12 02:02:48 +03:00
Dragory
23be8db15e Add rate limit logging 2021-09-12 00:17:26 +03:00
Dragory
b4fdf5f2ab Derp 2021-09-11 21:48:12 +03:00
Dragory
e2a54502d0 Add count parameter to rest_performance 2021-09-11 21:44:01 +03:00
Dragory
81bb3cdd4d Disable case creating on manual kick
Discord has no "Kick" event. Instead, kicking a member just fires
a regular "Member Leave" event. Because of this, all manual kick
checks were being run every time a member leaves. Most importantly,
audit logs were being fetched on *every member leave*.

No.
2021-09-11 21:24:03 +03:00
Dragory
f9a4ec7e8b Add adhoc REST call debug stats 2021-09-11 21:14:47 +03:00
Dragory
e3e552d610 Add owner debug command for channel information 2021-09-11 20:11:14 +03:00
Dragory
358a4129b2 Fix error in onMessageDelete logs 2021-09-11 19:55:46 +03:00
Dragory
0094d88c13 Potential fix for role_added/role_removed Automod triggers triggering randomly 2021-09-11 19:24:13 +03:00
Dragory
bd95e4b902 Remove some debug code 2021-09-11 19:22:25 +03:00
Dragory
2f3db20a9c Chunk text-only log messages. Use a cooldown if running into Missing Access / Missing Permissions error during logging. 2021-09-11 19:20:31 +03:00
Dragory
c1c7c092d9 Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
Dragory
729d82602f Fix duplicate entries in !help 2021-09-11 18:57:20 +03:00
Dragory
6e06d90ca4 Batch embed logs. Always use log batching. 2021-09-11 18:57:06 +03:00
Dragory
d91f9b0b35 Fix !clean performance 2021-09-11 18:46:28 +03:00
Dragory
612b60551a Fix !nickname crash 2021-09-06 00:55:35 +03:00
Dragory
5ddc9367bf Fix starboard reactions within threads 2021-09-05 23:49:35 +03:00
Dragory
98b562e9ea Limit which changed props are included in update logs 2021-09-05 23:46:40 +03:00
Dragory
8ff3816e83 Ignore mime type charset and other extra details in match_mime_type 2021-09-05 21:01:13 +03:00
Dragory
0684d07102 Fix channel/category/thread matching for threads in Automod overrides 2021-09-05 20:58:50 +03:00
Dragory
23748f5dd4 Use permissions for dashboard perm listing commands 2021-09-05 20:09:22 +03:00
Almeida
416e53cbc8 Rename use_inline_reply to inline (#278) 2021-09-05 17:38:03 +03:00
Dragory
6f00484a75 Fix !jumbo for default emoji 2021-09-05 17:30:34 +03:00
Dragory
74b388cb65 Add command to add servers from invites with eligibility check 2021-09-05 17:07:50 +03:00