Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not relay slackbot messages (slack). Closes #119 | Wim | 2017-02-17 | 1 | -0/+3 |
| | |||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -0/+5 |
| | | | | Now try to reconnect every 60 seconds until forever. | ||||
* | Fix receiving messages from private channels (slack). See #118 | Wim | 2017-02-03 | 1 | -2/+14 |
| | |||||
* | Add support for private channels (slack). Closes #118 | Wim | 2017-01-28 | 1 | -0/+8 |
| | |||||
* | Do not use API functions in webhook (slack). Closes #110 | Wim | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | Replace id-mentions to usernames (slack). Closes #86 | Wim | 2016-11-20 | 1 | -0/+23 |
| | |||||
* | Refactor | Wim | 2016-11-13 | 1 | -27/+9 |
| | |||||
* | Add support for using avatars from discord,slack and gitter in slack | Wim | 2016-11-06 | 1 | -1/+18 |
| | |||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -9/+19 |
| | |||||
* | Refactor modifyMessage | Wim | 2016-11-04 | 1 | -3/+10 |
| | |||||
* | Drop first received message on connection to avoid duplicates (slack). Fixes #55 | Wim | 2016-10-29 | 1 | -13/+19 |
| | |||||
* | Use RTM only on API (slack). Fix #56 | Wim | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | Add error message about non-existing channels (slack) | Wim | 2016-10-08 | 1 | -5/+10 |
| | |||||
* | Fix slack channel join | Wim | 2016-09-30 | 1 | -3/+2 |
| | |||||
* | Fix joining slack/mattermost channels using the webhook | Wim | 2016-09-20 | 1 | -3/+7 |
| | |||||
* | Cleanup slack bridge debug/info messages | Wim | 2016-09-20 | 1 | -24/+15 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -30/+49 |
| | | | | | | | * Move from gcfg to toml configuration because gcfg was too restrictive * Implemented gateway which has support multiple in and out bridges. * Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts. * Support multiple gateways | ||||
* | Add Slack support | Wim | 2016-09-05 | 1 | -0/+180 |