Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify Send() to return also a message id | Wim | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Allow a webhookurl per channel (discord). #239 | Wim | 2017-08-12 | 1 | -8/+2 |
| | |||||
* | Fix megacheck / go vet issues | Wim | 2017-07-14 | 1 | -4/+1 |
| | |||||
* | Add initial steam support | Wim | 2017-06-22 | 1 | -0/+4 |
| | |||||
* | Fix JoinChannel argument to use IRC channel key (#172) | siinus | 2017-05-21 | 1 | -1/+1 |
| | |||||
* | Reuse connection when using same bridge with another gateway. See #87 | Wim | 2017-04-01 | 1 | -3/+4 |
| | |||||
* | Refactor | Wim | 2017-03-28 | 1 | -22/+16 |
| | |||||
* | Fail when bridge is unable to join a channel (general) | Wim | 2017-03-16 | 1 | -3/+12 |
| | |||||
* | Add matrix support | Wim | 2017-02-20 | 1 | -0/+4 |
| | |||||
* | Add REST API support | Wim | 2017-02-18 | 1 | -0/+4 |
| | |||||
* | Refactor. Make extra options easier for other protocols | Wim | 2017-02-14 | 1 | -8/+21 |
| | |||||
* | Refactor to handle disconnects/reconnects better. | Wim | 2017-02-14 | 1 | -3/+21 |
| | | | | Now try to reconnect every 60 seconds until forever. | ||||
* | Add initial Rocket.Chat support | Wim | 2016-12-03 | 1 | -0/+4 |
| | |||||
* | Add initial telegram support | Wim | 2016-11-15 | 1 | -0/+4 |
| | |||||
* | Refactor | Wim | 2016-11-13 | 1 | -13/+28 |
| | |||||
* | 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 |