2
0
mirror of https://github.com/42wim/matterbridge synced 2024-11-03 15:40:24 +00:00
matterbridge/bridge
ValdikSS 91db63294c Add message correction support for XMPP (#437)
It works worse than it could be, since message correction in XMPP
works differently compared to other messengers. XMPP replaces old
message with old ID with new message with new ID. Matterbridge
remembers only old ID, that's why you can edit a message from
XMPP to the gateway only once.

Edited messages from other networks to XMPP are handled correctly
though.
2018-05-29 23:29:51 +02:00
..
api Use viper (github.com/spf13/viper) for configuration 2018-03-04 23:52:14 +01:00
config [WIP] Colorize username sent to IRC using its crc32 IEEE checksum (#423) 2018-05-11 23:02:43 +02:00
discord Send mediaserver link to Discord in Webhook mode (discord) (#405) 2018-04-17 23:52:48 +02:00
gitter Handle file comment better 2018-05-06 16:57:59 +02:00
helper Remove message newline (telegram). #399 2018-04-19 22:05:00 +02:00
irc Prevent white or black color codes (irc) (#434) 2018-05-29 22:52:01 +02:00
matrix Use viper (github.com/spf13/viper) for configuration 2018-03-04 23:52:14 +01:00
mattermost Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 2018-05-27 22:30:17 +02:00
rocketchat Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 2018-05-27 22:30:17 +02:00
slack Fix regexp in replaceMention (slack). (#435) 2018-05-29 22:49:10 +02:00
sshchat Handle file comment better 2018-05-06 16:57:59 +02:00
steam Handle file uploads to mediaserver (steam) 2018-05-06 16:32:24 +02:00
telegram Add QuoteFormat option (telegram). Closes #413 2018-05-11 20:59:15 +02:00
xmpp Add message correction support for XMPP (#437) 2018-05-29 23:29:51 +02:00
zulip Add initial zulip support 2018-05-07 21:35:48 +02:00
bridge.go Fix tests and make megacheck happy 2018-03-05 00:30:46 +01:00