[DRAFT] 💬 Interact with GPT via Matrix
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
dependabot[bot] c7d1677650
Bump json5 from 1.0.1 to 1.0.2 (#292)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
.github Update CI to run against main (#245) 1 year ago
docs Update docs 2 years ago
examples Replace rust-sdk bindings with ones that work (#236) 1 year ago
src Always send reactions unencrypted (#290) 9 months ago
test Add SynapseAdminApis.makeRoomAdmin (#258) 1 year ago
.eslintrc.js Fix lint rules 1 year ago
.gitignore Add early support for encryption: Bootstrap process 2 years ago
.npmignore 0.1.10 5 years ago
CONTRIBUTING.md Fix license name 1 year ago
LICENSE Update license years 1 year ago
README.md Remove old Buildkite badge 1 year ago
jsdoc.json Fill out the documentation a bit more 2 years ago
package.json Reset version back to "develop" for jsdoc, for now 10 months ago
tsconfig-examples.json Appservice transaction handling, user queries, bot-backed invites, etc 5 years ago
tsconfig-release.json Fix publishing 1 year ago
tsconfig.json General maintenance run (mostly over tests) (#225) 1 year ago
yarn.lock Bump json5 from 1.0.1 to 1.0.2 (#292) 9 months ago

README.md

matrix-bot-sdk

npm version

TypeScript/JavaScript SDK for Matrix bots. For help and support, visit #matrix-bot-sdk:t2bot.io

Documentation

Documentation for the project is available here.

Matrix version support

The Matrix protocol is versioned to ensure endpoints and functionality can safely rotate in and out of the ecosystem. The bot-sdk will assume it is connected to a homeserver with support for at least one of the last 2 versions, at the time of the bot-sdk's release. This means that if you connect the bot-sdk to a homeserver which is 3 or more Matrix versions out of date, things might not work for you.

It is recommended to update the bot-sdk as frequently as spec releases themselves (or faster) to avoid this situation, and watch the repo for updates in the event a release is delayed.

Note: Currently the bot-sdk does not throw an error if the server appears to be incompatible, however this might change in the future.