summaryrefslogtreecommitdiffstats
path: root/gateway/samechannel/samechannel.go
Commit message (Expand)AuthorAgeFilesLines
* Make all loggers derive from non-default instance (#728)Wim2019-02-231-1/+1
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-1/+1
* Make config.Config more unit-test friendly (#586)Duco van Amstel2018-11-131-3/+3
* 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