Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reject cross-channel message references (discord) (#1345) | Qais Patankar | 2020-12-31 | 1 | -3/+3 |
| | | | | | | | Discord message references have been designed in a way for this to support cross-channel or even cross-guild references in the future. This will ensure the ParentID is *not* set when the message refers to a message that was sent in a different channel. | ||||
* | Add threading support with token (discord) (#1342) | Wim | 2020-12-31 | 1 | -0/+5 |
| | | | | | | | | Webhooks don't support the threading yet, so this is token only. In discord you can reply on each message of a thread, but this is not possible in mattermost (so some changes added there to make sure we always answer on the rootID of the thread). Also needs some more testing with slack. update : It now also uses the token when replying to a thread (even if webhooks are enabled), until webhooks have support for threads. | ||||
* | Add initial transmitter implementation (discord) | Qais Patankar | 2020-12-13 | 1 | -1/+1 |
| | | | | | | This has been tested with one webhook in one channel. Sends, edits and deletions work fine | ||||
* | Fix #1049: missing space before embeds (discord) (#1124) | Qais Patankar | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Don't transmit typing events from ourselves (slack/discord) (#1056) | Qais Patankar | 2020-03-22 | 1 | -0/+5 |
| | |||||
* | Strip extra info from emotes (discord) (#1052) | Qais Patankar | 2020-03-22 | 1 | -0/+3 |
| | |||||
* | Fix duplicate separator on empty description/url (discord). Fixes #1008 (#1035) | Wim | 2020-03-21 | 1 | -1/+31 |
| | | | | Make this work for all possible cases. Add tests | ||||
* | Fix #1027: warning when handling inbound webhooks (discord) (#1044) | Qais Patankar | 2020-03-18 | 1 | -3/+3 |
| | |||||
* | Remove replace directives and use own fork to make go get work again (#1028) | Wim | 2020-03-08 | 1 | -1/+1 |
| | | | | See https://github.com/golang/go/issues/30354 go get doesn't honor the go.mod replace options. | ||||
* | Fix channel ID problem with multiple gateways (discord). Fixes #953 (#977) | Wim | 2020-01-09 | 1 | -14/+2 |
| | |||||
* | move stripCustomoji logic to default Tengo script (#973) | c0ncord2 | 2020-01-09 | 1 | -1/+0 |
| | | | | | | | | | | | | * move stripCustomoji logic to default Tengo script Removing the image ID from the message (without any possibility of recovering it later) is a loss of valuable data that prevents users from giving support to custom emoji via Tengo scripts. * bugfix - do send colors to other irc bridges "if we're not sending to an irc bridge we strip the IRC colors" Co-authored-by: c0ncord <59654954+c0ncord@users.noreply.github.com> | ||||
* | Update vendor (#932) | Wim | 2019-10-27 | 1 | -1/+4 |
| | | | | | | * Update vendor * Fix godiscord api change | ||||
* | Add UserTypingSupport (discord) (#914) | Qais Patankar | 2019-10-04 | 1 | -0/+13 |
| | | | | | | | | * Add Discord to UserTypingSupport * discord: start typing in a channel on EventUserTyping receive * discord: emit EventUserTyping to gateway | ||||
* | Specify correct GuildID on unknown user query (discord). Fixes #879 (#894) | Wim | 2019-09-15 | 1 | -1/+1 |
| | |||||
* | Support bulk deletions (discord) | Qais Patankar | 2019-06-16 | 1 | -0/+21 |
| | |||||
* | Allow messages from other bots (discord). Fixes #816 | Wim | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Do not relay any bot messages (discord) (#743) | Wim | 2019-02-28 | 1 | -1/+1 |
| | |||||
* | Allow sending discriminator with Discord username (#726) | Declan Hoare | 2019-02-22 | 1 | -0/+3 |
| | |||||
* | Support join/leaves from discord. Closes #654 (#721) | Wim | 2019-02-17 | 1 | -0/+42 |
| | |||||
* | Disable some unparam checks (discord) | Wim | 2018-12-07 | 1 | -3/+3 |
| | |||||
* | Split Discord bridge in multiple files (#632) | Duco van Amstel | 2018-12-07 | 1 | -0/+125 |