Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relay notices (matrix). Closes #243 | Wim | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Handle leave/join events (slack). Closes #246 | Wim | 2017-08-27 | 1 | -0/+4 |
| | |||||
* | Add support for personal access tokens (mattermost) | Wim | 2017-08-23 | 3 | -7/+41 |
| | | | | * https://docs.mattermost.com/developer/personal-access-tokens.html | ||||
* | Make megacheck happy | Wim | 2017-08-17 | 1 | -9/+0 |
| | |||||
* | Use mattermost v4 api (drops support for mattermost < 3.8) | Wim | 2017-08-16 | 2 | -153/+127 |
| | |||||
* | Update mattermost vendor (3.7 => 4.1) | Wim | 2017-08-16 | 147 | -1094/+10081 |
| | |||||
* | Bump version | Wim | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Release v1.0.1v1.0.1 | Wim | 2017-08-16 | 3 | -2/+9 |
| | |||||
* | Add 4.1 support (mattermost) | Wim | 2017-08-16 | 1 | -1/+2 |
| | |||||
* | Add new file_ids parameter for Mattermost outgoing webhook (#240) | Thracky | 2017-08-16 | 1 | -0/+1 |
| | | | | | | * Added file_id parameter for outgoing webhook * Typo in the new fileids field name | ||||
* | Swap token/id. Also check for default webhookURL in isWebhookID (discord) | Wim | 2017-08-12 | 1 | -3/+9 |
| | |||||
* | Bump version | Wim | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 14 | -49/+100 |
| | |||||
* | Release v1.0.0v1.0.0 | Wim | 2017-08-05 | 3 | -3/+7 |
| | |||||
* | Add UseUserName option (discord) (#234) | anon724 | 2017-08-01 | 3 | -1/+11 |
| | |||||
* | Do not modify username in action (discord) | Wim | 2017-07-31 | 1 | -7/+3 |
| | |||||
* | Release v1.0.0-rc1v1.0.0-rc1 | Wim | 2017-07-30 | 3 | -2/+12 |
| | |||||
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 9 | -15/+95 |
| | |||||
* | Remove unused function | Wim | 2017-07-30 | 1 | -10/+0 |
| | |||||
* | Handle same account in multiple gateways better | Wim | 2017-07-30 | 2 | -12/+12 |
| | |||||
* | Update vendor (go-irc) | Wim | 2017-07-28 | 9 | -62/+126 |
| | |||||
* | Update readme | Wim | 2017-07-26 | 1 | -0/+4 |
| | |||||
* | Fix double posting of edited messages by using lru cache (mattermost) | Wim | 2017-07-25 | 1 | -1/+19 |
| | |||||
* | Add vendor (github.com/hashicorp/golang-lru) | Wim | 2017-07-25 | 6 | -0/+1113 |
| | |||||
* | Ignore edited messages with reactions (mattermost) | Wim | 2017-07-25 | 1 | -0/+4 |
| | |||||
* | Update tests with gofmt | Wim | 2017-07-25 | 2 | -13/+13 |
| | |||||
* | Refactor. Add tests | Wim | 2017-07-25 | 8 | -132/+467 |
| | |||||
* | Update vendor | Wim | 2017-07-25 | 23 | -0/+5565 |
| | |||||
* | Add screenshots | Wim | 2017-07-24 | 1 | -0/+4 |
| | |||||
* | Release v0.16.3v0.16.3 | Wim | 2017-07-24 | 3 | -2/+9 |
| | |||||
* | Disable message from other bots when using webhooks (slack) | Wim | 2017-07-22 | 1 | -1/+5 |
| | |||||
* | Return better error messages on mattermost connect | Wim | 2017-07-22 | 1 | -1/+4 |
| | |||||
* | Remove old files. Update readme | Wim | 2017-07-22 | 3 | -183/+3 |
| | |||||
* | Fix in/out logic. Closes #224 | Wim | 2017-07-22 | 1 | -24/+26 |
| | |||||
* | Fix message modification | Wim | 2017-07-21 | 1 | -5/+6 |
| | |||||
* | Bump version | Wim | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | Handle reconnections better (xmpp). Closes #222 | Wim | 2017-07-20 | 1 | -2/+29 |
| | |||||
* | Update readme | Wim | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | Add xmpp badge | Wim | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | Release v0.16.2v0.16.2 | Wim | 2017-07-18 | 3 | -3/+12 |
| | |||||
* | Fix webhookurl/webhookbindaddress panic (mattermost). Closes #221 | Wim | 2017-07-17 | 1 | -0/+3 |
| | |||||
* | Tag messages we send ourself using CallbackID hack (slack). Closes #219 | Wim | 2017-07-17 | 1 | -8/+8 |
| | |||||
* | Suppress parent message when child message is received (slack) (#218) | Jerry Heiselman | 2017-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | * Suppress parent message when child message is received When a thread is started in Slack and a user makes a comment on the thread, matterbridge sends the original parent message again on each child comment. This change suppresses that. * Update slack.go Moved determination of ThreadTimestamp to handleSlackClient so the MMMessage struct doesn't need to be modified * Ran 'go fmt' | ||||
* | Fix stable/dev shields | Wim | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Fix readme | Wim | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Add stable/devel shields | Wim | 2017-07-16 | 1 | -1/+3 |
| | |||||
* | Update readme | Wim | 2017-07-16 | 2 | -4/+4 |
| | |||||
* | Set correct binaries path | Wim | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | Try travis bintray integration (6) | Wim | 2017-07-16 | 1 | -10/+6 |
| | |||||
* | Try travis bintray integration (5) | Wim | 2017-07-16 | 1 | -4/+4 |
| |