Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle Rocket.Chat attachments (#1395) | Tadeo Kondrak | 2021-02-15 | 1 | -0/+39 |
| | |||||
* | Relay Joins/Topic changes in RocketChat bridge (#1085) | ldruschk | 2020-04-18 | 2 | -1/+30 |
| | | | This pull request properly sets the events EventJoinLeave and EventTopicChange for messages from the RocketChat bridge and drops messages which are neither one of those events nor plain messages. | ||||
* | Add token support (RocketChat) (#892) | Michal Suchánek | 2019-09-13 | 1 | -0/+3 |
| | | | Signed-off-by: Michal Suchanek <msuchanek@suse.de> | ||||
* | Add useraction support (rocketchat). Closes #772 (#794) | Wim | 2019-04-08 | 1 | -0/+5 |
| | |||||
* | Look up #channel too (rocketchat). Fix #773 (#775) | Wim | 2019-03-24 | 1 | -1/+1 |
| | |||||
* | Allow the # in rocketchat channels (backward compatible) (#769) | Wim | 2019-03-20 | 1 | -2/+7 |
| | |||||
* | Do not send duplicate messages (rocketchat). Fixes #745 (#752) | Wim | 2019-03-02 | 2 | -7/+21 |
| | | | | | | | | | For an unknown reason we get duplicate messages (from the same channel) using the realtime API when we have > 1 channel subscribed on. Solution for now is caching the message ID in a LRU cache and ignoring the duplicates. This should be reviewed when we have actual editing support from the realtime API | ||||
* | Refactor and update RocketChat bridge | Wim | 2019-02-15 | 3 | -43/+374 |
| | | | | | | | | * Add support for editing/deleting messages * Add support for uploading files * Add support for avatars * Use the Rocket.Chat.Go.SDK * Use the rest and streaming api | ||||
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Make scopelint happy | Wim | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | Make structcheck linter happy | Wim | 2018-11-08 | 1 | -5/+1 |
| | |||||
* | Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 | Wim | 2018-05-27 | 1 | -2/+4 |
| | |||||
* | Fix regression (slack). Closes #384 | Wim | 2018-03-05 | 1 | -2/+1 |
| | |||||
* | Use viper (github.com/spf13/viper) for configuration | Wim | 2018-03-04 | 1 | -9/+9 |
| | |||||
* | Improve debug messages | Wim | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Refactor using factory | Wim | 2018-02-27 | 1 | -14/+7 |
| | |||||
* | Use prefixed-formatter for better logging | Wim | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Send chat notification if media is too big to be re-uploaded to MediaServer. ↵ | Wim | 2018-02-03 | 1 | -0/+17 |
| | | | | See #359 | ||||
* | Refactor and add MediaDownloadSize to General | Wim | 2017-12-19 | 1 | -9/+3 |
| | |||||
* | Add support for deleting messages across bridges. | Wim | 2017-09-11 | 1 | -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 id | Wim | 2017-08-27 | 1 | -3/+3 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -1/+1 |
| | |||||
* | Fix megacheck / go vet issues | Wim | 2017-07-14 | 1 | -1/+0 |
| | |||||
* | Deprecate URL,useAPI,BindAddress (slack,mattermost,rocketchat)v0.16.0-rc1 | Wim | 2017-06-29 | 1 | -2/+2 |
| | |||||
* | Add UserID to each message. Closes #200 | Wim | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -0/+5 |
| | | | | Now try to reconnect every 60 seconds until forever. | ||||
* | Add initial Rocket.Chat support | Wim | 2016-12-03 | 1 | -0/+82 |