Commit Graph

1492 Commits (1f365c716eae44b64dc5bdace5cb70441d7eb4c2)
 

Author SHA1 Message Date
Wim 85f2cde4c3 Update documentation 8 years ago
Wim cef64e01b3 Remove callbacks after being called. Fixes #88 (irc) 8 years ago
Wim 94ea775232 Merge branch 'telegram'
Add telegram support
8 years ago
Wim 2e4b7fac11 Update documentation and sample (telegram) 8 years ago
Wim 2867ec459a Add missing imports 8 years ago
Wim cd18d89894 Add initial telegram support 8 years ago
Wim 449ed31e25 Fix ShowJoinPart from irc bridge. Closes #72 8 years ago
Wim 1f36904588 Update sample config. Closes #75 8 years ago
Wim f7495dd0c3 Add bot tag to api if not specified (discord) 8 years ago
Wim a11f77835d Fix !users command for irc. Closes #78. 8 years ago
Wim af1ad82c8e Fix merge issue 8 years ago
Wim 4976338677 Merge branch 'refactor' 8 years ago
Wim 99d130d1ed Refactor 8 years ago
Wim 4fb0544b0e Fix GetLastViewedAt 8 years ago
Wim 0b4ac61435 Update documentation 8 years ago
Wim 1d5cd1d7c4 Sync with mattermost 3.5.0 8 years ago
Wim 08ebee6b4f Validate channels for samechannelgateway. Fixes #73. 8 years ago
Wim 14830d9f1c Refactor gateway 8 years ago
Wim a3dd0f1345 Add support for using avatars from discord,slack and gitter in slack 8 years ago
Wim 37873acfcd Update vendor (slack) 8 years ago
Wim 2dbe0eb557 Add support for dynamic IconURL (slack). Closes #43 8 years ago
Wim 50a0df4279 Reconnect on connection timed out (mattermost). Fixes #71 8 years ago
Wim c3a8b7a997 Refactor modifyMessage 8 years ago
Wim 95fac548bb Reconnect on connection reset by peer (mattermost). Fixes #69 8 years ago
Wim 581847f415 Update to latest go-gitter API changes 8 years ago
Wim 1b15897135 Fix tight loop (gitter). Closes #68. 8 years ago
Wim 8e606e3cef Update documentation 8 years ago
Wim be513622ac Add anti-flooding settings (irc). See #40 8 years ago
Wim 6f309f2108 Use names instead of id's for mentions (discord). Fixes #66 8 years ago
Wim 92d9db5a2d Override config from environment. See #50
Expects uppercase environment variables of MATTERBRIDGE_PROTOCOL_ACCOUNT_KEY="value"
e.g. you can override this config

[mattermost]
    [mattermost.work]
    Team="yourteam"
    Login="yourlogin"
    Password="yourpass"

by using
MATTERBRIDGE_MATTERMOST_WORK_TEAM="newteam"
MATTERBRIDGE_MATTERMOST_WORK_LOGIN="newlogin"
MATTERBRIDGE_MATTERMOST_WORK_PASSWORD="newpassword"
8 years ago
Wim 96620a3c2c Drop first received message on connection to avoid duplicates (slack). Fixes #55 8 years ago
Wim 5249568b8e Wait until the welcome message before connection is ok (irc). Fixes #62 8 years ago
Wim 4a336a6bba Forward channel notices too (irc) 8 years ago
Wim 60223d7f63 Update changelog 8 years ago
Wim 5131253191 Update documentation 8 years ago
Wim 035dc042a1 Fix teamid bug (mattermost) 8 years ago
Wim dfc513530b Ignore messages from ourself (irc bridge) 8 years ago
Wim 721e0a2dcd Ignore private queries (irc bridge) 8 years ago
Wim 8452eb12da Only respond to notices from nickserv (irc bridge) 8 years ago
Wim 475bed5e19 Add support for discord channel ID. See #57 8 years ago
Wim 40a967523c Ignore empty content from discord. Fixes #58 8 years ago
Wim d3a34af073 Add support for discord attachments. Fixes #59 8 years ago
Wim e7107cf782 Use RTM only on API (slack). Fix #56 8 years ago
@42wim b7c918a195 Merge pull request #54 from markusgraube/patch-1
Close open strings in matterbridge.conf.sample
8 years ago
Markus Graube 61e4c9b28c Update matterbridge.conf.sample
Close open strings
8 years ago
Wim e93847a95e Launch every account only once. Fixes #48 8 years ago
Wim 545377742c Drop messages not from our mattermost team. Fixes #49 8 years ago
Wim 47d38192b2 Only send to channels defined in config. Fixes #53 8 years ago
Wim ac80c47036 Update documentation in sample config about channelnames 8 years ago
Wim 1e84afbd90 Rename discord guild to server. 8 years ago