summaryrefslogtreecommitdiffstats
path: root/bridge/rocketchat/rocketchat.go
Commit message (Expand)AuthorAgeFilesLines
* Use viper (github.com/spf13/viper) for configurationWim2018-03-041-9/+9
* Improve debug messagesWim2018-02-281-2/+2
* Refactor using factoryWim2018-02-271-14/+7
* Use prefixed-formatter for better loggingWim2018-02-211-1/+1
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
* Send chat notification if media is too big to be re-uploaded to MediaServer. ...Wim2018-02-031-0/+17
* Refactor and add MediaDownloadSize to GeneralWim2017-12-191-9/+3
* Add support for deleting messages across bridges.Wim2017-09-111-0/+4
* 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
* Add initial Rocket.Chat supportWim2016-12-031-0/+82