summaryrefslogtreecommitdiffstats
path: root/gateway
Commit message (Collapse)AuthorAgeFilesLines
...
* Only send to channels defined in config. Fixes #53Wim2016-10-231-1/+7
|
* Add error message about non-existing channels (slack)Wim2016-10-082-2/+9
|
* Bail out on samechannel gateway when a bridge fails to startWim2016-10-032-2/+5
|
* Bail out when a bridge fails to startWim2016-10-011-1/+4
|
* Add samechannel gateway. See #35Wim2016-09-301-0/+84
|
* Cleanup debug messagesWim2016-09-201-1/+1
|
* Connect only once to each bridgeWim2016-09-191-3/+14
|
* Add Discord supportWim2016-09-191-0/+2
|
* Refactor for more flexibilityWim2016-09-181-0/+135
* 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