summaryrefslogtreecommitdiffstats
path: root/gateway
Commit message (Collapse)AuthorAgeFilesLines
* Add REST API supportWim2017-02-181-0/+6
|
* Refactor samechannelgatewayWim2017-02-172-90/+35
|
* Refactor. Make extra options easier for other protocolsWim2017-02-141-4/+12
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-13/+27
| | | | Now try to reconnect every 60 seconds until forever.
* Fix IgnoreNicks (global). Closes #115Wim2017-01-212-21/+20
|
* Add channel key support (irc). Closes #27Wim2017-01-041-7/+18
|
* Add support for RemoteNickFormat in general configuration (samechannelgateway)Wim2016-11-201-1/+4
|
* 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
|
* Fix merge issueWim2016-11-131-1/+1
|
* Merge branch 'refactor'Wim2016-11-132-65/+75
|\
| * RefactorWim2016-11-132-48/+47
| |
| * Refactor gatewayWim2016-11-081-25/+36
| |
* | Validate channels for samechannelgateway. Fixes #73.Wim2016-11-111-1/+14
|/
* 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-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