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

2150 commits

Author SHA1 Message Date
almeidx
9f60a04e36
remove unused stuff 2021-10-31 18:38:53 +00:00
Almeida
0130ec6225
revert space 2021-10-31 18:35:15 +00:00
almeidx
0f39650d06
remove non-functional hack 2021-10-31 18:34:42 +00:00
almeidx
e12d544e2c
fix 2021-10-31 18:18:07 +00:00
metal
eb2c9911e4
oops 2021-10-31 18:16:06 +00:00
metal
e684722908
unused import 2021-10-31 18:15:46 +00:00
metal
c9627e9219
prettier and rmv debugging 2021-10-31 18:15:45 +00:00
metal
3a36b3e5ef
fixes 2021-10-31 18:15:44 +00:00
metal
d23e430711
fixes 2021-10-31 18:13:52 +00:00
metal
e52db4dcd2
compact locked triggers 2021-10-31 18:13:13 +00:00
metal
25573b10d7
oops 2021-10-31 18:13:12 +00:00
metal
0f0f47a390
initial 2021-10-31 18:13:11 +00:00
almeidx
6c01bb6200
use savedmessages state instead of static method 2021-10-31 18:13:10 +00:00
almeidx
3d31612754
tslint doesnt like labels 2021-10-31 18:10:57 +00:00
almeidx
90b9d31320
clean up 2021-10-31 18:10:37 +00:00
metal
cf1ffbe71e
Thread events - attempt to pass message object in context (#3)
* initial

* rmv console log

* Update backend/src/plugins/Automod/events/runAutomodOnThreadEvents.ts

Co-authored-by: Almeida <almeidx@pm.me>
2021-10-31 18:09:55 +00:00
almeidx
8052a6f2d8
added thread_create and thread_delete automod triggers 2021-10-31 18:08:45 +00:00
Almeida
6709115166
feat: add thread_create_spam automod trigger (#273) 2021-10-31 19:23:26 +02:00
metal
f9c0e661af
feat: add automod start_thread action (#274)
Co-authored-by: Almeida <almeidx@pm.me>
2021-10-31 17:27:00 +02:00
Almeida
92dfbca362
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
6e3a6249c7
fix: increase worker pool timeout as temp fix 2021-10-31 17:19:49 +02:00
Dragory
13c94a81cc
feat: Phisherman integration 2021-10-31 17:17:31 +02:00
Dragory
f92ee9ba4f
fix: fix errors when unloading certain plugins after beforeLoad but before afterLoad 2021-10-31 16:48:32 +02:00
Dragory
4f811f04e1
fix: use useUnknownInCatchVariables: false temporarily 2021-10-31 14:51:13 +02:00
Dragory
5e1584f04d
revert: use moduleResolution 'node' after all until TS 4.5 2021-10-31 14:50:54 +02:00
Dragory
48ef66e689
feat: use TS moduleResolution node12 to retain dynamic imports in compiled code 2021-10-31 14:28:43 +02:00
Dragory
339eff79a8
feat: update to Typescript 4.4 2021-10-31 14:28:13 +02:00
Dragory
95c3efbdb4
debug: add global rate limit logging 2021-10-28 17:19:07 +03:00
Dragory
bb94d77143
feat: add env var to enable profiling 2021-10-28 17:11:56 +03:00
Dragory
831ff1893a
fix: potential fix for a rare database deadlock 2021-10-27 00:43:46 +03:00
Dragory
b3516cabaa
fix: missing file 2021-10-27 00:16:43 +03:00
Dragory
8f17a835f9
refactor: debounce and batch simultaneous audit log requests 2021-10-27 00:09:29 +03:00
Dragory
d7c6e34695
fix: increase massban ban event ignore time 2021-10-26 22:42:22 +03:00
Dragory
2fd5bb3d17
debug: track resolveUserId username match performance 2021-10-26 22:40:31 +03:00
Dragory
23fba8cdcf
fix: check for snowflake before username match in resolveUserId 2021-10-26 22:37:26 +03:00
Dragory
9b805379cf
fix: potential crash fix 2021-10-26 13:15:04 +03:00
Dragory
9771b7e883
feat: upgrade discord.js to v13.2 2021-10-26 12:37:40 +03:00
Dragory
0a61d865ff
feat: remove monkeypatched d.js debug code 2021-10-26 12:34:18 +03:00
Dragory
76fc36108c
fix: use locks for tempbans to avoid race conditions 2021-10-25 22:54:23 +03:00
Dragory
0a3a5e4e58
debug: ++debug 2021-10-25 22:39:20 +03:00
Dragory
719884d9c0
perf: disable some performance-intensive niche/edge case features 2021-10-25 22:09:53 +03:00
Dragory
73c47bf39d
fix: temp fix, cache all members again 2021-10-17 21:02:44 +03:00
Dragory
0de271994f
fix(slowmode): fix error if channel.permissionOverwrites doesn't exist 2021-10-17 21:01:55 +03:00
Dragory
d27f6f94df
fix: revert member fetching in automod due to 429s 2021-10-17 20:20:15 +03:00
Dragory
f00a7afab8
feat(mutes): clear old expired mutes for servers that have disabled the mutes plugin 2021-10-17 20:12:42 +03:00
Dragory
66b93dd31c
chore: clean up unnecessary cache.get ?? fetch 2021-10-17 19:56:04 +03:00
Dragory
dcc8dbb615
fix: increase member cache size to 15000 2021-10-17 19:53:26 +03:00
Dragory
3131878cfb
fix(automod): fetch message user/member if missing from cache 2021-10-17 19:52:56 +03:00
Dragory
ac3073d3a2
fix: whoops 2021-10-17 19:36:03 +03:00
Dragory
5be1e8e5b0
debug: include guild id in RecoverablePluginError logs 2021-10-17 19:19:53 +03:00