Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump version | Wim | 2017-06-22 | 1 | -1/+1 | |
| | ||||||
* | Release v0.15.0v0.15.0 | Wim | 2017-06-19 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Wim | 2017-06-15 | 1 | -1/+1 | |
| | ||||||
* | Release v0.14.0v0.14.0 | Wim | 2017-06-15 | 1 | -1/+1 | |
| | ||||||
* | remove second flag.Parse() (#196) | Syam.G.Krishnan | 2017-06-14 | 1 | -1/+0 | |
| | | | | flag.Parse() is already being called on line 28 https://github.com/42wim/matterbridge/blob/master/matterbridge.go#L28 and there is no need for calling it again | |||||
* | Bump version | Wim | 2017-06-03 | 1 | -1/+1 | |
| | ||||||
* | Release v0.13.0v0.13.0 | Wim | 2017-05-31 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Wim | 2017-05-29 | 1 | -1/+1 | |
| | ||||||
* | Release v0.12.1v0.12.1 | Wim | 2017-05-23 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Wim | 2017-05-12 | 1 | -1/+1 | |
| | ||||||
* | Release v0.12.0v0.12.0 | Wim | 2017-05-09 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Wim | 2017-04-15 | 1 | -1/+1 | |
| | ||||||
* | Release v0.11.0v0.11.0 | Wim | 2017-04-11 | 1 | -1/+1 | |
| | ||||||
* | Reuse connection when using same bridge with another gateway. See #87 | Wim | 2017-04-01 | 1 | -18/+14 | |
| | ||||||
* | Bump version | Wim | 2017-03-28 | 1 | -1/+1 | |
| | ||||||
* | Release v0.10.3v0.10.3 | Wim | 2017-03-27 | 1 | -1/+1 | |
| | ||||||
* | Release v0.10.2v0.10.2 | Wim | 2017-03-25 | 1 | -1/+1 | |
| | ||||||
* | Add gops agentv0.10.2-dev | Wim | 2017-03-23 | 1 | -0/+6 | |
| | ||||||
* | Add more startup messages | Wim | 2017-03-19 | 1 | -1/+4 | |
| | ||||||
* | Release v0.10.1v0.10.1 | Wim | 2017-03-18 | 1 | -1/+1 | |
| | ||||||
* | Release v0.10.0v0.10.0 | Wim | 2017-03-18 | 1 | -1/+1 | |
| | ||||||
* | Add matrix support | Wim | 2017-02-20 | 1 | -1/+1 | |
| | ||||||
* | Release v0.9.3v0.9.3 | Wim | 2017-02-18 | 1 | -1/+1 | |
| | ||||||
* | Add githash to docker builds | Wim | 2017-02-17 | 1 | -8/+11 | |
| | ||||||
* | Refactor samechannelgateway | Wim | 2017-02-17 | 1 | -6/+5 | |
| | ||||||
* | Bump version | Wim | 2017-01-28 | 1 | -1/+1 | |
| | ||||||
* | Release v0.9.2v0.9.2 | Wim | 2017-01-28 | 1 | -1/+1 | |
| | ||||||
* | Bump version | Wim | 2017-01-18 | 1 | -1/+1 | |
| | ||||||
* | Release v0.9.1v0.9.1 | Wim | 2017-01-18 | 1 | -1/+1 | |
| | ||||||
* | Exit when a bridge fails to start | Wim | 2016-12-08 | 1 | -2/+2 | |
| | ||||||
* | Add initial Rocket.Chat support | Wim | 2016-12-03 | 1 | -1/+1 | |
| | ||||||
* | Release v0.9.0v0.9.0 | Wim | 2016-12-01 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'refactor' | Wim | 2016-11-13 | 1 | -6/+5 | |
|\ | ||||||
| * | Refactor gateway | Wim | 2016-11-08 | 1 | -6/+5 | |
| | | ||||||
* | | Update documentation | Wim | 2016-11-12 | 1 | -1/+1 | |
|/ | ||||||
* | Add samechannel gateway. See #35 | Wim | 2016-09-30 | 1 | -0/+14 | |
| | ||||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -10/+15 | |
| | | | | | | | * 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 | |||||
* | Release v0.6.1v0.6.1 | Wim | 2016-09-17 | 1 | -1/+1 | |
| | ||||||
* | Release v0.6.0 | Wim | 2016-09-17 | 1 | -1/+1 | |
| | ||||||
* | Release v0.6.0-beta2v0.6.0-beta2 | Wim | 2016-09-04 | 1 | -1/+1 | |
| | ||||||
* | Release v0.6.0-beta1v0.6.0-beta1 | Wim | 2016-08-20 | 1 | -1/+1 | |
| | ||||||
* | Add documentation about breaking API changes for mattermost 3.3.0. Start ↵ | Wim | 2016-08-15 | 1 | -6/+8 | |
| | | | | work on 0.6.0-dev | |||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 1 | -2/+3 | |
| | ||||||
* | Add (PLAIN) SASL support | Wim | 2016-07-21 | 1 | -1/+1 | |
| | ||||||
* | Release v0.5.0-beta1v0.5.0-beta1 | Wim | 2016-07-12 | 1 | -3/+3 | |
| | ||||||
* | Update version | Wim | 2016-07-12 | 1 | -1/+1 | |
| | ||||||
* | Converge with matterbridge-plus | Wim | 2016-07-11 | 1 | -2/+7 | |
| | ||||||
* | Release v0.4.2v0.4.2 | Wim | 2016-06-23 | 1 | -0/+10 | |
| | ||||||
* | Move common code to matterbridge-plus bridge package | Wim | 2016-03-23 | 1 | -248/+2 | |
| | ||||||
* | Add -debug option. Run go fmt. Some cleanups | Wim | 2016-03-22 | 1 | -26/+43 | |
| |