Commit Graph

91 Commits

Author SHA1 Message Date
bertybuttface
c1ef71817a Cleanup code 2023-01-19 17:43:55 +00:00
bertybuttface
2eccbf6d17
Bump version 2023-01-12 01:09:58 +00:00
bertybuttface
8a8d624c28
Merge pull request #50 from matrixgpt/matrix-prefix-dm
Add MATRIX_PREFIX_DM feature
2023-01-12 00:42:44 +00:00
bertybuttface
c97901e0cd Add MATRIX_PREFIX_DM feature 2023-01-12 00:16:43 +00:00
bertybuttface
f3ee5ab450
Bump version 2023-01-11 16:08:05 +00:00
bertybuttface
f82f4264aa
Merge pull request #47 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.13
Bump chatgpt from 3.3.12 to 3.3.13
2023-01-11 16:06:19 +00:00
dependabot[bot]
0b12f9ef7f
Bump chatgpt from 3.3.12 to 3.3.13
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.12 to 3.3.13.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.12...v3.3.13)

---
updated-dependencies:
- dependency-name: chatgpt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 15:41:55 +00:00
bertybuttface
6a1ba59ee4
Update package.json 2023-01-10 16:05:42 +00:00
bertybuttface
ab1e04b2b0
Merge pull request #46 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.12
Bump chatgpt from 3.3.11 to 3.3.12
2023-01-10 14:02:46 +00:00
dependabot[bot]
3ed5fe2922
Bump chatgpt from 3.3.11 to 3.3.12
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.11...v3.3.12)

---
updated-dependencies:
- dependency-name: chatgpt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 13:46:55 +00:00
bertybuttface
96be498cb6
Merge pull request #44 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.11
Bump chatgpt from 3.3.10 to 3.3.11
2023-01-10 13:26:20 +00:00
dependabot[bot]
644585e786
Bump chatgpt from 3.3.10 to 3.3.11
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v3.3.10...v3.3.11)

---
updated-dependencies:
- dependency-name: chatgpt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 16:32:07 +00:00
bertybuttface
260193458a Update README.md 2023-01-08 21:02:47 +00:00
bertybuttface
cdbad7f529
Merge pull request #43 from matrixgpt/rich-text-fix
Rich text fix
2023-01-08 21:01:03 +00:00
bertybuttface
09cd60b961 Bump version 2023-01-08 21:00:42 +00:00
bertybuttface
a5d715ee1f Make rich text configurable 2023-01-08 21:00:32 +00:00
bertybuttface
7a4941a679
Merge pull request #42 from matrixgpt/rich-text
Add Markdown support for ChatGPT
2023-01-08 20:50:58 +00:00
bertybuttface
6713b66da4 Add Markdown support for ChatGPT 2023-01-08 20:19:43 +00:00
bertybuttface
58e6b81809 Bump version for next release 2023-01-08 20:19:12 +00:00
bertybuttface
938fa728e7 Update github actions to use cache and latest tag 2023-01-08 17:03:39 +00:00
bertybuttface
8b0062b5f4
Merge pull request #41 from matrixgpt/fix-docker
Remove unused support for sandboxing
2023-01-08 16:54:19 +00:00
bertybuttface
523d6fe750 Update Dockerfile to use node:19-slim 2023-01-08 16:39:08 +00:00
bertybuttface
72a746aac5 Update and simplify Docker 2023-01-08 16:24:49 +00:00
bertybuttface
bfe62dac54 Remove unused support for sandboxing 2023-01-08 15:50:20 +00:00
bertybuttface
ae5711ff41 Update package.json
update repository field
2023-01-08 15:48:47 +00:00
bertybuttface
febd5ef1e9
Update README.md 2023-01-08 00:17:58 +00:00
bertybuttface
0d6120c1bb Allow blank MATRIX_BLACKLIST and MATRIX_WHITELIST 2023-01-08 00:15:03 +00:00
bertybuttface
bf440d7135
Merge pull request #40 from matrixgpt/arm-support
Add ARM container
2023-01-07 23:46:06 +00:00
bertybuttface
62362af3d0
Add ARM container 2023-01-07 23:15:21 +00:00
bertybuttface
5d1d7dfef1
Update github action to avoid builds we don't need 2023-01-07 23:05:19 +00:00
bertybuttface
c7b9cbf962 Add MATRIX_BLACKLIST and MATRIX_WHITELIST 2023-01-07 21:58:30 +00:00
bertybuttface
aaa527bed3
Merge pull request #39 from matrixgpt/config-tidy
Tidy up env settings
2023-01-07 21:58:02 +00:00
bertybuttface
1770e1f1db Tidy up env settings
Only leave what we are currently using.
2023-01-07 19:09:59 +00:00
bertybuttface
a3c828c9fa Lookup rootEvent to check prefix in thread. 2023-01-07 18:17:13 +00:00
bertybuttface
5e7695f448 Update README.md 2023-01-07 00:32:15 +00:00
bertybuttface
49d0ae0d60 Hotfix last PR
We still need that util function for now, can remove later. Also we don't need MATRIX_BOT_USERNAME any more if we have MATRIX_ACCESS_TOKEN set.
2023-01-07 00:30:09 +00:00
bertybuttface
16f2852303
Merge pull request #37 from matrixgpt/fix-invocations
Fix invocations
2023-01-07 00:12:42 +00:00
bertybuttface
19a8dfb0e4 Cache details for mentions. 2023-01-06 23:59:52 +00:00
bertybuttface
2f6c0379ab Update handlers.ts so we ignore edit messages 2023-01-06 23:15:28 +00:00
bertybuttface
bcaf9850f7
Merge pull request #30 from matrixgpt/configurable-prefix
Allow changing the MATRIX_DEFAULT_PREFIX
2023-01-06 16:23:09 +00:00
bertybuttface
0c4f3303a9 Make MATRIX_PREFIX configurable at conversation level
At the conversation level.
2023-01-05 22:24:19 +00:00
bertybuttface
0ed4a5e43c
Merge pull request #29 from matrixgpt/dependabot/npm_and_yarn/dotenv-16.0.3
Bump dotenv from 14.2.0 to 16.0.3
2023-01-03 15:05:32 +00:00
bertybuttface
d51603091b
Merge pull request #28 from matrixgpt/dependabot/npm_and_yarn/typescript-4.9.4
Bump typescript from 4.5.2 to 4.9.4
2023-01-03 15:05:15 +00:00
dependabot[bot]
6d625353fa
Bump typescript from 4.5.2 to 4.9.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.2...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 15:04:39 +00:00
dependabot[bot]
95d0f44242
Bump dotenv from 14.2.0 to 16.0.3
Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.2.0 to 16.0.3.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v14.2.0...v16.0.3)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 15:04:28 +00:00
bertybuttface
8521496318
Merge pull request #26 from matrixgpt/dependabot/npm_and_yarn/chatgpt-3.3.10
Bump chatgpt from 2.0.5 to 3.3.10
2023-01-03 15:02:23 +00:00
dependabot[bot]
7a271c685c
Bump chatgpt from 2.0.5 to 3.3.10
Bumps [chatgpt](https://github.com/transitive-bullshit/chatgpt-api) from 2.0.5 to 3.3.10.
- [Release notes](https://github.com/transitive-bullshit/chatgpt-api/releases)
- [Commits](https://github.com/transitive-bullshit/chatgpt-api/compare/v2.0.5...v3.3.10)

---
updated-dependencies:
- dependency-name: chatgpt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 02:59:10 +00:00
bertybuttface
831e591858
Create dependabot.yml 2023-01-03 02:58:41 +00:00
bertybuttface
a5da083eb1
Merge pull request #25 from matrixgpt/code-tidy
Add types to variable and tidy code
2023-01-03 02:56:40 +00:00
bertybuttface
65b9b28435 Add types to variable and tidy code 2023-01-03 02:49:59 +00:00