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/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.
6 years ago
..
api Use viper (github.com/spf13/viper) for configuration 7 years ago
config Add config option MediaDownloadPath (#443) 6 years ago
discord Send mediaserver link to Discord in Webhook mode (discord) (#405) 7 years ago
gitter Handle file comment better 6 years ago
helper Remove message newline (telegram). #399 6 years ago
irc Prevent white or black color codes (irc) (#434) 6 years ago
matrix Use viper (github.com/spf13/viper) for configuration 7 years ago
mattermost Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 6 years ago
rocketchat Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 6 years ago
slack Fix regexp in replaceMention (slack). (#435) 6 years ago
sshchat Ignore messages from ourself. (sshchat) Closes #439 6 years ago
steam Handle file uploads to mediaserver (steam) 6 years ago
telegram Add QuoteFormat option (telegram). Closes #413 6 years ago
xmpp Add message correction support for XMPP (#437) 6 years ago
zulip Add initial zulip support 6 years ago
bridge.go Fix tests and make megacheck happy 7 years ago