matterbridge/bridge
Remi Reuvekamp 33bd60528b Add config option MediaDownloadPath (#443)
* Add config option MediaUploadPath

MediaDownloadPath can be used instead of MediaServerUpload, for when your
webserver is on the same system as matterbridge and matterbridge has
write access to the serve dir.

* Limit length of hash in MediaServer urls to 8chars

Full SHA256 is unnecessary for uniqueness.
Also; if a file has the same first 8 charachters of the SHA256 hash,
it's still not a problem, as long as the filename is not the same.
2018-06-08 22:30:35 +02:00
..
api Use viper (github.com/spf13/viper) for configuration 2018-03-04 23:52:14 +01:00
config Add config option MediaDownloadPath (#443) 2018-06-08 22:30:35 +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 Ignore messages from ourself. (sshchat) Closes #439 2018-06-06 00:51:42 +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