Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Only send to channels defined in config. Fixes #53 | Wim | 2016-10-23 | 1 | -1/+7 | |
| | ||||||
* | Add error message about non-existing channels (slack) | Wim | 2016-10-08 | 2 | -2/+9 | |
| | ||||||
* | Bail out on samechannel gateway when a bridge fails to start | Wim | 2016-10-03 | 2 | -2/+5 | |
| | ||||||
* | Bail out when a bridge fails to start | Wim | 2016-10-01 | 1 | -1/+4 | |
| | ||||||
* | Add samechannel gateway. See #35 | Wim | 2016-09-30 | 1 | -0/+84 | |
| | ||||||
* | Cleanup debug messages | Wim | 2016-09-20 | 1 | -1/+1 | |
| | ||||||
* | Connect only once to each bridge | Wim | 2016-09-19 | 1 | -3/+14 | |
| | ||||||
* | Add Discord support | Wim | 2016-09-19 | 1 | -0/+2 | |
| | ||||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -0/+135 | |
* 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 |