summaryrefslogtreecommitdiffstats
path: root/bridge/discord
Commit message (Expand)AuthorAgeFilesLines
* 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
* Specify correct GuildID on unknown user query (discord). Fixes #879 (#894)Wim2019-09-152-4/+4
* Add extra debug info (discord)Wim2019-09-051-1/+1
* Add support for sending files via webhook (discord) (#872)MOZGIII2019-08-292-36/+68
* Fix regression (discord). Closes #864 (#866)Wim2019-07-291-1/+1
* Add support for discord category channels (discord) (#863)Wim2019-07-152-23/+53
* Fix discord channel & category name clash. #860 (#861)Qais Patankar2019-07-142-6/+24
* Support webhook message deletions (discord) (#853)Qais Patankar2019-07-082-3/+37
* Support bulk deletions (discord)Qais Patankar2019-06-162-0/+22
* Allow messages from other bots (discord). Fixes #816Wim2019-05-011-1/+1
* Do not relay any bot messages (discord) (#743)Wim2019-02-281-1/+1
* Print errors as string instead of %#v (#738)Wim2019-02-262-4/+4
* Allow sending discriminator with Discord username (#726)Declan Hoare2019-02-221-0/+3
* Support join/leaves from discord. Closes #654 (#721)Wim2019-02-172-0/+44
* Make discord user token work correctly (discord) #689Wim2019-01-191-2/+2
* Run go fmtWim2019-01-141-3/+3
* Allow to bridge non-bot Discord users (discord) (#689)Zomboy Alfrir2019-01-141-0/+5
* Use only one webhook if possible (discord) (#681)James Nylen2019-01-091-8/+42
* Add file comment to webhook messages (discord). Fixes #358Wim2019-01-071-1/+7
* Improve error reporting on failure to join Discord. Fixes #672 (#680)James Nylen2019-01-071-1/+15
* Disable some unparam checks (discord)Wim2018-12-071-3/+3
* Split Discord bridge in multiple files (#632)Duco van Amstel2018-12-074-257/+412
* Fix regression on using server ID (discord). #619 #617Wim2018-11-281-1/+2
* Limit discord username via webhook to 32 charsWim2018-11-231-0/+4
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-5/+5
* Switch back go upstream bwmarrin/discordgoWim2018-11-131-1/+1
* Make gocritic linter happyWim2018-11-081-1/+1
* Clean up various stuff (#508)David Hill2018-11-071-4/+11
* Fix mentions cuttíng off all text after the mention (discord) (#506)NikkyAI2018-09-291-1/+1