Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow regexs in ignoreNicks. Closes #690 (#720) | Wim | 2019-02-17 | 1 | -12/+12 |
| | |||||
* | Use logrus imports instead of log (#662) | Duco van Amstel | 2018-12-26 | 1 | -2/+1 |
| | |||||
* | Refactor gateway (#648) | Wim | 2018-12-12 | 1 | -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 Connolly | 2018-11-30 | 1 | -1/+2 |
| | |||||
* | Make goconst linter happy | Wim | 2018-11-08 | 1 | -24/+30 |
| | |||||
* | Fix race in gateway test. (#520) | Duco van Amstel | 2018-10-13 | 1 | -29/+132 |
| | |||||
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 1 | -1/+2 |
| | | | | | * potential fixes for #431 * go: fix formatting/gofmt/goreturns | ||||
* | Fix tests and make megacheck happy | Wim | 2018-03-05 | 1 | -20/+10 |
| | |||||
* | Update tests with gofmt | Wim | 2017-07-25 | 1 | -12/+12 |
| | |||||
* | Refactor. Add tests | Wim | 2017-07-25 | 1 | -0/+288 |