Skip to content

Releases: 42wim/matterircd

Matterircd v0.11.0

13 Nov 15:42
Compare
Choose a tag to compare
  • Supports mattermost 3.5.0

⚠️ This version only works with mattermost 3.5.0 and higher. For mattermost 3.3.0 - 3.4.0 use matterircd v0.10.2

Matterircd v0.10.2

06 Sep 19:26
Compare
Choose a tag to compare

Bugfix release

  • Fixes unresponsive connections #69 (thanks @merlinschumacher for reporting/testing)
  • Fixes panic on /QUIT while still getting logged in

Matterircd v0.10.1

05 Sep 12:02
Compare
Choose a tag to compare

Bugfix release

Fixes #65 #66 #67 (thanks @2-b for reporting/testing)

Matterircd v0.10.0

20 Aug 14:14
Compare
Choose a tag to compare

Compatibility release

This version works only with mattermost 3.3.0 and higher. (Mattermost API changes between 3.2.0 and 3.3.0)

If you're still on older mattermost keep using 0.9.1

Matterircd v0.9.1

19 Aug 21:37
Compare
Choose a tag to compare

Bugfix release

Fixes a server crash #62

Matterircd v0.9.0

14 Aug 21:35
Compare
Choose a tag to compare

Changes since v0.9.0-beta1

  • Add ca-certs to docker to allow connection to TLS secured hosts #59
  • Fix some panics
  • Add a statusloop to keep longrunning mattermost connections open

Matterircd v0.9.0-beta1

27 Jul 21:20
Compare
Choose a tag to compare

Improvements

  • Lots of changes in mm-go-irckit and matterclient
  • Add better support for multiple teams (non-primary teams are read-only channels)
  • Faster channel joining
  • Sync with mattermost 3.2.0

Bugfixes

  • Fix invalid team crashes
  • Fix race condition
  • Fix invalid topics

Matterircd v0.8.1

02 Jul 19:46
Compare
Choose a tag to compare

Bugfix release

  • Fix sending of empty messages #53
  • Fix crash on race condition #54
  • Fix crash on invalid input #55
  • Fix (more) FD leaks on long-running servers.

Matterircd v0.8

20 Jun 20:30
Compare
Choose a tag to compare

New features

  • Add support for /AWAY
  • Add support for /LUSERS
  • Changed unicode MVS to ZWS #50
  • &users channel containing all mattermost users across teams (for easy /msg)
  • Mattermost admins show as op in IRC

Bug fixes

  • Fix crashes when not logged into mattermost
  • Actually answer mattermost PINGs
  • Show file links also with empty messages
  • Various other fixes

Matterircd v0.7

31 May 20:39
Compare
Choose a tag to compare
  • Fixes FD leaks on long running setups.
  • Fixes crash on incorrect PRIVMSG
  • Speed-up mattermost logins
  • Refactoring of mm-go-irckit