Commit Graph

175 Commits (14830d9f1c4e9435ee7a15e0839876ad1f4d1a9f)
 

Author SHA1 Message Date
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
Wim d31e641bac Add documentation about bot tag for discord 8 years ago
Wim 4380c48b4b Add irc names callback only on command. Fixes #51 8 years ago
Wim db0e4ba8c5 Add error message about non-existing channels (slack) 8 years ago
Wim 2d6ed51d94 Bail out on samechannel gateway when a bridge fails to start 8 years ago
Wim 9ca4fe7a5e Fix matterbridge.toml.sample 8 years ago
Wim e52b040b9c Add more irc debug on connect (when debugging enabled) 8 years ago
Wim 1accee1653 Bail out when a bridge fails to start 8 years ago
Wim fff6f08cb6 Add samechannel gateway. See #35 8 years ago
Wim 0e527a4252 Fix slack channel join 8 years ago
Wim f10251a1a3 Fix mattermost bridge channel join 8 years ago
Wim 0d4bad16a3 Fix sample config. Closes #38 8 years ago
Wim 8c6be434ac Remove newline splitting from outgoing mattermost messages. Should be handled by receiving bridge. 8 years ago
Wim 3ca4309e8a Split newlines for irc (#37) 8 years ago
Wim e8a2e1af63 Fix IRC colors regexp 8 years ago
Wim 1d240140c9 Strip IRC colors. Closes #33 8 years ago
Wim 272eef544f Add support for mattermost attachments. Shows public link on bridges. Closes #32 8 years ago
Wim fd756c5332 Use specified config file 8 years ago