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/discord
Sam W 5604d140e3
Ignore events from other guilds, add nosendjoinpart support (discord) (#1846)
* discord: add nosendjoinpart support

This allows the discord bridge to be configured with `nosendjoinpart`,
preventing discord-originating join/part messages from being send to
other bridged platforms.

* discord: Ignore incoming events for other guilds

Ignore all incoming discord events originating from Guild IDs other than
the one we have configured.
This is necessary because discord bots receive events for *all* discord
guilds that they are present in.

Fixes #1612
2 years ago
..
transmitter Switch to discordgo upstream again (#1759) 2 years ago
discord.go Ignore events from other guilds, add nosendjoinpart support (discord) (#1846) 2 years ago
handlers.go Ignore events from other guilds, add nosendjoinpart support (discord) (#1846) 2 years ago
handlers_test.go Switch to discordgo upstream again (#1759) 2 years ago
helpers.go Switch to discordgo upstream again (#1759) 2 years ago
helpers_test.go Split Discord bridge in multiple files (#632) 6 years ago
webhook.go Switch to discordgo upstream again (#1759) 2 years ago