diff options
author | Wim <wim@42.be> | 2016-10-29 17:54:37 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-10-29 17:54:37 +0200 |
commit | 60223d7f636ddbbe4d3d03403003a8a48d5b82a9 (patch) | |
tree | ddbe3ebdd62ff25c3ade91f6b55f0e3ef1b5d065 /changelog.md | |
parent | 51312531910f7ec1754e610b71b1268f44c663ef (diff) | |
download | matterbridge-msglm-60223d7f636ddbbe4d3d03403003a8a48d5b82a9.tar.gz matterbridge-msglm-60223d7f636ddbbe4d3d03403003a8a48d5b82a9.tar.bz2 matterbridge-msglm-60223d7f636ddbbe4d3d03403003a8a48d5b82a9.zip |
Update changelog
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 28eff277..ecdf296f 100644 --- a/changelog.md +++ b/changelog.md @@ -4,9 +4,26 @@ 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 a gateway which has support multiple in and out bridges. (and supports multiple gateways). +* 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 +* Better debugging output +* discord: new protocol support added (http://www.discordapp.com) +* mattermost: Support attachments +* irc: Strip colors #33 + +## 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" +* 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 # v0.6.1 ## New features |