summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove redundant functionWim2016-08-201-5/+1
|
* Move nickformatting into bridgeWim2016-08-204-25/+31
|
* Add Connect() to Bridger interfaceWim2016-08-204-43/+42
|
* Add Enable per section (protocol) instead of in general sectionWim2016-08-203-27/+21
|
* Fix crash on exitWim2016-08-191-5/+6
|
* Add documentation about breaking API changes for mattermost 3.3.0. Start ↵Wim2016-08-153-12/+20
| | | | work on 0.6.0-dev
* Make sure login works after logoutWim2016-08-151-0/+1
|
* Update code to mattermost 3.3.0 API changesWim2016-08-152-38/+76
|
* Sync with mattermost 3.3.0Wim2016-08-1526-165/+879
|
* Fix nil pointersWim2016-08-141-3/+12
|
* Add StatusLoop(), keeps connection aliveWim2016-08-141-0/+24
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-1413-483/+699
|
* Add initial XMPP supportWim2016-08-143-25/+182
|
* Vendor go-xmppWim2016-08-147-0/+1121
|
* Release v0.5.0v0.5.0Wim2016-07-271-1/+1
|
* Fix docker buildWim2016-07-231-1/+1
|