Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Override config from environment. See #50 | Wim | 2016-10-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | 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" | ||||
* | Add Discord support | Wim | 2016-09-19 | 1 | -0/+3 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -129/+18 |
| | | | | | | | * 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 | -0/+9 |
| | |||||
* | Add Gitter support | Wim | 2016-09-04 | 1 | -1/+9 |
| | |||||
* | Refactor handleReceive | Wim | 2016-08-20 | 1 | -25/+26 |
| | |||||
* | Remove redundant function | Wim | 2016-08-20 | 1 | -5/+1 |
| | |||||
* | Move nickformatting into bridge | Wim | 2016-08-20 | 1 | -1/+27 |
| | |||||
* | Add Connect() to Bridger interface | Wim | 2016-08-20 | 1 | -0/+3 |
| | |||||
* | Add Enable per section (protocol) instead of in general section | Wim | 2016-08-20 | 1 | -21/+7 |
| | |||||
* | Add documentation about breaking API changes for mattermost 3.3.0. Start ↵ | Wim | 2016-08-15 | 1 | -3/+3 |
| | | | | work on 0.6.0-dev | ||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 1 | -468/+66 |
| | |||||
* | Add initial XMPP support | Wim | 2016-08-14 | 1 | -25/+142 |
| | |||||
* | Add (PLAIN) SASL support | Wim | 2016-07-21 | 1 | -0/+3 |
| | |||||
* | Remove token check | Wim | 2016-07-12 | 1 | -3/+2 |
| | |||||
* | Remove Port from IRC config. Specify it with server | Wim | 2016-07-11 | 1 | -1/+4 |
| | |||||
* | Add port to BindAddress | Wim | 2016-07-11 | 1 | -2/+2 |
| | |||||
* | Remove multiple Token config. Use same channel setup as from matterbridge-plus | Wim | 2016-07-11 | 1 | -53/+20 |
| | |||||
* | Remove UseSlackCircumfix. Use RemoteNickFormat | Wim | 2016-07-11 | 1 | -2/+0 |
| | |||||
* | Converge with matterbridge-plus | Wim | 2016-07-11 | 1 | -0/+437 |