summaryrefslogtreecommitdiffstats
path: root/bridge/discord
Commit message (Expand)AuthorAgeFilesLines
* Swap token/id. Also check for default webhookURL in isWebhookID (discord)Wim2017-08-121-3/+9
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-21/+63
* Add UseUserName option (discord) (#234)anon7242017-08-011-1/+6
* Do not modify username in action (discord)Wim2017-07-311-7/+3
* Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199Wim2017-07-301-6/+27
* Fix discordgo api changesWim2017-07-161-1/+1
* Fix embeds (discord). Closes #202Wim2017-07-091-9/+17
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-291-1/+6
* Add more debugging (discord)Wim2017-06-261-5/+6
* Add webhook posting mode for discord. (#204)Sacha Aury - Wolfman2017-06-261-1/+27
* Add ShowEmbeds option (discord). #202Wim2017-06-241-1/+9
* Add UserID to each message. Closes #200Wim2017-06-181-1/+2
* Avoid nil in usermembermap (discord). See #198Wim2017-06-151-1/+2
* Add hashtag to channel (discord)Wim2017-06-031-2/+2
* Replace long ids in channel metions (discord). Fixes #174Wim2017-05-231-0/+20
* Fix possible crash on nil (discord)Wim2017-05-221-5/+7
* Add support for edited messages (discord)Wim2017-04-151-0/+13
* Strip custom emoji metadata (discord). Closes #148Wim2017-04-151-0/+8
* Replace role ids in mentions to role names (discord). Closes #133Wim2017-03-181-0/+15
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+4
* Use nickname when present (discord). Closes #122Wim2017-02-131-8/+49
* Add bot tag to api if not specified (discord)Wim2016-11-141-0/+3
* RefactorWim2016-11-131-25/+6
* Add support for using avatars from discord,slack and gitter in slackWim2016-11-061-1/+1
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-1/+2
* Refactor modifyMessageWim2016-11-041-2/+2
* Use names instead of id's for mentions (discord). Fixes #66Wim2016-10-301-1/+1
* Add support for discord channel ID. See #57Wim2016-10-261-8/+22
* Ignore empty content from discord. Fixes #58Wim2016-10-261-0/+3
* Add support for discord attachments. Fixes #59Wim2016-10-261-0/+5
* Rename discord guild to server.Wim2016-10-231-1/+1
* Cleanup discord bridge debug/info messagesWim2016-09-201-1/+3
* Add the discord bridge for realWim2016-09-191-0/+128