5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 22:42:31 +00:00
matterbridge/gateway
Duco van Amstel b79bf7d414 Forward only user-typing messages if supported by protocol (#832)
Fixes issue #814.

This is a somewhat hacky way of achieving the required goal but it seems
like this is the least problematic way of getting there.

We might want to redesign some bridge information later such that we
have a standardised way of specifying what is and what isn't supported
by each chat protocol / bridge.
2019-05-30 15:00:40 +02:00
..
bridgemap Forward only user-typing messages if supported by protocol (#832) 2019-05-30 15:00:40 +02:00
samechannel Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00
bench.tengo Add scripting (tengo) support for every incoming message (#731) 2019-02-23 16:39:44 +01:00
gateway_test.go Make all loggers derive from non-default instance (#728) 2019-02-23 22:51:27 +01:00
gateway.go Add msg event to tengo 2019-04-24 22:47:37 +02:00
handlers_test.go Support rewriting messages from relaybots using ExtractNicks. Fixes #466 (#730) 2019-02-23 16:35:54 +01:00
handlers.go Forward only user-typing messages if supported by protocol (#832) 2019-05-30 15:00:40 +02:00
router.go Handle file upload/download only once for each message (#742) 2019-02-27 20:52:05 +01:00