summaryrefslogtreecommitdiffstats
path: root/gateway
Commit message (Expand)AuthorAgeFilesLines
...
* Fix samechannel gateway issue. Closes #207Wim2017-06-271-0/+12
* Add UserID to each message. Closes #200Wim2017-06-181-3/+0
* Add option IgnoreMessages to ignore messages based on regexp. (all). Closes #70Wim2017-06-181-0/+18
* Remove need for channel when using api. Closes #195Wim2017-06-151-0/+13
* Fix utf-8 issues #193Wim2017-06-151-1/+10
* Allow reuse of api in different gateways. See #189Wim2017-06-071-5/+16
* Add gateway name to messagesWim2017-06-051-0/+1
* Add NOPINGNICK option. Closes #175Wim2017-05-301-0/+1
* Fix sending to different channels on same account (slack). Closes #177Wim2017-05-241-1/+2
* Rejoin channel when kicked (irc). Closes #146Wim2017-04-081-0/+9
* Modify iconurl correctly (mattermost). Closes #145Wim2017-04-081-0/+12
* Fix join/leave regression (irc)v0.11.0-beta2Wim2017-04-031-0/+4
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-012-55/+84
* RefactorWim2017-03-282-70/+49
* Fail when bridge is unable to join a channel (general)Wim2017-03-161-1/+4
* Do not forward empty message from any bridge (general). Closes #128Wim2017-03-021-0/+4
* 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
* 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