summaryrefslogtreecommitdiffstats
path: root/gateway/samechannel
Commit message (Collapse)AuthorAgeFilesLines
* Make all loggers derive from non-default instance (#728)Wim2019-02-232-3/+7
|
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-261-2/+2
|
* 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-132-12/+53
|
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-0/+1
| | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns
* Update tests with gofmtWim2017-07-251-1/+1
|
* Refactor. Add testsWim2017-07-251-0/+31
|
* 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