Skip to content

Matterircd v0.4

Compare
Choose a tag to compare
@42wim 42wim released this 27 Mar 22:22
· 602 commits to master since this release

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