Skip to content

Releases: 42wim/matterircd

Matterircd v0.6.1

24 May 20:45
Compare
Choose a tag to compare
  • Fixes team bug on mattermost 3.0
  • Experimental cookie login

Matterircd v0.6

23 May 22:02
Compare
Choose a tag to compare

Compatibility release, works now with mattermost 3.0 (and only 3.0 because of API changes).

  • For use with mattermost 3.0.0 v0.6
  • For use with mattermost 1.4.0-2.2.0 v0.5
  • For use with mattermost <1.4.0 v0.2

Matterircd v0.5

10 Apr 20:40
Compare
Choose a tag to compare

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

Matterircd v0.4

27 Mar 22:22
Compare
Choose a tag to compare

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

Matterircd v0.3

11 Feb 22:22
Compare
Choose a tag to compare

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

21 Nov 21:31
Compare
Choose a tag to compare
  • 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

09 Nov 22:37
Compare
Choose a tag to compare

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)