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 |
|
Dragory
|
50824bec1e
|
fix: fix most message edits not being logged
|
2021-10-09 12:26:09 +03:00 |
|
Dragory
|
95e22538c8
|
chore: move saved message clean-up loop with other global loops
|
2021-10-09 12:18:19 +03:00 |
|
Dragory
|
3fa65a16b6
|
chore: code clean-up for GuildSavedMessages
|
2021-10-09 12:03:29 +03:00 |
|
Dragory
|
ab5ad2036a
|
perf(savedMessages): save a db lookup and message content decryption by building the returned entity manually after creation
|
2021-10-09 11:49:34 +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
|
352816fbb7
|
debug++++
|
2021-10-05 22:52:10 +03:00 |
|
Dragory
|
7b3794bd7a
|
debug+++
|
2021-10-05 22:47:33 +03:00 |
|
Dragory
|
b17168174b
|
debug++
|
2021-10-05 22:40:43 +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
|
fffbcb1f86
|
Limit cache size
|
2021-10-04 19:27:00 +03:00 |
|
Dragory
|
2aaa92af11
|
Fix permanent mutes being removed immediately as if they expired
|
2021-09-26 09:47:14 +03:00 |
|
Dragory
|
e893bd118d
|
Re-enable automod and other plugins for Zeppelin's own messages
|
2021-09-26 00:34:47 +03:00 |
|
Dragory
|
d154a61d9f
|
Raise slow query threshold to 500ms
|
2021-09-26 00:27:11 +03:00 |
|
Dragory
|
a6bbf79c2d
|
Add missing register/clear for expiring tempbans in !ban
|
2021-09-26 00:25:03 +03:00 |
|