Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 4a1e62a2f6c8c611ec268aadb3f8675895adeb14 Author: Wim <wim@42.be> Date: Sun Jun 16 16:32:06 2019 +0000 Update documentation and changelog diff --git a/changelog.md b/changelog.md index 4673eba..f5cdfce 100644 --- a/changelog.md +++ b/changelog.md @@ -13 +19 @@ +# dev +## Enhancements +* discord: Support bulk deletions #851 +* mattermost: Add an option to skip the Mattermost server version check #849 + +  # v1.15.0  ## New features  * Add scripting (tengo) support for every outgoing message (#806) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 7dd12e4..2aa203d 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -3506 +35012 @@ NickFormatter="plain"  #OPTIONAL (default 4)  NicksPerRow=4   +#Skip the Mattermost server version checks that are normally done when connecting. +#The usage scenario for this feature would be when the Mattermost instance is hosted behind a +#reverse proxy that suppresses "non-standard" response headers in flight. +#OPTIONAL (default false) +SkipVersionCheck=false +  #Whether to prefix messages from other bridges to mattermost with the sender's nick.  #Useful if username overrides for incoming webhooks isn't enabled on the  #mattermost server. If you set PrefixMessagesWithNick to true, each message