summaryrefslogtreecommitdiffstats
path: root/bridge/zulip/zulip.go
Commit message (Collapse)AuthorAgeFilesLines
* Need to specify /topic:mytopic for channel configuration (zulip). (#751)Wim2019-03-021-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)Wim2019-02-261-5/+7
|
* Allow zulip bridge to specify topic per channel. Closes #701 (#723)Wim2019-02-171-1/+16
|
* Do not panic on non-json response from server (zulip)Wim2019-02-131-1/+8
|
* Fix error handling on bad event queue id (zulip). Closes #694Wim2019-02-111-1/+17
|
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-1/+1
|
* Add initial zulip supportWim2018-05-071-0/+170