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

55 commits

Author SHA1 Message Date
Dragory
93d1c81685 Disable mentions by default 2021-04-10 23:37:55 +03:00
Dragory
909ce4c059 Make timeouts less noisy in stderr 2020-12-19 03:09:24 +02:00
Dragory
79cbe5f886 Handle more connection error events gracefully 2020-12-19 03:07:41 +02:00
Dragory
77efb43181 Extend HTTP 500 error handling to all 5xx codes 2020-12-18 05:25:27 +02:00
Dragory
d8a653202c Handle eris errors in common error handler 2020-12-18 05:24:07 +02:00
Dragory
301ba5627d Change plugin/discord error tolerance from 5/12.5s to 5/10s 2020-12-18 05:08:51 +02:00
Dragory
779212233c Pass unhandled rejections to main error handler 2020-12-18 05:07:55 +02:00
Dragory
bd4182bb53 Clean up HTTP 500 errors in stderr 2020-12-17 03:51:59 +02:00
Dragory
6f2d5a3784 Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
Dragory
1889027bd9 Add error handler for Eris errors
Previously this was done within Knub, but Knub no longer
automatically places an error handler for Eris since v30.0.0-beta.24
2020-10-13 19:49:34 +03:00
Dragory
682204fa2d Don't wait for all guilds to load before loading those first available 2020-10-10 14:53:47 +03:00
Dragory
bbd4e3bdf1 Re-disable guildPresences, still wonky 2020-10-10 05:13:20 +03:00
Dragory
780e79d435 Also request guildMessageTyping intent
Fixes pingable_roles
2020-10-10 05:10:06 +03:00
Dragory
6d7a9ce8af Re-enable guildPresences intent 2020-10-10 05:08:45 +03:00
Dragory
5f28d3513e Encrypt message data at rest 2020-09-16 22:32:43 +03:00
Dragory
03fe66e9a0 Fixes to prod error handler 2020-09-13 22:46:59 +03:00
Dragory
f9d907a02c Fix possible error in error handling 2020-09-13 21:39:56 +03:00
Dragory
d62c6e17d7 Fix 2020-08-28 02:01:35 +03:00
Dragory
2659c0a216 Disable guildPresences intent again 2020-08-19 01:03:54 +03:00
Dragory
f77a916bd7 Disable ws compression temporarily 2020-08-19 00:57:44 +03:00
Dragory
c7639ad5a5 Re-enable presence intent 2020-08-19 00:50:59 +03:00
Dragory
8bd1572e2a Add support for server-specific timezone and date format settings 2020-08-10 00:24:06 +03:00
Dragory
e99c3ca803 Remove some of the non-fruitful debug attempts 2020-08-01 15:26:01 +03:00
Miikka Virtanen
b66c86fa3f More debug 2020-07-31 11:16:07 +03:00
Dragory
73dc4ec63a Clean+++ 2020-07-30 23:43:13 +03:00
Dragory
5dda99dda4 Clean++ 2020-07-30 23:41:31 +03:00
Dragory
9f65f5e1e2 Clean up debug logging some more 2020-07-30 23:40:53 +03:00
Dragory
22aa910913 Clean up debug logging 2020-07-30 23:38:53 +03:00
Dragory
61773e67d4 Compress WS data 2020-07-30 23:36:27 +03:00
Dragory
87e78e646c Disable presence and typing intents temporarily 2020-07-30 23:12:35 +03:00
Dragory
1d0c9c44cd Disable presence updates temporarily 2020-07-30 23:12:14 +03:00
Dragory
4e1eb0ac5d Fix base plugins not being loaded by default 2020-07-30 22:23:18 +03:00
Dragory
6597879a81 Specify required intents 2020-07-30 22:10:17 +03:00
Dragory
4d25862b73 Fix all plugins being enabled by default 2020-07-30 22:00:08 +03:00
Dragory
8348dd586a Handle plugin load errors gracefully 2020-07-30 20:40:00 +03:00
Dragory
1e44f811fc ZeppelinPluginBlueprint.configSchema is now required. Validate deep partial config schema before running config preprocessor. 2020-07-30 20:10:50 +03:00
Dragory
a46c38aacd Add extra debug logging 2020-07-30 13:51:36 +03:00
Dragory
0c9a619880 Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
Dragory
77465e039f Remove unported plugins from the repository 2020-07-06 01:53:58 +03:00
Dragory
4653fc9bf7 Knub 30 conversion base work; Work on Utility plugin Knub 30 conversion 2020-07-05 05:00:54 +03:00
Dragory
89e584a6f2 Merge master 2020-07-02 23:45:46 +03:00
Miikka
b4757f3b52 WIP 2020-06-30 17:48:18 +03:00
Dragory
01d5a483f0 RATELIMITED -> 429 2020-05-28 03:15:06 +03:00
Dragory
6b83402498 Another potential fix for Node.js 13/14 incompatibility 2020-05-08 18:29:17 +03:00
Dragory
cffca426f0 Possible fix for module error on Node.js 13 and 14 2020-05-08 03:13:30 +03:00
Dragory
ad0caa39ab Allow overriding user notification method for mod actions via -notify and -notify-channel. Allow setting these settings for automod actions as well. 2020-01-29 02:44:11 +02:00
Dragory
58b4a6aa3d Set default success emoji to zep_check; add error_emoji support, mirroring success_emoji but for error messages 2020-01-12 13:44:31 +02:00
Miikka
431c476e9d Merge branch 'master' into custom-success-emoji 2020-01-12 13:39:59 +02:00
Dragory
4329736716 Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00
roflmaoqwerty
a5fb1ee700 ran npm run format 2020-01-12 22:31:30 +11:00