summaryrefslogtreecommitdiffstats
path: root/bridge/rocketchat
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-9/+3
|
* Add support for deleting messages across bridges.Wim2017-09-111-0/+4
| | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API)
* Modify Send() to return also a message idWim2017-08-271-3/+3
|
* Allow a webhookurl per channel (discord). #239Wim2017-08-121-1/+1
|
* Fix megacheck / go vet issuesWim2017-07-141-1/+0
|
* Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1Wim2017-06-291-2/+2
|
* Add UserID to each message. Closes #200Wim2017-06-181-1/+1
|
* Refactor to handle disconnects/reconnects better.Wim2017-02-141-0/+5
| | | | Now try to reconnect every 60 seconds until forever.
* Add initial Rocket.Chat supportWim2016-12-031-0/+82