Releases: 42wim/matterircd
Releases · 42wim/matterircd
Matterircd v0.6.1
- Fixes team bug on mattermost 3.0
- Experimental cookie login
Matterircd v0.6
Matterircd v0.5
Works with mattermost v1.4.0 - v2.1.0 (stable release, not development or master)
Bugfixes
- Fix insecure connections (HTTP support)
- Fix login crashes (when wrong password or other data is given)
- Fix irc TOPIC, LIST crashes when not logged into mattermost
- Fix irc PART, LEAVE where you were not really leaving the channel
Enhancements
- Docker images on https://hub.docker.com/r/42wim/matterircd
Matterircd v0.4
Works with mattermost v1.4.0 - v2.1.0 (stable release, not development or master)
Bug fixes
- Fixes a few crashes
- Vendored all 3rd party libraries (should fix issues with mattermost API changes from now on)
New features
- TLS support. See -tlsbind and -tlsdir
- Uses mattermost's incoming webhooks override_username as irc nick.
- Add -bind option to specify interface:port (deprecated -interface and -port)
- Add -version option
Misc
- Refactored to use matterclient lib
- Add docker automated build (https://hub.docker.com/r/42wim/matterircd)
Matterircd v0.3
Only works with mattermost 1.4.0+
Use matterircd v0.2 for older mattermost releases.
Bug fixes
- Add basic MODE support (fixes irssi channel syncing)
- Fix WHOIS idle time
- Various crashes
- Update compatibility with mattermost API changes
New features:
- Add scrollback support (e.g. /msg mattermost SCROLLBACK #bugs 10) show last 10 lines from #bugs
- /TOPIC support added
- Add -mminsecure option to use insecure connections (http instead of https)
Matterircd v0.2
- Lotsa bugfixes
new irc features
- WHOIS support
- Show URL of messages with filenames/downloads
- Support for searching mattermost messages (/msg mattermost search query)
new server features
- Option to restrict connections to specified mattermost instances (-restrict)
- Option to specify default team (-mmteam)
- Option to specify default server (-mmserver)
- Option to listen on specified ip address (-interface)
First release
Should be rather stable now. Tested on Windows / Linux
Features:
- support direct messages / private channels
- auto-join/leave to same channels as on mattermost
- reconnects with backoff on mattermost restarts
- support multiple users
- support channel backlog (messages when you're disconnected from IRC/mattermost)