Commit Graph

1712 Commits (master)
 

Author SHA1 Message Date
@42wim 84d259d8b3 Merge pull request #102 from ishitatsuyuki/patch-1
Fix the missing username (telegram). Closes #93
8 years ago
Tatsuyuki Ishi 8b47670a74 Telegram: Fix the missing username 8 years ago
Wim 7f5dc1d461 Update changelog 8 years ago
Wim 43e765f4f9 Exit when a bridge fails to start 8 years ago
Wim adec73f542 Check errors only on first connect. Keep retrying after first connection succeeds. (mattermost) Closes #95 8 years ago
Wim fee159541f Add initial Rocket.Chat support 8 years ago
Wim d81e6bf6ce Release v0.9.0 8 years ago
Wim 70c93d970c Update public links to new API (mattermost) 8 years ago
Wim 4960273832 Do not relay empty or delayed messages (xmpp) 8 years ago
Wim 6c018ee6fe Enable keepalive (xmpp) 8 years ago
Wim 4ef32103ca Update xmpp vendor 8 years ago
Wim e4ec27c5e2 Add sample documentation for hipchat support via xmpp 8 years ago
Wim 20c04f7977 Fix loop because of closed channel. Fixes #89 8 years ago
Wim 571f50d734 Support mattermost setup with up to 50k users 8 years ago
@42wim 780ea6f7c0 Create ISSUE_TEMPLATE.md 8 years ago
Wim 4279906f6e Add logo 8 years ago
Wim 2e54b97fc2 Add support for RemoteNickFormat in general configuration (samechannelgateway) 8 years ago
Wim e1641b2c2e Add support for RemoteNickFormat in general configuration 8 years ago
Wim e0e1e4be80 Add gateway.inout config for bidirectional bridges. Closes #85 8 years ago
Wim d5845ce900 Replace id-mentions to usernames (slack). Closes #86 8 years ago
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