5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/bridge
Duco van Amstel 498377a230 Clean up code and strengthening (slack) (#519)
Changes include:
- Refactor of strings into package-wide constants.
- Predeclaration of regexps to be instantiated at package load time.
- Checking of unchecked errors.
- Structural changes:
  - Adding verifications to type-casting code.
  - Remove unnecessary 'len(X) > 0' checks before iterating over X.
  - Remove unnecessary 'else' clause after 'if' with 'return'.
  - Unexporting of public fields of Bridge struct.
- Formatting:
  - One-field-per-line struct definitions.
2018-10-13 01:02:14 +02:00
..
api Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
config Use own forks for logrus-prefixed-formatter and discordgo 2018-08-06 21:11:13 +02:00
discord Fix mentions cuttíng off all text after the mention (discord) (#506) 2018-09-29 20:02:59 +02:00
gitter Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
helper Clip too long messages sent to discord (discord). Closes #440 2018-07-22 00:28:17 +02:00
irc Check nickname on kick (irc). Closes #488 2018-08-27 21:20:41 +02:00
matrix Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
mattermost Fix panic by using matterclient calls in the right place. Related to cb7278eb (mattermost). Closes #491 2018-08-30 23:04:50 +02:00
rocketchat Fix iconurl regression (mattermost,slack,rocketchat). Closes #430 2018-05-27 22:30:17 +02:00
slack Clean up code and strengthening (slack) (#519) 2018-10-13 01:02:14 +02:00
sshchat Reconnect on quit. (irc) See #431 (#445) 2018-06-09 12:47:40 +02:00
steam Handle file uploads to mediaserver (steam) 2018-05-06 16:32:24 +02:00
telegram Fix build (telegram) 2018-06-18 23:49:28 +02:00
xmpp Add channel password support for XMPP (#451) 2018-06-18 22:55:45 +02:00
zulip Add initial zulip support 2018-05-07 21:35:48 +02:00
bridge.go Fix tests and make megacheck happy 2018-03-05 00:30:46 +01:00