summaryrefslogtreecommitdiffstats
path: root/bridge/gitter/gitter.go
Commit message (Collapse)AuthorAgeFilesLines
* Join rooms not already joined by the bot (gitter). See #135Wim2017-03-181-4/+7
|
* Check if room exists when joining channel (gitter). Closes #135Wim2017-03-161-1/+2
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+5
| | | | Now try to reconnect every 60 seconds until forever.
* Update vendorWim2017-01-281-1/+1
|
* Fix loop because of closed channel. Fixes #89Wim2016-11-231-2/+1
|
* RefactorWim2016-11-131-30/+11
|
* Add support for using avatars from discord,slack and gitter in slackWim2016-11-061-1/+16
|
* Add support for dynamic IconURL (slack). Closes #43Wim2016-11-051-1/+2
|
* Refactor modifyMessageWim2016-11-041-2/+2
|
* Update to latest go-gitter API changesWim2016-11-021-4/+8
|
* Fix tight loop (gitter). Closes #68.Wim2016-11-021-1/+1
|
* Cleanup gitter bridge debug/info messagesWim2016-09-201-33/+3
|
* Refactor for more flexibilityWim2016-09-181-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 supportWim2016-09-041-0/+110