5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge
Alex Vandiver e3ffbcadd8
Add better error handling on Zulip (#1589)
* 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>
2021-10-23 23:46:27 +02:00
..
api Sent loopback messages to other websockets as well (api) (#1216) 2020-08-27 22:28:03 +02:00
config Add UserName and RealName options for IRC (#1590) 2021-10-16 23:59:39 +02:00
discord Add a MessageClipped option to set your own clipped message. Closes #1359 (#1487) 2021-05-27 21:45:23 +02:00
gitter Fix golint linter issues and enable it in CI (#593) 2018-11-15 20:43:43 +01:00
helper Add support for mattermost v6 2021-10-16 23:23:24 +02:00
irc Add UserName and RealName options for IRC (#1590) 2021-10-16 23:59:39 +02:00
keybase Fix go-keybase-chat-bot api changes 2020-02-08 18:33:05 +01:00
matrix Fix content body issue for redactions (matrix) (#1496) 2021-05-29 23:47:36 +02:00
mattermost Add support for mattermost v6 2021-10-16 23:23:24 +02:00
msteams Refactor "msg-parent-not-found" to config.ParentIDNotFound (#1347) 2020-12-31 18:01:57 +00:00
mumble Remove newline character in bridge multiline messages (mumble) (#1572) 2021-08-22 23:17:37 +02:00
nctalk Add support for separate display name (nctalk) (#1506) 2021-06-19 21:45:19 +02:00
rocketchat Handle Rocket.Chat attachments (#1395) 2021-02-15 22:34:14 +01:00
slack Invalidate user in cache on user change event (#1604) 2021-10-16 23:36:30 +02:00
sshchat Fix duplicated messages (sshchat). Fixes #950 (#996) 2020-02-02 22:08:37 +01:00
steam Update dependencies (#886) 2019-09-07 22:46:58 +02:00
telegram Convert .tgs with go libraries (and cgo) (telegram) (#1569) 2021-08-24 22:32:50 +02:00
vk Add vk bridge (#1372) 2021-01-29 00:25:14 +01:00
whatsapp Make DocumentMessage handler use FileName attribute (whatsapp) (#1488) 2021-05-26 00:06:45 +02:00
xmpp Add support for anonymous connection (xmpp) (#1548) 2021-07-31 17:26:36 +02:00
zulip Add better error handling on Zulip (#1589) 2021-10-23 23:46:27 +02:00
bridge.go Add sane RemoteNickFormat default for API (#1157) 2020-06-25 00:25:10 +02:00