summaryrefslogtreecommitdiffstats
path: root/gateway/gateway.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix IgnoreNicks (global). Closes #115Wim2017-01-211-19/+6
|
* Add channel key support (irc). Closes #27Wim2017-01-041-7/+18
|
* Add support for RemoteNickFormat in general configurationWim2016-11-201-1/+4
|
* Add gateway.inout config for bidirectional bridges. Closes #85Wim2016-11-201-1/+5
|
* Fix ShowJoinPart from irc bridge. Closes #72Wim2016-11-141-0/+8
|
* RefactorWim2016-11-131-19/+31
|
* Refactor gatewayWim2016-11-081-25/+36
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-9/+1
|
* Refactor modifyMessageWim2016-11-041-22/+19
|
* Launch every account only once. Fixes #48Wim2016-10-231-4/+5
|
* Only send to channels defined in config. Fixes #53Wim2016-10-231-1/+7
|
* Add error message about non-existing channels (slack)Wim2016-10-081-1/+5
|
* Bail out on samechannel gateway when a bridge fails to startWim2016-10-031-1/+1
|
* Bail out when a bridge fails to startWim2016-10-011-1/+4
|
* 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