Skip to content

Releases: 42wim/matterbridge

Matterbridge v0.10.3

27 Mar 18:44
Compare
Choose a tag to compare

Bugfix

  • slack: Allow bot tokens for now without warning (slack). Closes #140 (fixes user_is_bot message on channel join)

Matterbridge v0.10.2

25 Mar 20:38
Compare
Choose a tag to compare

New features

  • general: gops agent added. Allows for more debugging. See #134
  • general: toml inline table support added for config file

Bugfix

  • all: vendored libs updated

Changes

  • general: add more informative messages on startup

Matterbridge v0.10.2-dev

23 Mar 22:37
Compare
Choose a tag to compare
Pre-release
Add gops agent

Matterbridge v0.10.1

18 Mar 20:23
Compare
Choose a tag to compare

Bugfix

  • gitter: Fix sending messages on new channel join.

Matterbridge v0.10.0

18 Mar 16:06
Compare
Choose a tag to compare

v0.10.0

New features

  • matrix: New protocol support added (https://matrix.org)
  • mattermost: works with mattermost release v3.7.0
  • discord: Replace role ids in mentions to role names (discord). Closes #133

Bugfix

  • mattermost: Add ReadTimeout to close lingering connections (mattermost). See #125
  • gitter: Join rooms not already joined by the bot (gitter). See #135
  • general: Fail when bridge is unable to join a channel (general)

Changes

  • telegram: Do not use HTML parsemode by default. Set MessageFormat="HTML" to use it. Closes #126

Matterbridge v0.9.3

18 Feb 22:36
Compare
Choose a tag to compare

New features

  • API: rest interface to read / post messages (see API section in matterbridge.toml.sample)

Bugfix

  • slack: fix receiving messages from private channels #118
  • slack: fix echo when using webhooks #119
  • mattermost: reconnecting should work better now
  • irc: keeps reconnecting (every 60 seconds) now after ping timeout/disconnects.

Matterbridge v0.9.2

28 Jan 21:19
Compare
Choose a tag to compare

Bugfix

  • general: make ignorenicks work again #115
  • telegram: fix receiving from channels and groups #112
  • telegram: use html for username
  • telegram: use unknown as username when username is not visible.
  • irc: update vendor (fixes some crashes) #117
  • xmpp: fix tls by setting ServerName #114

New features

  • slack: support private channels #118

Matterbridge v0.9.1

17 Jan 23:07
Compare
Choose a tag to compare

New features

  • Rocket.Chat: New protocol support added (https://rocket.chat)
  • irc: add channel key support #27 (see matterbrige.toml.sample for example)
  • xmpp: add SkipTLSVerify #106

Bugfix

  • general: Exit when a bridge fails to start
  • mattermost: Check errors only on first connect. Keep retrying after first connection succeeds. #95
  • telegram: fix missing username #102
  • slack: do not use API functions in webhook (slack) #110

Matterbridge v0.9.0

01 Dec 21:17
Compare
Choose a tag to compare

v0.9.0

New features

  • Telegram: New protocol support added (https://telegram.org)
  • Hipchat: Add sample config to connect to hipchat via xmpp
  • discord: add "Bot " tag to discord tokens automatically
  • slack: Add support for dynamic Iconurl #43
  • general: Add gateway.inout config option for bidirectional bridges #85
  • general: Add [general] section so that RemoteNickFormat can be set globally

Bugfix

  • general: when using samechannelgateway NickFormat get doubled by the NICK #77
  • general: fix ShowJoinPart for messages from irc bridge #72
  • gitter: fix high cpu usage #89
  • irc: fix !users command #78
  • xmpp: fix keepalive
  • xmpp: do not relay delayed/empty messages
  • slack: Replace id-mentions to usernames #86
  • mattermost: fix public links not working (API changes)

Matterbridge v0.8.1

20 Nov 16:58
Compare
Choose a tag to compare

bugfix

  • general: when using samechannelgateway NickFormat get doubled by the NICK #77
  • irc: fix !users command #78