Releases: luk3yx/miniirc_matrix
Releases · luk3yx/miniirc_matrix
v0.0.13
Changed
- Made the media key HMAC randomised, while using the API token is probably safe I am worried that it would create issues. If consistency between restarts is needed, a new
media_proxy_key
keyword argument can be set.
v0.0.12
Added
- An optional proxy for authenticated media, for use with relay bots to allow access to uploaded images again
- Sending of
m.mentions
and links to users when they are mentioned
Changed
- Since Matrix no longer allows unauthenticated requests to images,
mxc://
URLs are returned instead of a broken link if media proxying is not enabled.
v0.0.11
Changed
- Convert <s> and <strike> to correct IRC code
v0.0.10
Changed
- Fix a race condition that sometimes prevented the main loop from running.
v0.0.8
Changed
- Try again in 15 seconds if error returned from /v3/sync and self.persist is set
v0.0.7
Changed
- Fixed bug when room['timeline'] not sent in a sync response.
v0.0.6
Changed
- Fix bug when connecting to localhost without SSL
v0.0.5
Added
- Support for
.well-known/matrix/client
v0.0.4
Added
- Jitsi conference calls are now translated to PRIVMSGs containing the link
- If the client uses an unknown command, an "unknown command" numeric is sent back