summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Try travis bintray integration (3)Wim2017-07-162-3/+13
|
* Try travis bintray integration (2)Wim2017-07-161-4/+3
|
* Try travis bintray integrationWim2017-07-162-0/+33
|
* Add support for fallback/text in attachments (slack)Wim2017-07-161-0/+9
|
* Update travis for crossplatformWim2017-07-161-1/+7
|
* Make sure bot doesn't loop now we relay bot messages (slack)Wim2017-07-161-1/+8
|
* Bump versionWim2017-07-161-1/+1
|
* Fix discordgo api changesWim2017-07-161-1/+1
|
* Update vendor (bwmarrin/discordgo)Wim2017-07-1624-656/+1069
|
* Update vendor (nlopes/slack)Wim2017-07-1627-312/+1404
|
* Fix lookup bot username (slack). #213Wim2017-07-161-8/+12
|
* Fix mattermost shieldWim2017-07-161-1/+1
|
* Add mattermost chat/badgeWim2017-07-161-1/+1
|
* Release v0.16.1v0.16.1Wim2017-07-153-2/+10
|
* Use GetFileLinks. Also show links to non-public files (mattermost)Wim2017-07-151-1/+1
|
* Refactor connecting logic slack/mattermost. Fixes #216Wim2017-07-152-35/+100
|
* Fix megacheck / go vet issuesWim2017-07-1412-59/+46
|
* Update travisWim2017-07-141-3/+30
|
* Add travisWim2017-07-131-0/+7
|
* Add GetFileLinks, also get files if public links is disabledWim2017-07-121-0/+19
|
* Update readmeWim2017-07-101-0/+1
|
* Update readmeWim2017-07-101-4/+4
|
* Bump versionWim2017-07-101-1/+1
|
* Lookup bot username (slack). #213Wim2017-07-101-0/+9
|
* Add slack badge / invitationWim2017-07-091-1/+3
|
* Release v0.16.0v0.16.0Wim2017-07-093-3/+38
|
* Add 4.0 support (mattermost)Wim2017-07-092-2/+3
|
* Replace HTML entities (slack). #215Wim2017-07-091-0/+2
|
* Update acknowledgementsWim2017-07-091-1/+1
|
* Replace :emoji: with unicode chars. #215Wim2017-07-095-0/+19742
| | | | Add vendor github.com/peterhellberg/emojilib
* Fix embeds (discord). Closes #202Wim2017-07-091-9/+17
|
* Update issue templateWim2017-07-081-0/+2
|
* Release v0.16.0-rc2v0.16.0-rc2Wim2017-07-073-2/+23
|
* Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210Wim2017-07-071-0/+27
|
* Add go-charset and chardet to vendorWim2017-07-0747-0/+3974
|
* Add UseInsecureURL option (telegram)Wim2017-07-043-4/+11
|
* Fix channel id off by 0x18000000000000 (steam)Wim2017-07-031-1/+3
|
* Optimize StatusLoop. Execute function when specified in OnWsConnectWim2017-07-011-5/+21
|
* Optimize GetStatus. (from @recht matterircd fork)Wim2017-07-011-1/+1
|
* Optimize UpdateUsers usage. (from @recht matterircd fork)Wim2017-07-011-6/+13
|
* Fix possible panics. (from @recht matterircd fork)Wim2017-07-011-9/+24
|
* Don't logout if logging in through token. (from @recht matterircd fork)Wim2017-07-011-0/+4
|
* Reestablish the socket when websocket is disconnected. (from @recht ↵Wim2017-07-011-6/+20
| | | | matterircd fork)
* Add link to wikiWim2017-06-301-1/+4
|
* Release v0.16.0-rc1Wim2017-06-303-4/+28
|
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-296-77/+122
|
* Fix samechannel gateway issue. Closes #207Wim2017-06-271-0/+12
|
* Add more debugging (discord)Wim2017-06-261-5/+6
|
* Remove label from URLs (slack). Closes #205Wim2017-06-261-0/+9
| | | | | If slack detects a text contains an url it changes it to <http://url|url>. Strip the |url so that http://url remains.
* Add webhook posting mode for discord. (#204)Sacha Aury - Wolfman2017-06-263-1/+32
| | | | | | | | | 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>