5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge
Wim fb713ed91b
Add initial support for getting ChannelMember info of all bridges (#678)
* Add initial support for getting ChannelMember info of all bridges.

Adds an EventGetChannelMembers event, which gets send every x time to
all bridges. Bridges should respond on this event with a Message
containing ChannelMembers in the EventGetChannelMembers key in the
Extra field.

handleEventGetChannelMembers will handle this Message and sets the
contained ChannelMembers to the Bridge struct.

* Add ChannelMembers support to the slack bridge
2019-01-18 18:35:31 +01:00
..
api Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
config Add initial support for getting ChannelMember info of all bridges (#678) 2019-01-18 18:35:31 +01:00
discord Run go fmt 2019-01-14 19:41:32 +01:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Add support for markdown to HTML conversion (matrix). Closes #663 (#670) 2019-01-06 22:25:19 +01:00
irc Move golangci-lint configuration to file (#635) 2018-12-05 11:34:34 +01:00
matrix Fix displaying usernames for plain text clients. (matrix) (#685) 2019-01-09 23:15:26 +01:00
mattermost Add support for mattermost threading (#627) 2019-01-09 21:50:03 +01:00
rocketchat Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
slack Add initial support for getting ChannelMember info of all bridges (#678) 2019-01-18 18:35:31 +01:00
sshchat Add various sshchat fixes (#675) 2019-01-05 15:42:36 +01:00
steam Refactor steam bridge (#630) 2018-12-07 23:48:24 +01:00
telegram Refactor telegram (#649) 2018-12-12 23:50:08 +01:00
xmpp Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
zulip Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
bridge.go Add initial support for getting ChannelMember info of all bridges (#678) 2019-01-18 18:35:31 +01:00