Commit Graph

120 Commits

Author SHA1 Message Date
Charlie Laabs
041fcd27a6 Merge branch 'master' of https://github.com/claabs/markov-discord 2022-05-20 21:49:18 -05:00
Charlie Laabs
363ed0f585 Update changelog 2022-05-20 21:49:16 -05:00
Charlie Laabs
0042fda285 Update dependencies to latest 2022-05-20 21:47:51 -05:00
Charlie Laabs
0d7a388b3c Rough fix for TTS not working using command interaction 2022-05-20 21:25:09 -05:00
Charlie Laabs
6ed14533ad Merge pull request #35 from claabs/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2022-04-29 13:16:09 -05:00
dependabot[bot]
0c1fe34b98 Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 17:11:31 +00:00
Charlie Laabs
8bfc3f91ef Don't fail if replied message is deleted. Fixes #32. 2022-04-14 16:27:13 -05:00
Charlie Laabs
696a72257e Refactor logger 2022-03-27 19:44:32 -05:00
Charlie Laabs
4215b5ae13 typeorm 0.3, Dockerfile optmizations 2022-03-25 22:38:20 -05:00
Charlie Laabs
f89bed9e5d Update dependencies 2022-03-25 20:31:08 -05:00
Charlie Laabs
575a0ac499 Merge branch 'master' of https://github.com/claabs/markov-discord 2022-02-20 18:31:50 -06:00
Charlie Laabs
cfddcdf313 More logging in config setup 2022-02-20 18:31:11 -06:00
Charlie Laabs
c696067c58 Update dependencies 2022-02-20 18:30:51 -06:00
Charlie Laabs
eaa3909dfc Merge pull request #28 from claabs/dependabot/npm_and_yarn/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8
2022-02-14 21:31:59 -06:00
dependabot[bot]
c263891bf3 Bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 01:48:19 +00:00
Charlie Laabs
d72ea573fa Merge pull request #27 from claabs/dependabot/npm_and_yarn/vm2-3.9.7
Bump vm2 from 3.9.5 to 3.9.7
2022-02-14 19:47:53 -06:00
dependabot[bot]
c2ba30d935 Bump vm2 from 3.9.5 to 3.9.7
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-15 00:52:09 +00:00
Charlie Laabs
e532247b6e 2.0.2 2022-01-28 17:14:55 -06:00
Charlie Laabs
a196c62766 Fix error on seeded generation
- Update dependencies
2022-01-28 17:13:05 -06:00
Charlie Laabs
1d826e6d6d Update dependencies 2022-01-21 21:39:33 -06:00
Charlie Laabs
8790e131cc Debug logging for #25 2022-01-21 21:33:58 -06:00
Charlie Laabs
46092e3274 Avoid exactly reposting old messages.
npm audit
2022-01-12 18:41:36 -06:00
Charlie Laabs
b7597b57a6 Merge pull request #24 from claabs/develop
Version 2.0.0
2022-01-10 20:53:42 -06:00
Charlie Laabs
57147a03c3 Update CHANGELOG.md 2022-01-10 08:37:30 -06:00
Charlie Laabs
fa710d7c73 Merge remote-tracking branch 'origin/master' into develop 2022-01-09 19:04:06 -06:00
Charlie Laabs
16fb711331 Clarify error while training on bad channel permissions 2022-01-09 18:40:25 -06:00
Charlie Laabs
19284b1d09 Fix training reply webhook timeout 2022-01-09 18:05:25 -06:00
Charlie Laabs
f9fbba204a Document Docker restart policy 2022-01-09 17:42:13 -06:00
Charlie Laabs
2237d344b7 Add pm2 to non-docker run 2022-01-09 17:27:34 -06:00
Charlie Laabs
a6a81b0211 Fix some issues with mass training 2022-01-09 17:12:38 -06:00
Charlie Laabs
f778341927 Update deps 2022-01-09 16:48:28 -06:00
Charlie Laabs
43516687e9 Clarify JSON5 extension support 2022-01-09 16:31:42 -06:00
Charlie Laabs
457baee96d Support thread messages. Resolves #23.
Improved edit and delete support (switched to tags).
Remove embed when train command is finished.
2022-01-09 16:25:55 -06:00
Charlie Laabs
6b29681123 Add userRoleIds config option 2022-01-09 15:05:32 -06:00
Charlie Laabs
d670d30ae5 Add more v2 changes to changelog 2022-01-09 14:45:56 -06:00
Charlie Laabs
564c4f9c7c Prevent all mentions from message responses. Some other light refactoring. 2022-01-05 16:40:44 -06:00
Charlie Laabs
947100282e Update docs for 2.0.0 prep 2022-01-04 22:15:33 -06:00
Charlie Laabs
fb2128b080 Update to alpine 3.15 2022-01-04 22:15:10 -06:00
Charlie Laabs
92e86eabb9 Update dependencies to latest 2022-01-02 15:00:05 -06:00
Charlie Laabs
914c355ad0 Add message seeding feature 2022-01-02 14:37:01 -06:00
Charlie Laabs
a7699f1992 Update help message 2022-01-02 14:17:58 -06:00
Charlie Laabs
0bc0dae36e Fix delete performance 2022-01-02 12:01:17 -06:00
Charlie Laabs
87d5e95452 Fix hangs on message edit/delete 2022-01-02 01:24:01 -06:00
Charlie Laabs
1b8e8fd8fb A fix to remove the duplicate commands 2022-01-01 23:20:22 -06:00
Charlie Laabs
87009bb930 Add tini 2022-01-01 23:14:48 -06:00
Charlie Laabs
b41d576e74 Update to markov-strings-db 4.1 2022-01-01 23:10:02 -06:00
Charlie Laabs
bccb7e7cdf Add responses to legacy commands 2021-12-30 21:47:49 -06:00
Charlie Laabs
01cca367d0 Some extra trace logging 2021-12-30 18:56:35 -06:00
Charlie Laabs
e9f5397045 Increase historyTimeConstant 2021-12-30 18:48:05 -06:00
Charlie Laabs
d01b223f58 Fix percentage display 2021-12-30 18:45:24 -06:00