summaryrefslogtreecommitdiffstats
path: root/bridge/discord
Commit message (Expand)AuthorAgeFilesLines
* Return a message ID when sending with a webhook (discord) (#1976)Joseph Mansy2023-03-141-5/+11
* Add handlers at the end. Fixes #1988 (discord) (#2011)Wim2023-03-111-11/+13
* Ignore events from other guilds, add nosendjoinpart support (discord) (#1846)Sam W2022-06-242-1/+39
* Add KeepQuotedReply option for matrix to fix regression (#1823)Wim2022-05-061-2/+0
* Change discord non-native threading behaviour (discord) (#1791)Wim2022-04-041-1/+2
* Switch to discordgo upstream again (#1759)Wim2022-03-127-9/+9
* Add more debug options for discord (#1712)Wim2022-02-062-2/+11
* Add support for deleting files from slack to discord. Fixes #1705 (#1709)Wim2022-02-051-4/+37
* Add comments to messages (telegram) (#1652)Soloam2021-12-121-4/+2
* Add a MessageClipped option to set your own clipped message. Closes #1359 (#1...Wim2021-05-272-3/+3
* discord: Add AllowMention to restrict allowed mentions (#1462)Alexandre GV2021-05-133-12/+41
* Declare GUILD_MEMBERS privileged intent (discord) (#1428)James Lu2021-03-201-0/+5
* Use valid transmitter Log default (discord) (#1402)Qais Patankar2021-02-151-1/+1
* Pick up all the webhooks (discord) (#1383)Wim2021-02-011-1/+0
* Add an even more debug option (discord) (#1368)Wim2021-01-231-0/+5
* Improve Markdown in transmitter docs (discord) (#1351)Qais Patankar2021-01-031-6/+7
* Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347)Qais Patankar2020-12-311-2/+2
* Reject cross-channel message references (discord) (#1345)Qais Patankar2020-12-311-3/+3
* Add a prefix handler for unthreaded messages (discord) (#1346)Qais Patankar2020-12-311-0/+6
* Add threading support with token (discord) (#1342)Wim2020-12-312-2/+20
* Fix 'webook' typo in discord/webhook.go (#1344)Qais Patankar2020-12-311-1/+1
* Update webhook documentation (discord) (#1335)Qais Patankar2020-12-171-5/+0
* Split Bdiscord.Send into handleEventWebhook and handleEventBotUser (discord)Qais Patankar2020-12-132-43/+53
* Move webhook specific logic to its own file (discord)Qais Patankar2020-12-132-94/+102
* Extract maybeGetLocalAvatar into its own function (discord)Qais Patankar2020-12-131-15/+17
* Remove WebhookURL support (discord)Qais Patankar2020-12-132-9/+15
* Add initial transmitter implementation (discord)Qais Patankar2020-12-135-120/+371
* Revert "Disable webhook editing (#1296)" (discord)Qais Patankar2020-12-131-10/+6
* Refactor guild finding code (discord) (#1319)Qais Patankar2020-12-031-18/+35
* Disable webhook editing (discord) (#1296)Wim2020-11-221-6/+10
* Update webhook messages via new endpoint (discord)Simon THOBY2020-11-142-56/+17
* Fix webhook EventUserAction messages being skipped (discord) (#1133)Qais Patankar2020-05-111-1/+1
* Fix #1049: missing space before embeds (discord) (#1124)Qais Patankar2020-05-072-6/+6
* Fix #1120: replaceAction "_" crash (discord) (#1121)Qais Patankar2020-04-251-2/+3
* Add an ID cache (discord). Fixes #1106 (#1111)Wim2020-04-212-0/+43
* Don't transmit typing events from ourselves (slack/discord) (#1056)Qais Patankar2020-03-222-0/+7
* Strip extra info from emotes (discord) (#1052)Qais Patankar2020-03-222-0/+8
* Fix duplicate separator on empty description/url (discord). Fixes #1008 (#1035)Wim2020-03-212-1/+89
* Fix #1027: warning when handling inbound webhooks (discord) (#1044)Qais Patankar2020-03-181-3/+3
* Refactor webhook permission checksQais Patankar2020-03-181-8/+10
* Fix #1040: spotty webhook permission verificationQais Patankar2020-03-181-3/+7
* Remove replace directives and use own fork to make go get work again (#1028)Wim2020-03-083-3/+3
* Add ability to procure avatars from the destination bridge (#1000)Qais Patankar2020-02-091-0/+21
* Check only bridged channels for PermManageWebhooks (discord) (#1001)Qais Patankar2020-02-081-4/+5
* Show file comment in webhook if normal message is empty (discord). Fixes #962...Wim2020-02-021-0/+5
* Fix channel ID problem with multiple gateways (discord). Fixes #953 (#977)Wim2020-01-093-19/+9
* move stripCustomoji logic to default Tengo script (#973)c0ncord22020-01-092-6/+0
* Update vendor (#932)Wim2019-10-271-1/+4
* Remove obsolete file upload links (discord). Fixes #908 (#931)Wim2019-10-271-12/+0
* Add UserTypingSupport (discord) (#914)Qais Patankar2019-10-042-0/+22