summaryrefslogtreecommitdiffstats
path: root/bridge/discord
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | Using it implies to configure a Webhook on discord and set the parameter : - WebhookURL (New parameter, discord-specific) Discord API does not allow to change the name of the user posting, but webhooks does. This makes the relay much more elegant, even if we might lose some more advanced features. Signed-off-by: saury07 <sacha.aury@gmail.com>
* 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
| | | | | * The bot needs to have the "Manage Roles" permission for this to work. (see Server settings - Roles - General Permissions)
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+4
| | | | Now try to reconnect every 60 seconds until forever.
* 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