You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
bridgemap Extract bridgeMap into own package to improve testability (#601) 6 years ago
samechannel Fix golint linter issues and enable it in CI (#593) 6 years ago
gateway.go Refactor gateway (#648) 6 years ago
gateway_test.go Refactor gateway (#648) 6 years ago
handlers.go Refactor gateway (#648) 6 years ago
router.go Refactor gateway (#648) 6 years ago