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

1271 commits

Author SHA1 Message Date
metal
94b1a1dc63 feat: add automod start_thread action (#274)
Co-authored-by: Almeida <almeidx@pm.me>
2021-10-31 17:27:00 +02:00
Almeida
9ef54eb0f5 feat: add thread_create and thread_delete automod triggers (#272)
Co-authored-by: metal <admin@metalruller.com>
2021-10-31 17:21:53 +02:00
Dragory
c56c00baad fix: increase worker pool timeout as temp fix 2021-10-31 17:19:49 +02:00
Dragory
e9b4b466dd feat: Phisherman integration 2021-10-31 17:17:31 +02:00
Dragory
4fd5013a28 fix: fix errors when unloading certain plugins after beforeLoad but before afterLoad 2021-10-31 16:48:32 +02:00
Dragory
922c4ff871 fix: use useUnknownInCatchVariables: false temporarily 2021-10-31 14:51:13 +02:00
Dragory
4857577e3d revert: use moduleResolution 'node' after all until TS 4.5 2021-10-31 14:50:54 +02:00
Dragory
faf277e534 feat: use TS moduleResolution node12 to retain dynamic imports in compiled code 2021-10-31 14:28:43 +02:00
Dragory
d1e0eb5857 debug: add global rate limit logging 2021-10-28 17:19:07 +03:00
Dragory
fa638abe13 feat: add env var to enable profiling 2021-10-28 17:11:56 +03:00
Dragory
b099cfedb8 fix: potential fix for a rare database deadlock 2021-10-27 00:43:46 +03:00
Dragory
1b5d9bbc8e fix: missing file 2021-10-27 00:16:43 +03:00
Dragory
0b594d461d refactor: debounce and batch simultaneous audit log requests 2021-10-27 00:09:29 +03:00
Dragory
89d0512304 fix: increase massban ban event ignore time 2021-10-26 22:42:22 +03:00
Dragory
9bffbb1563 debug: track resolveUserId username match performance 2021-10-26 22:40:31 +03:00
Dragory
ffdfa93534 fix: check for snowflake before username match in resolveUserId 2021-10-26 22:37:26 +03:00
Dragory
4d8b7e7247 fix: potential crash fix 2021-10-26 13:15:04 +03:00
Dragory
e747878972 feat: upgrade discord.js to v13.2 2021-10-26 12:37:40 +03:00
Dragory
b8c28ef947 feat: remove monkeypatched d.js debug code 2021-10-26 12:34:18 +03:00
Dragory
7706e929f4 fix: use locks for tempbans to avoid race conditions 2021-10-25 22:54:23 +03:00
Dragory
6c2a737484 debug: ++debug 2021-10-25 22:39:20 +03:00
Dragory
8eaeb07aef perf: disable some performance-intensive niche/edge case features 2021-10-25 22:09:53 +03:00
Dragory
a478caa3dc fix: temp fix, cache all members again 2021-10-17 21:02:44 +03:00
Dragory
6ced3e7512 fix(slowmode): fix error if channel.permissionOverwrites doesn't exist 2021-10-17 21:01:55 +03:00
Dragory
44a676504e fix: revert member fetching in automod due to 429s 2021-10-17 20:20:15 +03:00
Dragory
2c7b92f8f9 feat(mutes): clear old expired mutes for servers that have disabled the mutes plugin 2021-10-17 20:12:42 +03:00
Dragory
436a766d31 chore: clean up unnecessary cache.get ?? fetch 2021-10-17 19:56:04 +03:00
Dragory
2bb43e8484 fix: increase member cache size to 15000 2021-10-17 19:53:26 +03:00
Dragory
29d87c2ee8 fix(automod): fetch message user/member if missing from cache 2021-10-17 19:52:56 +03:00
Dragory
11703206e6 fix: whoops 2021-10-17 19:36:03 +03:00
Dragory
f001b25cf2 debug: include guild id in RecoverablePluginError logs 2021-10-17 19:19:53 +03:00
Dragory
bb5a4ce64f fix(post): allow editing messages that aren't saved 2021-10-17 19:16:47 +03:00
Dragory
eaa72a65c9 feat: add missing migration file 2021-10-17 11:56:00 +03:00
Dragory
b750029e6b feat(tags): remove foreign key from tag_responses, use raw deletion events 2021-10-17 11:49:34 +03:00
Dragory
25b4ab5018 fix(mutes): whoops 2021-10-17 11:37:59 +03:00
Dragory
f18962715e fix(auto_reactions): fix error if the bot member cannot be found in the server 2021-10-17 11:32:52 +03:00
Dragory
a20f78ab8e debug(mutes): add guild id to recoverable plugin error 'mute role is above the bot' 2021-10-17 11:31:57 +03:00
Dragory
35763edb7c fix(slowmode): fix error if the slowmode channel isn't cached 2021-10-17 11:31:32 +03:00
Dragory
4647e22224 feat(automod): add affects_self option for rules 2021-10-17 08:15:30 +03:00
Dragory
ba3c3b4115 perf(messageSaver): passthrough bot messages without saving them 2021-10-17 08:13:08 +03:00
Dragory
5e371b1656 perf(automod): also merge regexes in match_links, match_words 2021-10-17 08:03:38 +03:00
Dragory
fbf21e8ce0 fix: fix custom emojis not being recognized in !reaction_roles 2021-10-09 15:03:09 +03:00
Dragory
f2011134db feat: re-enable auto-leaving unknown servers 2021-10-09 14:56:31 +03:00
Dragory
cd3d84a6ab fix: fix archive body encryption trying to encode/decode the archive as JSON 2021-10-09 14:51:18 +03:00
Dragory
2cc9353e26 debug: disable slow query logging
This was always inaccurate, as the results did not match with
MariaDB's own slow query log.
2021-10-09 14:43:55 +03:00
Dragory
6c9160a8a1 perf: use thread pool for encryption/decryption 2021-10-09 14:43:46 +03:00
Dragory
bbb5372811 fix: hotfix 2021-10-09 14:30:46 +03:00
Dragory
750354a6e3 perf: move encryption/decryption to a separate thread 2021-10-09 14:22:51 +03:00
Dragory
3e4def4ab2 perf: insert + ignore errors instead of INSERT IGNORE 2021-10-09 13:05:02 +03:00
Dragory
eeea48170a perf: merge regexes in match_regex trigger while taking backreferences into account 2021-10-09 12:50:47 +03:00