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

14 commits

Author SHA1 Message Date
roflmaoqwerty
7205aae5ef default emoji support for !jumbo 2020-01-14 18:46:53 +11:00
roflmaoqwerty
6c9cb78a21 implemented !jumbo 2020-01-14 18:46:53 +11:00
Dragory
4329736716 Update to Knub 29. Set up config types for Knub. 2020-01-12 13:37:43 +02:00
Dragory
d4f569ee0f 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
c17c16b764 Update Knub to v27.0.0; update knub-command-manager to v7.0.0 2020-01-09 06:05:17 +02:00
Dragory
247aa777db Update Knub to 26.1.1 2019-12-29 22:34:05 -05:00
Dragory
b3efe86bb4 Add source map support to backend dev builds 2019-12-08 02:05:35 +02:00
Dragory
5930c13417 Add support for regex in !search via -regex/-re 2019-12-01 01:01:20 +02:00
Dragory
889a3372ad automod: add normalize and loose_matching trigger options 2019-11-30 22:04:28 +02:00
Dragory
a5f4af1ea5 Remove now-unused nodemon 2019-11-30 17:08:11 +02:00
Dragory
1b809aaf4f 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
5352a2625b Fix issues caused by @shared tsconfig path 2019-11-08 00:03:02 +02:00
Dragory
c650144509 Update Typescript to 3.7 2019-11-07 22:52:40 +02:00
Dragory
9250c84637 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