summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Wim2016-09-291-6/+2
| | | | handled by receiving bridge.
* 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
|
* Refactor for more flexibilityWim2016-09-1840-2291/+3815
| | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways
* Release v0.6.1v0.6.1Wim2016-09-173-5/+5
|
* Fix mattermost API change for UpdateLastViewedAtWim2016-09-171-1/+1
|
* Release v0.6.0Wim2016-09-173-4/+10
|
* Sync with mattermost 3.4.0Wim2016-09-1713-36/+225
|
* Fix spinning for loopWim2016-09-051-4/+5
|
* Update documentationWim2016-09-051-0/+67
|
* Add Slack supportWim2016-09-0563-1/+6314
|
* Release v0.6.0-beta2v0.6.0-beta2Wim2016-09-041-1/+1
|
* Update documentationWim2016-09-043-27/+119
|
* Add Gitter supportWim2016-09-0420-1/+1782
|
* Get correct teamname for non-joined channels. Closes 42wim/matterircd#65Wim2016-09-011-0/+1
|
* Fix documentation layoutWim2016-08-201-2/+3
|
* Fix documentation layoutWim2016-08-201-5/+8
|
* Release v0.6.0-beta1v0.6.0-beta1Wim2016-08-203-4/+5
|
* Update documentationWim2016-08-203-2/+26
|
* Fix info messageWim2016-08-201-1/+1
|
* Remove unused codeWim2016-08-202-80/+0
|
* Refactor handleReceiveWim2016-08-201-25/+26
|