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
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
6 years ago
..
api Fix golint linter issues and enable it in CI (#593) 6 years ago
config Add initial support for getting ChannelMember info of all bridges (#678) 6 years ago
discord Run go fmt 6 years ago
gitter Fix golint linter issues and enable it in CI (#593) 6 years ago
helper Add support for markdown to HTML conversion (matrix). Closes #663 (#670) 6 years ago
irc Move golangci-lint configuration to file (#635) 6 years ago
matrix Fix displaying usernames for plain text clients. (matrix) (#685) 6 years ago
mattermost Add support for mattermost threading (#627) 6 years ago
rocketchat Fix golint linter issues and enable it in CI (#593) 6 years ago
slack Add initial support for getting ChannelMember info of all bridges (#678) 6 years ago
sshchat Add various sshchat fixes (#675) 6 years ago
steam Refactor steam bridge (#630) 6 years ago
telegram Refactor telegram (#649) 6 years ago
xmpp Fix golint linter issues and enable it in CI (#593) 6 years ago
zulip Fix golint linter issues and enable it in CI (#593) 6 years ago
bridge.go Add initial support for getting ChannelMember info of all bridges (#678) 6 years ago