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

2170 commits

Author SHA1 Message Date
almeidx
d7dc840778
rename record 2021-11-26 12:21:03 +00:00
almeidx
95365d8573
fix permissions not showing properly in roleinfo 2021-11-26 11:49:23 +00:00
Dragory
3b98c3bdc1
chore: also run code quality checks on PRs 2021-11-03 17:02:04 +02:00
Dragory
673ec7b09a
chore: resolve eslint issues 2021-11-03 16:59:08 +02:00
Dragory
09125956a0
chore: run prettier on unformatted files 2021-11-03 16:54:21 +02:00
Dragory
1d5d8d96de
fix(phisherman): reset validApiKey on 'missing permissions' error; log getDomainInfo() errors 2021-11-03 16:53:11 +02:00
Dragory
fe7872888b
fix(phisherman): fix caught errors still throwing in getPhishermanDomainInfo() 2021-11-03 16:49:27 +02:00
Dragory
fb44a6558f
fix(phisherman): fix api response handling issue when checking subdomains 2021-11-03 03:29:57 +02:00
Dragory
4bdce129b3
fix: increase max API input size to 50MB 2021-11-03 01:16:29 +02:00
Dragory
9c1568b911
feat: download data exports directly from the server without a JS download step 2021-11-03 01:14:41 +02:00
Dragory
fc4f106afb
feat: add rate limits to import/export 2021-11-03 00:49:36 +02:00
Dragory
45941e47d6
feat(dashboard): add support for importing/exporting cases 2021-11-03 00:08:01 +02:00
Dragory
f3dae65747
fix: fix crash in !rest_performance if there are no rest call stats 2021-11-02 23:42:21 +02:00
Dragory
121628e6b1
perf: use a memory cache for Slowmode 2021-11-02 23:38:02 +02:00
Dragory
d09d6b776a
perf: use a memory cache for AutoReactions 2021-11-02 23:25:09 +02:00
Dragory
31f18ba27f
feat: add editing support to InternalPoster 2021-11-02 23:10:37 +02:00
Dragory
ecd9a5863c
debug(phisherman): gracefully handle and log unexpected API responses 2021-11-02 22:48:54 +02:00
Dragory
c5b2812452
chore: clean up imports in postToCaseLogChannel.ts 2021-11-02 22:28:28 +02:00
Dragory
2572fa78df
fix: missing change from 901a723080 2021-11-02 22:16:40 +02:00
Dragory
ac03711574
feat(phisherman): assume master API key is always valid 2021-11-02 22:16:06 +02:00
Dragory
901a723080
feat: remove blocked-at usage
The package never really worked with Zep, causing the
entire bot to freeze instead.
2021-11-02 22:14:44 +02:00
Dragory
3f0c1496dc
chore: remove unnecessary @discordjs/rest dependency 2021-11-02 22:13:36 +02:00
Dragory
8ac117a6f3
feat: use InternalPoster for Automod alerts 2021-11-02 22:12:57 +02:00
Dragory
fe63ec9d77
fix: fix error handling in InternalPoster.sendMessage direct sends 2021-11-02 21:40:24 +02:00
Dragory
4179bc4ee1
feat: move log timestamp prepending to log message format; use native timestamps by default 2021-11-02 21:27:08 +02:00
Dragory
9105495d72
feat: upgrade to discord.js v13.3.1 2021-11-02 21:17:00 +02:00
Dragory
65b87f4e0b
fix: add missing queryLogger.ts 2021-11-02 21:03:55 +02:00
Dragory
a7d71e0762
fix: log all errors when attempting to create a webhook and gracefully return 2021-11-02 21:00:23 +02:00
Dragory
0064d8fe3e
debug: log query counts based on operation and table 2021-11-02 20:54:47 +02:00
Dragory
94b21287ad
fix: don't try to save partial guild information 2021-11-02 20:51:37 +02:00
Dragory
59a6d5a56b
debug: increase 'lowest global remaining' log interval 2021-11-02 20:14:19 +02:00
Dragory
3648968439
fix: fix remove_roles_on_mute: true not working 2021-11-02 20:10:37 +02:00
Dragory
d80e642cba
perf: smaller DELETE chunks for saved messages, sleep 1s between batches 2021-11-02 20:08:54 +02:00
Dragory
55a39e0758
feat: use webhooks for logs when possible 2021-11-02 19:59:42 +02:00
Dragory
1081d1b361
fix: fix not being able to catch Phisherman API call errors 2021-11-01 17:10:42 +02:00
Dragory
b162d8c72e
fix: add missing noop import 2021-10-31 22:16:37 +02:00
metal
446f188e16
feat: add automod thread_archive and thread_unarchive triggers (#292)
Co-authored-by: Almeida <almeidx@pm.me>
2021-10-31 22:08:29 +02: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