5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-12 23:00:26 +00:00
matterbridge/gateway
Wim ccd55d2a28
Refactor gateway (#648)
* 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
2018-12-12 23:57:17 +01:00
..
bridgemap Extract bridgeMap into own package to improve testability (#601) 2018-11-30 23:53:00 +01:00
samechannel Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
gateway_test.go Refactor gateway (#648) 2018-12-12 23:57:17 +01:00
gateway.go Refactor gateway (#648) 2018-12-12 23:57:17 +01:00
handlers.go Refactor gateway (#648) 2018-12-12 23:57:17 +01:00
router.go Refactor gateway (#648) 2018-12-12 23:57:17 +01:00