summaryrefslogtreecommitdiffstats
path: root/bridge
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-191-32/+16
|
* Cleanup irc bridge debug/info messagesWim2016-09-191-13/+17
|
* Add the discord bridge for realWim2016-09-191-0/+128
|
* Add Discord supportWim2016-09-192-2/+7
|
* Refactor for more flexibilityWim2016-09-187-413/+351
| | | | | | | * 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
* Add Slack supportWim2016-09-053-1/+203
|
* Add Gitter supportWim2016-09-043-1/+129
|
* 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-202-21/+10
|
* Add documentation about breaking API changes for mattermost 3.3.0. Start ↵Wim2016-08-151-3/+3
| | | | work on 0.6.0-dev
* Update code to mattermost 3.3.0 API changesWim2016-08-151-1/+2
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-147-476/+688
|
* Add initial XMPP supportWim2016-08-142-25/+152
|
* Add (PLAIN) SASL supportWim2016-07-212-0/+4
|
* Remove token checkWim2016-07-122-4/+2
|
* Remove Port from IRC config. Specify it with serverWim2016-07-112-3/+4
|
* Add port to BindAddressWim2016-07-111-2/+2
|
* Remove multiple Token config. Use same channel setup as from matterbridge-plusWim2016-07-112-57/+20
|
* Remove UseSlackCircumfix. Use RemoteNickFormatWim2016-07-112-14/+11
|
* Converge with matterbridge-plusWim2016-07-113-0/+564