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

100 commits

Author SHA1 Message Date
Dragory
a8b105bdec
Add yaml parse+mutate+reserialize test 2020-10-19 20:10:16 +03:00
Dragory
76f7658763
Fixes 2020-10-16 02:13:54 +03:00
Dragory
3aada93a80
Add sticker_spam automod trigger 2020-10-16 02:01:07 +03:00
Dragory
87f461959b
Update to Knub v30.0.0-beta.25 2020-10-10 14:44:20 +03:00
Dragory
cd4b7a2f97
Update to Knub v30.0.0-beta.24 2020-10-10 14:09:29 +03:00
Dragory
2f470dc37a
Update to new Knub 30 beta. Code clean-up. 2020-10-01 01:43:38 +03:00
Dragory
1f52ebef44
Update to knub@30.0.0-beta.21, knub-command-manager@8.1.2 2020-08-10 01:04:45 +03:00
Dragory
8e37ca3609
Fix last update/version in !about 2020-08-10 01:02:48 +03:00
Dragory
8826b2521d
Allow more color formats in !post_embed / !edit_embed -color 2020-08-09 20:21:01 +03:00
Dragory
925cf718e7
Replace transliteration package use with a custom normalizer function
Huge thanks to Nobody#6075 for doing most of the work for it!
2020-08-05 03:38:14 +03:00
Dragory
a7fa258f2a
Run user-supplied regexes in worker threads with a timeout 2020-08-05 01:15:36 +03:00
Dragory
9bbd245388
Update Knub to v30.0.0-beta.20 2020-08-02 02:55:44 +03:00
Dragory
64b484511c
Add some optional packages for Eris 2020-07-30 23:23:35 +03:00
Dragory
fcc3c17b73
Update to Knub v30.0.0-beta.19 2020-07-30 20:35:36 +03:00
Dragory
b66e601cef
Update Knub to v30.0.0-beta.18 2020-07-30 03:20:25 +03:00
Dragory
70e072e664
Update Knub to v30.0.0-beta.17 2020-07-29 23:45:20 +03:00
Dragory
f74291d5f8
Update to Knub v30.0.0-beta.16 2020-07-29 21:01:11 +03:00
Dragory
f397c1b7c0
Update package-lock.json for Knub v30.0.0-beta.15 2020-07-28 23:57:06 +03:00
Dragory
140ba84544
Update to Knub v30.0.0-beta.14 2020-07-25 12:46:24 +03:00
Dragory
cc320728f0
Merge master 2020-07-22 23:06:12 +03:00
Dragory
4019b9e1a2
Update Knub to v30.0.0-beta.13 2020-07-22 22:04:09 +03:00
Dragory
e44ef71fe2
Update Knub to v30.0.0-beta.12 2020-07-22 21:15:22 +03:00
Dragory
f4e8282a93
Update to Knub v30.0.0-beta.11 2020-07-22 09:33:15 +03:00
dependabot[bot]
efbb1dc1d4
Bump lodash from 4.17.15 to 4.17.19 in /backend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 17:01:12 +00:00
Dragory
4a8a63e8b8
Update Knub to v30.0.0-beta.10 2020-07-06 03:34:33 +03:00
Dragory
b338351e37
Update to ava 3 2020-07-06 01:50:28 +03:00
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