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

124 commits

Author SHA1 Message Date
Dragory
902b7693e6
Dedupe package-lock.json with 'npm dedupe' 2020-07-05 15:31:06 +03:00
Dragory
22c7bd0ae7
Update to Knub v30.0.0-beta.9, knub-command-manager v8.1.1 2020-07-05 15:30:08 +03:00
Dragory
1bf5a7fa28
Update to Knub v30.0.0-beta.8, TypeScript v3.9; update Node typings to v14 2020-07-05 04:59:53 +03:00
Dragory
3e50d39105
Update to Knub v30.0.0-beta.7 2020-07-05 02:41:05 +03:00
Dragory
8701380e6b
Update Knub to v30.0.0-beta.5 2020-07-04 23:04:52 +03:00
Dragory
b6b063f716
Update to Eris 0.13.3 2020-07-03 21:48:56 +03:00
Dragory
c54da7ecca
Update to Knub 30.0.0-beta.4 2020-07-03 21:48:06 +03:00
Dragory
820f1b8e1e
Update to Knub 30.0.0-beta.3 2020-07-03 21:37:17 +03:00
Miikka
7e3f9ebd11 WIP 2020-06-30 17:48:18 +03:00
Dragory
d066f53bc5
Update Eris to 0.11.2 2020-01-20 23:43:22 +02:00
roflmaoqwerty
b092dda079 default emoji support for !jumbo 2020-01-14 18:46:53 +11:00
roflmaoqwerty
08c1a2e9ac implemented !jumbo 2020-01-14 18:46:53 +11:00
Dragory
94ef7b8ee0 Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00
Dragory
59a927ba93 Update to Knub 28, improve debugger-friendliness
Development npm scripts now also listen for debuggers:
- Port 9229 for the bot
- Port 9239 for the api

Via Knub 28, PluginErrors are no longer used in development, which
helps with call stacks in debuggers (see Knub changelog).

Unhandled promise rejections are now treated as exceptions via nodejs
flag --unhandled-rejections=strict, which allows catching them with
a debugger.

The internal "error-tolerant" error handler is now only used in
production; in development, all unhandled errors cause the bot to
crash and are easily catchable by debuggers.
2020-01-12 10:34:05 +02:00
Dragory
7de4be0b44 Update Knub to v27.0.0; update knub-command-manager to v7.0.0 2020-01-09 06:05:17 +02:00
Dragory
3740a59d20 Update Knub to 26.1.1 2019-12-29 22:34:05 -05:00
Dragory
73780e503f Add source map support to backend dev builds 2019-12-08 02:05:35 +02:00
Dragory
a0edd962f3 Add support for regex in !search via -regex/-re 2019-12-01 01:01:20 +02:00
Dragory
e586bfbda3 automod: add normalize and loose_matching trigger options 2019-11-30 22:04:28 +02:00
Dragory
8b46a07078 Remove now-unused nodemon 2019-11-30 17:08:11 +02:00
Dragory
2a646f5a6e Switch from ts-node to tsc-watch for faster watch restarts; move format npm script to project root 2019-11-30 17:05:18 +02:00
Dragory
9390b164d8 Fix issues caused by @shared tsconfig path 2019-11-08 00:03:02 +02:00
Dragory
ba4ddfcc32 Update Typescript to 3.7 2019-11-07 22:52:40 +02:00
Dragory
16111bbe84 Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00