Releases: 42wim/matterircd
Releases · 42wim/matterircd
Matterircd v0.11.0
- Supports mattermost 3.5.0
Matterircd v0.10.2
Bugfix release
- Fixes unresponsive connections #69 (thanks @merlinschumacher for reporting/testing)
- Fixes panic on /QUIT while still getting logged in
Matterircd v0.10.1
Matterircd v0.10.0
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
Bugfix release
Fixes a server crash #62
Matterircd v0.9.0
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
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
Matterircd v0.8
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
- Fixes FD leaks on long running setups.
- Fixes crash on incorrect PRIVMSG
- Speed-up mattermost logins
- Refactoring of mm-go-irckit