5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge
Jason Robinson 714a2ad730
Add MxId/Token login option for Matrix (#1438)
* Add possibility for using MxId/Token with Matrix

Makes it possible to configure a Matrix bot to use Matrix ID + Access token instead of username/password. This makes it possible to use the bot in environments where password login is disabled (for example SSO environments).

Matrix user ID's are commonly referred to as "MXID's". I thought about (ab)using "Login" here but it felt like a bad idea given it's used as "username" for the password login. None of the other configuration items felt fitting.

Closes #1429

* MxId -> MxID

* Add err != nil to matrix.NewClient
2021-05-17 00:10:13 +02:00
..
api Sent loopback messages to other websockets as well (api) (#1216) 2020-08-27 22:28:03 +02:00
config Add MxId/Token login option for Matrix (#1438) 2021-05-17 00:10:13 +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 Add MxId/Token login option for Matrix (#1438) 2021-05-17 00:10:13 +02: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