summaryrefslogtreecommitdiffstats
path: root/gateway/samechannel/samechannel.go
Commit message (Collapse)AuthorAgeFilesLines
* Reuse connection when using same bridge with another gateway. See #87Wim2017-04-011-36/+13
|
* RefactorWim2017-03-281-3/+5
|
* Refactor samechannelgatewayWim2017-02-171-81/+25
|
* Fix IgnoreNicks (global). Closes #115Wim2017-01-211-2/+14
|
* Add support for RemoteNickFormat in general configuration (samechannelgateway)Wim2016-11-201-1/+4
|
* Fix merge issueWim2016-11-131-1/+1
|
* Merge branch 'refactor'Wim2016-11-131-28/+15
|\
| * RefactorWim2016-11-131-29/+16
| |
* | Validate channels for samechannelgateway. Fixes #73.Wim2016-11-111-1/+14
|/
* Add error message about non-existing channels (slack)Wim2016-10-081-1/+4
|
* Bail out on samechannel gateway when a bridge fails to startWim2016-10-031-1/+4
|
* Add samechannel gateway. See #35Wim2016-09-301-0/+84