Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update vendor (bwmarrin/discordgo) | Wim | 2017-07-16 | 24 | -656/+1069 |
| | |||||
* | Update vendor (nlopes/slack) | Wim | 2017-07-16 | 27 | -312/+1404 |
| | |||||
* | Fix lookup bot username (slack). #213 | Wim | 2017-07-16 | 1 | -8/+12 |
| | |||||
* | Fix mattermost shield | Wim | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Add mattermost chat/badge | Wim | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Release v0.16.1v0.16.1 | Wim | 2017-07-15 | 3 | -2/+10 |
| | |||||
* | Use GetFileLinks. Also show links to non-public files (mattermost) | Wim | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | Refactor connecting logic slack/mattermost. Fixes #216 | Wim | 2017-07-15 | 2 | -35/+100 |
| | |||||
* | Fix megacheck / go vet issues | Wim | 2017-07-14 | 12 | -59/+46 |
| | |||||
* | Update travis | Wim | 2017-07-14 | 1 | -3/+30 |
| | |||||
* | Add travis | Wim | 2017-07-13 | 1 | -0/+7 |
| | |||||
* | Add GetFileLinks, also get files if public links is disabled | Wim | 2017-07-12 | 1 | -0/+19 |
| | |||||
* | Update readme | Wim | 2017-07-10 | 1 | -0/+1 |
| | |||||
* | Update readme | Wim | 2017-07-10 | 1 | -4/+4 |
| | |||||
* | Bump version | Wim | 2017-07-10 | 1 | -1/+1 |
| | |||||
* | Lookup bot username (slack). #213 | Wim | 2017-07-10 | 1 | -0/+9 |
| | |||||
* | Add slack badge / invitation | Wim | 2017-07-09 | 1 | -1/+3 |
| | |||||
* | Release v0.16.0v0.16.0 | Wim | 2017-07-09 | 3 | -3/+38 |
| | |||||
* | Add 4.0 support (mattermost) | Wim | 2017-07-09 | 2 | -2/+3 |
| | |||||
* | Replace HTML entities (slack). #215 | Wim | 2017-07-09 | 1 | -0/+2 |
| | |||||
* | Update acknowledgements | Wim | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | Replace :emoji: with unicode chars. #215 | Wim | 2017-07-09 | 5 | -0/+19742 |
| | | | | Add vendor github.com/peterhellberg/emojilib | ||||
* | Fix embeds (discord). Closes #202 | Wim | 2017-07-09 | 1 | -9/+17 |
| | |||||
* | Update issue template | Wim | 2017-07-08 | 1 | -0/+2 |
| | |||||
* | Release v0.16.0-rc2v0.16.0-rc2 | Wim | 2017-07-07 | 3 | -2/+23 |
| | |||||
* | Try to detect the charset and convert it to utf-8. (irc). Closes #209 #210 | Wim | 2017-07-07 | 1 | -0/+27 |
| | |||||
* | Add go-charset and chardet to vendor | Wim | 2017-07-07 | 47 | -0/+3974 |
| | |||||
* | Add UseInsecureURL option (telegram) | Wim | 2017-07-04 | 3 | -4/+11 |
| | |||||
* | Fix channel id off by 0x18000000000000 (steam) | Wim | 2017-07-03 | 1 | -1/+3 |
| | |||||
* | Optimize StatusLoop. Execute function when specified in OnWsConnect | Wim | 2017-07-01 | 1 | -5/+21 |
| | |||||
* | Optimize GetStatus. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -1/+1 |
| | |||||
* | Optimize UpdateUsers usage. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -6/+13 |
| | |||||
* | Fix possible panics. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -9/+24 |
| | |||||
* | Don't logout if logging in through token. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -0/+4 |
| | |||||
* | Reestablish the socket when websocket is disconnected. (from @recht ↵ | Wim | 2017-07-01 | 1 | -6/+20 |
| | | | | matterircd fork) | ||||
* | Add link to wiki | Wim | 2017-06-30 | 1 | -1/+4 |
| | |||||
* | Release v0.16.0-rc1 | Wim | 2017-06-30 | 3 | -4/+28 |
| | |||||
* | Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1 | Wim | 2017-06-29 | 6 | -77/+122 |
| | |||||
* | Fix samechannel gateway issue. Closes #207 | Wim | 2017-06-27 | 1 | -0/+12 |
| | |||||
* | Add more debugging (discord) | Wim | 2017-06-26 | 1 | -5/+6 |
| | |||||
* | Remove label from URLs (slack). Closes #205 | Wim | 2017-06-26 | 1 | -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 - Wolfman | 2017-06-26 | 3 | -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> | ||||
* | Add ShowEmbeds option (discord). #202 | Wim | 2017-06-24 | 3 | -1/+14 |
| | |||||
* | Fix example | Wim | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Add initial steam support | Wim | 2017-06-22 | 4 | -0/+216 |
| | |||||
* | Add vendor (steam) | Wim | 2017-06-22 | 117 | -0/+115543 |
| | |||||
* | Bump version | Wim | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Release v0.15.0v0.15.0 | Wim | 2017-06-19 | 3 | -2/+19 |
| | |||||
* | Update gitter vendor. (fixes crash) | Wim | 2017-06-19 | 2 | -2/+5 |
| | |||||
* | Use the last (and biggest) photo to relay (telegram). Closes #184 | Wim | 2017-06-18 | 1 | -4/+2 |
| |