Skip to content

Matterbridge v0.13.0

Compare
Choose a tag to compare
@42wim 42wim released this 31 May 21:37
· 1380 commits to master since this release

New features

  • irc: Limit message length. MessageLength=400
    Maximum length of message sent to irc server. If it exceeds will be add to the message.
  • irc: Add NOPINGNICK option.
    The string "{NOPINGNICK}" (case sensitive) will be replaced by the actual nick / username, but with a ZWSP inside the nick, so the irc user with the same nick won't get pinged.
    See #175 for more information

Bugfix

  • slack: Fix sending to different channels on same account (slack). Closes #177
  • telegram: Fix incorrect usernames being sent. Closes #181