Skip to content

Releases: luk3yx/miniirc_matrix

v0.0.13

05 Oct 10:12
Compare
Choose a tag to compare

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

05 Oct 03:13
Compare
Choose a tag to compare

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

22 Mar 22:38
Compare
Choose a tag to compare

Changed

  • Convert <s> and <strike> to correct IRC code

v0.0.10

23 Jun 07:14
Compare
Choose a tag to compare

Changed

  • Fix a race condition that sometimes prevented the main loop from running.

v0.0.9

25 Dec 22:22
Compare
Choose a tag to compare

Changed

  • Fixed parsing of <br/>

v0.0.8

17 Nov 20:36
Compare
Choose a tag to compare

Changed

  • Try again in 15 seconds if error returned from /v3/sync and self.persist is set

v0.0.7

16 Nov 00:47
Compare
Choose a tag to compare

Changed

  • Fixed bug when room['timeline'] not sent in a sync response.

v0.0.6

22 May 05:51
Compare
Choose a tag to compare

Changed

  • Fix bug when connecting to localhost without SSL

v0.0.5

22 May 05:41
Compare
Choose a tag to compare

Added

  • Support for .well-known/matrix/client

v0.0.4

15 May 03:28
Compare
Choose a tag to compare

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