5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 02:00:26 +00:00
matterbridge/bridge
Alexandre GV ac4aee39e3
discord: Add AllowMention to restrict allowed mentions (#1462)
* Add DisablePingEveryoneHere/DisablePingRoles/DisablePingUsers keys to config

* Add basic AllowedMentions behavior to discord webhooks

* Initialize b.AllowedMentions on Discord Bridger init

* Call b.getAllowedMentions on each webhook to allow config hot reloading

* Add AllowedMentions on all Discord webhooks/messages

* Add DisablePingEveryoneHere/DisablePingRoles/DisablePingUsers to matterbridge.toml.sample

* Change 'Disable' for 'Allow' and revert logic in Discord AllowedMentions

* Update Discord AllowedMentions in matterbridge.toml.sample

* Fix typo in DisableWebPagePreview

* Replace 'AllowPingEveryoneHere' with 'AllowPingEveryone'

* Replace 3 AllowPingEveryone/Roles/Users bools with an array

* Fix typo
2021-05-13 22:39:25 +02:00
..
api Sent loopback messages to other websockets as well (api) (#1216) 2020-08-27 22:28:03 +02:00
config discord: Add AllowMention to restrict allowed mentions (#1462) 2021-05-13 22:39:25 +02:00
discord discord: Add AllowMention to restrict allowed mentions (#1462) 2021-05-13 22:39:25 +02:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Make lottie_convert work on platforms without /dev/stdout (#1424) 2021-03-20 22:42:41 +01:00
irc Add support for stateless bridging via draft/relaymsg (irc) (#1339) 2020-12-30 18:21:32 +01:00
keybase Fix go-keybase-chat-bot api changes 2020-02-08 18:33:05 +01:00
matrix Mark messages as read (matrix). Fixes #1317 (#1328) 2020-12-06 17:49:35 +01:00
mattermost Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
msteams Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
mumble Add nil checks to text message handling (mumble) (#1321) 2020-12-03 22:25:33 +01:00
nctalk Update go-nc-talk (nctalk) (#1333) 2020-12-10 00:06:27 +01:00
rocketchat Handle Rocket.Chat attachments (#1395) 2021-02-15 22:34:14 +01:00
slack Update vendor (#1461) 2021-05-05 22:03:28 +02:00
sshchat Fix duplicated messages (sshchat). Fixes #950 (#996) 2020-02-02 22:08:37 +01:00
steam Update dependencies (#886) 2019-09-07 22:46:58 +02:00
telegram Adding caption to send telegram images. Fixes #1357 (#1358) 2021-04-03 23:15:19 +02:00
vk Add vk bridge (#1372) 2021-01-29 00:25:14 +01:00
whatsapp Set ogg as default audiomessage when none found (whatsapp). Fixes #1427 (#1431) 2021-03-20 23:12:59 +01:00
xmpp Fix webhooks for channels with special characters (xmpp) (#1405) 2021-02-17 21:30:06 +01:00
zulip Check location of avatarURL (zulip). Fixes #1214 (#1227) 2020-09-04 22:50:57 +02:00
bridge.go Add sane RemoteNickFormat default for API (#1157) 2020-06-25 00:25:10 +02:00