Commit Graph

209 Commits (4bda29cb3896ac65c3aafa784c8faac73c3c111b)

Author SHA1 Message Date
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 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
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 1e84afbd90 Rename discord guild to server. 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 e52b040b9c Add more irc debug on connect (when debugging enabled) 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 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
Wim dce600ad51 Fix joining slack/mattermost channels using the webhook 8 years ago
Wim d02a737e0c Cleanup debug messages 8 years ago
Wim 98ff59c716 Cleanup discord bridge debug/info messages 8 years ago
Wim 0e96e9f9be Cleanup slack bridge debug/info messages 8 years ago
Wim e8c7898583 Cleanup gitter bridge debug/info messages 8 years ago
Wim 11f4a6897a Cleanup xmpp bridge debug/info messages 8 years ago
Wim 002c5fd0d1 Cleanup mattermost bridge debug/info messages 8 years ago
Wim 18504ec08d Cleanup irc bridge debug/info messages 8 years ago
Wim 596096d6da Add the discord bridge for real 8 years ago
Wim a0b84beb9b Add Discord support 8 years ago
Wim 7baf386ede Refactor for more flexibility
* Move from gcfg to toml configuration because gcfg was too restrictive
* Implemented gateway which has support multiple in and out bridges.
* Allow for bridging the same bridges, which means eg you can now bridge between multiple mattermosts.
* Support multiple gateways
8 years ago
Wim b30e85836e Add Slack support 8 years ago
Wim 12389d602e Add Gitter support 8 years ago
Wim 106404d32f Fix info message 8 years ago
Wim e06efbad9f Remove unused code 8 years ago
Wim 3311c7f923 Refactor handleReceive 8 years ago
Wim 3a6c655dfb Remove redundant function 8 years ago
Wim e11d786775 Move nickformatting into bridge 8 years ago
Wim 889b6debc4 Add Connect() to Bridger interface 8 years ago
Wim 9cb3413d9c Add Enable per section (protocol) instead of in general section 8 years ago
Wim 96e21dd051 Add documentation about breaking API changes for mattermost 3.3.0. Start work on 0.6.0-dev 8 years ago
Wim 6c6000dbbd Update code to mattermost 3.3.0 API changes 8 years ago
Wim ff94796700 Refactor bridge. Allows bridging between every protocol 8 years ago
Wim 1f72ca4c4e Add initial XMPP support 8 years ago
Wim 79ffb76f6e Add (PLAIN) SASL support 8 years ago
Wim 300cfe044a Remove token check 8 years ago
Wim fb586f4a96 Remove Port from IRC config. Specify it with server 8 years ago
Wim ced371bece Add port to BindAddress 8 years ago
Wim a87cac1982 Remove multiple Token config. Use same channel setup as from matterbridge-plus 8 years ago
Wim 8fb5c7afa6 Remove UseSlackCircumfix. Use RemoteNickFormat 8 years ago
Wim aceb830378 Converge with matterbridge-plus 8 years ago