Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specify correct GuildID on unknown user query (discord). Fixes #879 (#894) | Wim | 2019-09-15 | 1 | -3/+3 |
| | |||||
* | Add extra debug info (discord) | Wim | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | Add support for sending files via webhook (discord) (#872) | MOZGIII | 2019-08-29 | 1 | -24/+0 |
| | |||||
* | Fix regression (discord). Closes #864 (#866) | Wim | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | Add support for discord category channels (discord) (#863) | Wim | 2019-07-15 | 1 | -20/+52 |
| | | | | | | | | | | | | | | This adds support for the discord category option that can be used to group channels in. This means we can have multiple channels with the same name. We add the option to specify a category in the channel option of a discord account under [[gateway]] Besides channel="channel" or channel="ID:channelID", now also channel="category/channel" can be specified. This change remains backwards compatible with people that haven't specified the category and incorporates the fix in #861 | ||||
* | Fix discord channel & category name clash. #860 (#861) | Qais Patankar | 2019-07-14 | 1 | -3/+19 |
| | |||||
* | Support webhook message deletions (discord) (#853) | Qais Patankar | 2019-07-08 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support webhook message deletions (discord) Messages sent via webhook can now be deleted. It seems it can do this without any special permissions. This copies discordgo.WebhookExecute and makes it support the returning of discordgo.Message. A pull request has been sent upstream, so we should use that if @bwmariin accepts the pull request: https://github.com/bwmarrin/discordgo/pull/663 Changes in behaviour (webhook mode only): - Previously messages *edited* on other platforms would just be retransmitted as a brand new message to Discord. - Message *edits* will now be ignored. - Debug: message edits will now print out a "permission error". In the future it may be good to send an "message edited" react to those webhook messages, so at least people know that the message was edited on other platforms. (Even though it can't actually show the new message.) Alternatively, message edits could just send a brand new message with a link back to the old one. This is a little ugly but it would ensure that Discord users are able to see the edited message. These "message edit notifications" would be sent from the bot user (not from a webhook), so we could edit the "edit notification" if subsequent edits to the original message are made. | ||||
* | Print errors as string instead of %#v (#738) | Wim | 2019-02-26 | 1 | -1/+1 |
| | |||||
* | Split Discord bridge in multiple files (#632) | Duco van Amstel | 2018-12-07 | 1 | -0/+189 |