summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix matterbridge.toml.sampleWim2016-10-011-2/+2
* Add more irc debug on connect (when debugging enabled)Wim2016-10-011-0/+4
* Bail out when a bridge fails to startWim2016-10-011-1/+4
* Add samechannel gateway. See #35Wim2016-09-303-7/+113
* Fix slack channel joinWim2016-09-301-3/+2
* Fix mattermost bridge channel joinWim2016-09-301-1/+1
* Fix sample config. Closes #38Wim2016-09-301-5/+5
* Remove newline splitting from outgoing mattermost messages. Should be handled...Wim2016-09-291-6/+2
* Split newlines for irc (#37)Wim2016-09-291-1/+3
* Fix IRC colors regexpWim2016-09-221-1/+1
* Strip IRC colors. Closes #33Wim2016-09-211-0/+4
* Add support for mattermost attachments. Shows public link on bridges. Closes #32Wim2016-09-201-0/+5
* Use specified config fileWim2016-09-201-1/+1
* Fix joining slack/mattermost channels using the webhookWim2016-09-202-4/+12
* Cleanup debug messagesWim2016-09-202-1/+2
* Cleanup discord bridge debug/info messagesWim2016-09-201-1/+3
* Cleanup slack bridge debug/info messagesWim2016-09-201-24/+15
* Cleanup gitter bridge debug/info messagesWim2016-09-201-33/+3
* Cleanup xmpp bridge debug/info messagesWim2016-09-201-2/+3
* Cleanup mattermost bridge debug/info messagesWim2016-09-192-34/+17
* Cleanup irc bridge debug/info messagesWim2016-09-192-14/+18
* Connect only once to each bridgeWim2016-09-191-3/+14
* Add the discord bridge for realWim2016-09-191-0/+128
* Add forgotten vendor for discordWim2016-09-192-0/+176
* Add Discord supportWim2016-09-1940-4/+9819
* Update documentationWim2016-09-185-19/+490