summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add missing importsWim2016-11-194-0/+166
| * Add initial telegram supportWim2016-11-159-0/+2608
|/
* Fix ShowJoinPart from irc bridge. Closes #72Wim2016-11-145-45/+113
* Update sample config. Closes #75Wim2016-11-141-0/+2
* Add bot tag to api if not specified (discord)Wim2016-11-142-2/+4
* Fix !users command for irc. Closes #78.Wim2016-11-141-2/+1
* Fix merge issueWim2016-11-131-1/+1
* Merge branch 'refactor'Wim2016-11-1311-270/+174
|\
| * RefactorWim2016-11-1310-247/+141
| * Refactor gatewayWim2016-11-082-31/+41
* | Fix GetLastViewedAtWim2016-11-131-10/+8
* | Update documentationWim2016-11-123-10/+13
* | Sync with mattermost 3.5.0Wim2016-11-1232-424/+1470
* | Validate channels for samechannelgateway. Fixes #73.Wim2016-11-111-1/+14
|/
* Add support for using avatars from discord,slack and gitter in slackWim2016-11-065-3/+54
* Update vendor (slack)Wim2016-11-069-23/+220
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-059-36/+61
* Reconnect on connection timed out (mattermost). Fixes #71Wim2016-11-041-1/+3
* Refactor modifyMessageWim2016-11-045-31/+35
* Reconnect on connection reset by peer (mattermost). Fixes #69Wim2016-11-021-1/+2
* Update to latest go-gitter API changesWim2016-11-021-4/+8
* Fix tight loop (gitter). Closes #68.Wim2016-11-028-30/+76
* Update documentationWim2016-11-012-14/+29
* Add anti-flooding settings (irc). See #40Wim2016-11-012-3/+30
* Use names instead of id's for mentions (discord). Fixes #66Wim2016-10-301-1/+1
* Override config from environment. See #50Wim2016-10-302-0/+42
* Drop first received message on connection to avoid duplicates (slack). Fixes #55Wim2016-10-291-13/+19
* Wait until the welcome message before connection is ok (irc). Fixes #62Wim2016-10-291-9/+19
* Forward channel notices too (irc)Wim2016-10-291-0/+2
* Update changelogWim2016-10-291-1/+18
* Update documentationWim2016-10-291-1/+14
* Fix teamid bug (mattermost)Wim2016-10-291-1/+1
* Ignore messages from ourself (irc bridge)Wim2016-10-291-0/+4
* Ignore private queries (irc bridge)Wim2016-10-291-1/+5
* Only respond to notices from nickserv (irc bridge)Wim2016-10-291-1/+1
* Add support for discord channel ID. See #57Wim2016-10-261-8/+22
* Ignore empty content from discord. Fixes #58Wim2016-10-261-0/+3
* Add support for discord attachments. Fixes #59Wim2016-10-261-0/+5
* Use RTM only on API (slack). Fix #56Wim2016-10-251-2/+2
* Merge pull request #54 from markusgraube/patch-1@42wim2016-10-241-3/+3
|\
| * Update matterbridge.conf.sampleMarkus Graube2016-10-241-3/+3
|/
* Launch every account only once. Fixes #48Wim2016-10-232-8/+6
* Drop messages not from our mattermost team. Fixes #49Wim2016-10-232-1/+8
* Only send to channels defined in config. Fixes #53Wim2016-10-231-1/+7
* Update documentation in sample config about channelnamesWim2016-10-231-1/+9
* Rename discord guild to server.Wim2016-10-232-2/+1
* Add documentation about bot tag for discordWim2016-10-231-1/+2
* Add irc names callback only on command. Fixes #51Wim2016-10-231-1/+2
* Add error message about non-existing channels (slack)Wim2016-10-083-7/+19
* Bail out on samechannel gateway when a bridge fails to startWim2016-10-032-2/+5