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
Qais Patankar 2b7eab629d
Add support for build tags (#1054)
By default all bridges are available.

You can turn off certain bridges by providing
e.g. "nodiscord" as a build tag.

    go build -tags nomsteams,noapi
4 years ago
..
bridgemap Add support for build tags (#1054) 4 years ago
samechannel Make all loggers derive from non-default instance (#728) 5 years ago
bench.tengo Add scripting (tengo) support for every incoming message (#731) 5 years ago
gateway.go Add ability to procure avatars from the destination bridge (#1000) 4 years ago
gateway_test.go Do configuration validation on start-up. Fixes #888 (#889) 5 years ago
handlers.go Forward only user-typing messages if supported by protocol (#832) 5 years ago
handlers_test.go Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730) 5 years ago
router.go Add ability to procure avatars from the destination bridge (#1000) 4 years ago