summaryrefslogtreecommitdiffstats
path: root/gateway/gateway_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Allow regexs in ignoreNicks. Closes #690 (#720)Wim2019-02-171-12/+12
|
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-261-2/+1
|
* Refactor gateway (#648)Wim2018-12-121-0/+113
| | | | | | | * Decrease complexity of handleMessage, handleReceive, handleFiles * Move handlers to handlers.go * Split ignoreMessage up in ignoreTextEmpty, ignoreNicks and IgnoreTexts * Add ignoreEvent * Add testcase for ignoreTextEmpty, ignoreNicks, ignoreTexts and ignoreEvent
* Extract bridgeMap into own package to improve testability (#601)Patrick Connolly2018-11-301-1/+2
|
* Make goconst linter happyWim2018-11-081-24/+30
|
* Fix race in gateway test. (#520)Duco van Amstel2018-10-131-29/+132
|
* Reconnect on quit. (irc) See #431 (#445)Liam Stanley2018-06-091-1/+2
| | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns
* Fix tests and make megacheck happyWim2018-03-051-20/+10
|
* Update tests with gofmtWim2017-07-251-12/+12
|
* Refactor. Add testsWim2017-07-251-0/+288