mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00

* Backoff RSS requests if a url repeatedly fails. * Increase max backoff time to a day * Add backoff for failing feeds. * Remove unused finally * Add this.feedLastBackoff * Rewrite in rust. * linting * pop * Optimise backoff function further * Drop only! * fix test * lint * lint further * Better comments * Fix urls calculation * Remove testing URL * Add some variance to speed up while loop * correct comment * Follow the advice and use a VecDeque as it's slightly faster. * Vastly better shuffle method * Speed up checking for previous guids. * fix hasher function * lint * Content doesn't need to be calculated twice. * Slightly more efficient iteration * Improve performance of backoff insertion * Configure feed reader * lint * Ensure appending and removing from the queue works as expected. * Ensure we do keep urls that have been removed. * lint * Inc/dec metrics as queue items are added/deleted. * Add comment * tidy up
Matrix Hookshot
A Matrix bot for connecting to external services like GitHub, GitLab, JIRA, and more.
- Several services are supported out of the box.
- Webhooks let you connect all kinds of services, with the ability to write rich templates using JavaScript.
- No external database is required, instead using Matrix state as a persistent store.
- End-to-Bridge encryption allows bots to be used in encrypted Matrix rooms.
- Powerful widgets let you configure Hookshot from a room or the Element Extensions Store.
We richly support the following integrations:
Get started by reading the setup guide!
Documentation
Documentation can be found on GitHub Pages.
You can build the documentation yourself by typing:
# cargo install mdbook
mdbook build
sensible-browser book/index.html
Contact
We have a Matrix support room (#hookshot:half-shot.uk).
Description
A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
Languages
TypeScript
94.3%
Rust
3.1%
SCSS
0.8%
Smarty
0.6%
JavaScript
0.6%
Other
0.5%