| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -7/+7 |
* | Fix goconst linter failure | Wim | 2018-11-13 | 1 | -3/+5 |
* | Disable Connect(), JoinChannel(), Send() for mattermost.plugin | Wim | 2018-11-11 | 1 | -0/+9 |
* | Make scopelint happy | Wim | 2018-11-08 | 1 | -0/+1 |
* | Make goconst linter happy | Wim | 2018-11-08 | 1 | -4/+5 |
* | Make gocritic linter happier | Wim | 2018-11-08 | 1 | -7/+9 |
* | Add better support for multiperson DM (mattermost) | Wim | 2018-10-27 | 1 | -4/+4 |
* | Split up cookie token and personal token (mattermost). Fixes #530 (#540) | Wim | 2018-10-26 | 1 | -1/+1 |
* | Fix panic by using matterclient calls in the right place. Related to cb7278eb... | Wim | 2018-08-30 | 1 | -3/+5 |
* | Fix avatar uploads to work with MediaDownloadPath. Closes #454 | Wim | 2018-07-11 | 1 | -1/+1 |
* | Use nickname instead of username if defined (mattermost). Closes #452 | Wim | 2018-07-03 | 1 | -0/+3 |
* | Handle slack attachments sent to mattermost. Closes #447 | Wim | 2018-06-16 | 1 | -0/+12 |
* | Reconnect on quit. (irc) See #431 (#445) | Liam Stanley | 2018-06-09 | 1 | -1/+2 |
* | Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 | Wim | 2018-05-27 | 1 | -2/+4 |
* | Use uuid instead of userid. Fixes #429 | Wim | 2018-05-27 | 1 | -3/+6 |
* | Make our callbackid more unique. Fixes issue with running multiple matterbrid... | Wim | 2018-04-13 | 1 | -3/+3 |
* | Add support for NoSendJoinPart. Closes #382 | Wim | 2018-03-06 | 1 | -0/+3 |
* | Remove debug messsage (mattermost) | Wim | 2018-03-05 | 1 | -1/+0 |
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -41/+42 |
* | Improve debug messages | Wim | 2018-02-28 | 1 | -4/+4 |
* | Refactor using factory | Wim | 2018-02-27 | 1 | -41/+34 |
* | Make gometalinter happier | Wim | 2018-02-27 | 1 | -5/+5 |
* | Skip events for webhook | Wim | 2018-02-27 | 1 | -0/+5 |
* | Refactor mattermost | Wim | 2018-02-27 | 1 | -176/+206 |
* | Make matterclient work with prefixed log | Wim | 2018-02-21 | 1 | -0/+3 |
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
* | Download (and upload) avatar images from mattermost and telegram when mediase... | Wim | 2018-02-20 | 1 | -2/+45 |
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ... | Wim | 2018-02-03 | 1 | -0/+12 |
* | Download files and reupload to supported bridges (mattermost). Closes #357 | Wim | 2018-02-02 | 1 | -2/+18 |
* | Add URL to message in webhook if available (mattermost). See #356 | Wim | 2018-01-31 | 1 | -1/+12 |
* | Fix regression in mattermost bridge (mattermost). Closes #327 | Wim | 2018-01-01 | 1 | -4/+1 |
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -5/+3 |
* | Add support for comments from slack file uploads (slack) | Wim | 2017-11-13 | 1 | -2/+2 |
* | Fix loop, make megacheck happy | Wim | 2017-09-21 | 1 | -11/+16 |
* | Download files from slack and reupload to mattermost (slack/mattermost). Clos... | Wim | 2017-09-21 | 1 | -3/+18 |
* | Fix loop from webhook by adding matterbridge prop (mattermost). Closes #261 | Wim | 2017-09-18 | 1 | -0/+7 |
* | Relay attachments from mattermost to slack (slack). Closes #260 | Wim | 2017-09-18 | 1 | -2/+8 |
* | Use override username if specified (mattermost). #260 | Wim | 2017-09-18 | 1 | -0/+6 |
* | Add support for deleting messages across bridges. | Wim | 2017-09-11 | 1 | -2/+12 |
* | Send images when text is empty regression. (mattermost). Closes #254 | Wim | 2017-09-08 | 1 | -0/+1 |
* | Fix private channel joining bug (mattermost). Closes #248 | Wim | 2017-08-30 | 1 | -1/+6 |
* | Add support for editing messages across bridges. Currently mattermost/discord. | Wim | 2017-08-28 | 1 | -3/+7 |
* | Modify Send() to return also a message id | Wim | 2017-08-27 | 1 | -4/+4 |
* | Add support for personal access tokens (mattermost) | Wim | 2017-08-23 | 1 | -5/+34 |
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -2/+2 |
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 1 | -1/+18 |
* | Ignore edited messages with reactions (mattermost) | Wim | 2017-07-25 | 1 | -0/+4 |
* | Fix webhookurl/webhookbindaddress panic (mattermost). Closes #221 | Wim | 2017-07-17 | 1 | -0/+3 |
* | Use GetFileLinks. Also show links to non-public files (mattermost) | Wim | 2017-07-15 | 1 | -1/+1 |