Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for using avatars from discord,slack and gitter in slack | Wim | 2016-11-06 | 1 | -0/+1 |
| | |||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -0/+16 |
| | |||||
* | Add anti-flooding settings (irc). See #40 | Wim | 2016-11-01 | 1 | -0/+2 |
| | |||||
* | Override config from environment. See #50 | Wim | 2016-10-30 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | 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" | ||||
* | Rename discord guild to server. | Wim | 2016-10-23 | 1 | -1/+0 |
| | |||||
* | Add samechannel gateway. See #35 | Wim | 2016-09-30 | 1 | -7/+15 |
| | |||||
* | Use specified config file | Wim | 2016-09-20 | 1 | -1/+1 |
| | |||||
* | Add Discord support | Wim | 2016-09-19 | 1 | -2/+4 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -89/+55 |
| | | | | | | | * 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 | ||||
* | Add Slack support | Wim | 2016-09-05 | 1 | -1/+14 |
| | |||||
* | Add Gitter support | Wim | 2016-09-04 | 1 | -0/+10 |
| | |||||
* | Add Enable per section (protocol) instead of in general section | Wim | 2016-08-20 | 1 | -0/+3 |
| | |||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 1 | -0/+81 |