Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify Send() to return also a message id | Wim | 2017-08-27 | 1 | -3/+3 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -3/+3 |
| | |||||
* | Add action support for slack,mattermost,irc,gitter,matrix,xmpp,discord. #199 | Wim | 2017-07-30 | 1 | -1/+6 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Revert "Add support for edited messages (gitter)" | Wim | 2017-04-19 | 1 | -35/+12 |
| | | | | | This reverts commit 17b8b86d68badfe27c29c7448548f9eb97dd26e9. Reverted because of lingering file descriptors (memory leak) | ||||
* | Add support for edited messages (gitter) | Wim | 2017-04-15 | 1 | -12/+35 |
| | |||||
* | Fix roomid bug (gitter) | Wim | 2017-03-18 | 1 | -1/+2 |
| | |||||
* | Join rooms not already joined by the bot (gitter). See #135 | Wim | 2017-03-18 | 1 | -4/+7 |
| | |||||
* | Check if room exists when joining channel (gitter). Closes #135 | Wim | 2017-03-16 | 1 | -1/+2 |
| | |||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -0/+5 |
| | | | | Now try to reconnect every 60 seconds until forever. | ||||
* | Update vendor | Wim | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Fix loop because of closed channel. Fixes #89 | Wim | 2016-11-23 | 1 | -2/+1 |
| | |||||
* | Refactor | Wim | 2016-11-13 | 1 | -30/+11 |
| | |||||
* | Add support for using avatars from discord,slack and gitter in slack | Wim | 2016-11-06 | 1 | -1/+16 |
| | |||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -1/+2 |
| | |||||
* | Refactor modifyMessage | Wim | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | Update to latest go-gitter API changes | Wim | 2016-11-02 | 1 | -4/+8 |
| | |||||
* | Fix tight loop (gitter). Closes #68. | Wim | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Cleanup gitter bridge debug/info messages | Wim | 2016-09-20 | 1 | -33/+3 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -30/+65 |
| | | | | | | | * 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 Gitter support | Wim | 2016-09-04 | 1 | -0/+110 |