Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add better error handling on Zulip (#1589) | Alex Vandiver | 2021-10-23 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | * zulip: Treat unknown errors with a 10-second backoff. An unknown error (including an unauthorized error) would fall through with no calls to time.Sleep, resulting in hammering the server as quickly as possible. Add a 10-second sleep in the default error case. The heartbeat is left with no explicit sleep, but all other codepaths now contain one. * version: Move version information into a separate package. This will allow it to be accessed by other sections of the code. * zulip: Use the matterbridge version in the user-agent. Co-authored-by: Wim <wim@42.be> | ||||
* | Check location of avatarURL (zulip). Fixes #1214 (#1227) | Wim | 2020-09-04 | 1 | -1/+7 |
| | |||||
* | Fix error loop (zulip) (#1210) | Wim | 2020-08-25 | 1 | -1/+1 |
| | | | Fixes #1047 | ||||
* | Need to specify /topic:mytopic for channel configuration (zulip). (#751) | Wim | 2019-03-02 | 1 | -18/+15 |
| | | | | | | | | | | | | | | Breaking change for zulip channel configuration. For zulip the channel configuration will now need to specify also the topic with /topic:yourtopic. Example: [[gateway.inout]] account="zulip.streamchat" channel="general/topic:mytopic" This fixes the incorrect PR #701 which didn't work with multiple gateways. | ||||
* | Keep reconnecting until succeed (zulip) (#737) | Wim | 2019-02-26 | 1 | -5/+7 |
| | |||||
* | Allow zulip bridge to specify topic per channel. Closes #701 (#723) | Wim | 2019-02-17 | 1 | -1/+16 |
| | |||||
* | Do not panic on non-json response from server (zulip) | Wim | 2019-02-13 | 1 | -1/+8 |
| | |||||
* | Fix error handling on bad event queue id (zulip). Closes #694 | Wim | 2019-02-11 | 1 | -1/+17 |
| | |||||
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Add initial zulip support | Wim | 2018-05-07 | 1 | -0/+170 |