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

82 commits

Author SHA1 Message Date
Dragory
807874874c +tweak 2021-08-19 01:52:24 +03:00
Dragory
0540077507 Tweak 2021-08-19 01:44:06 +03:00
Miikka
4a675b4caa Desperate hotfix attempt 2021-08-19 01:37:25 +03:00
Dragory
0f5072425a Fix 429 string check 2021-08-19 00:01:29 +03:00
Dragory
268b5a7a93 Add more debug logging 2021-08-19 00:00:16 +03:00
Dragory
a0a1ccdace Re-enable restGlobalRateLimit: 50 2021-08-18 23:58:25 +03:00
Dragory
5bffe2fee5 Add bail-out after too many 429 errors 2021-08-18 23:57:44 +03:00
Dragory
9d5924901f Fix 429/rate limit logging 2021-08-18 23:20:31 +03:00
Dragory
2f4cc57608 Hotfix 8 2021-08-18 22:35:51 +03:00
Dragory
0685e0259a Hotfix 7 2021-08-18 22:33:13 +03:00
Dragory
f188cc1e47 Hotfix 5 2021-08-18 22:24:23 +03:00
Dragory
00fc1895f7 Thread fixes 2021-08-18 20:47:24 +03:00
Dragory
1e50e459f3 Disallow anchors/aliases to objects when loading config YAML 2021-08-14 18:22:29 +03:00
Dragory
911f0a3c76 Remove conflicting global HTMLElement type declaration
Discord.js depends on @discordjs/builders, which depends on @sindresorhus/is,
which references the "dom" library for TypeScript, which includes
a declaration for HTMLElement.
2021-08-14 15:48:18 +03:00
almeidx
c0868e9032 removed unnecessary conditional 2021-07-29 01:51:11 +01:00
almeidx
736cb3a9af renamed ErisError to DiscordJSError, use rateLimit event instead of debug, renamed the TOKEN variable back 2021-07-28 16:43:56 +01:00
Dark
63d143a0ce DJS Update, Full Import Cleanup 2021-07-25 14:32:08 +02:00
Dark
de85ba37b9 More fixes, change rest of stripObjectToScalars to configAccessibleObj 2021-07-21 22:14:09 +02:00
Dark
e5730d0b85 Update DJS 2021-07-04 17:41:44 +02:00
Dark
6e2bd28691 Change DiscordRESTError to DiscordAPIError 2021-06-30 23:06:02 +02:00
Dark
38a5e07be8 Formatting and initial ButtonRoles DB work 2021-06-08 02:23:30 +02:00
Dark
addb614023 Organise all imports, make Mutes depend on Logs 2021-06-06 23:51:32 +02:00
Dark
18fe83c65f Properly order reaction roles 2021-06-06 02:41:06 +02:00
Dark
1ee016e85e Bot now connects, lint fixes 2021-06-02 19:35:44 +02:00
Dark
9509be5e65 Start move to d.js 2021-05-31 03:30:55 +02:00
Dragory
93e065328d Move ratelimiterOffset to rest.ratelimiterOffset 2021-05-23 18:34:23 +03:00
Dragory
53dfb4bd11 Set Eris ratelimiterOffset to 150 in an attempt to avoid global 429s 2021-05-23 18:31:46 +03:00
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