Skip to content

Matterbridge v0.7.0

Compare
Choose a tag to compare
@42wim 42wim released this 12 Nov 21:57
· 1521 commits to master since this release

Breaking config changes from 0.6 to 0.7

Matterbridge now uses TOML configuration (https://github.com/toml-lang/toml)
See matterbridge.toml.sample for an example

New features

General

  • Allow for bridging the same type of bridge, which means you can eg bridge between multiple mattermosts.
  • The bridge is now actually a gateway which has support multiple in and out bridges. (and supports multiple gateways).
  • Discord support added. See matterbridge.toml.sample for more information.
  • Samechannelgateway support added, easier configuration for 1:1 mapping of protocols with same channel names. #35
  • Support for override from environment variables. #50
  • Better debugging output.
  • discord: New protocol support added. (http://www.discordapp.com)
  • mattermost: Support attachments.
  • irc: Strip colors. #33
  • irc: Anti-flooding support. #40
  • irc: Forward channel notices.

Bugfix

  • irc: Split newlines. #37
  • irc: Only respond to nick related notices from nickserv.
  • irc: Ignore queries send to the bot.
  • irc: Ignore messages from ourself.
  • irc: Only output the "users on irc information" when asked with "!users".
  • irc: Actually wait until connection is complete before saying it is.
  • mattermost: Fix mattermost channel joins.
  • mattermost: Drop messages not from our team.
  • slack: Do not panic on non-existing channels.
  • general: Exit when a bridge fails to start.