Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanup gitter bridge debug/info messages | Wim | 2016-09-20 | 1 | -33/+3 | |
| | ||||||
* | Cleanup xmpp bridge debug/info messages | Wim | 2016-09-20 | 1 | -2/+3 | |
| | ||||||
* | Cleanup mattermost bridge debug/info messages | Wim | 2016-09-19 | 1 | -32/+16 | |
| | ||||||
* | Cleanup irc bridge debug/info messages | Wim | 2016-09-19 | 1 | -13/+17 | |
| | ||||||
* | Add the discord bridge for real | Wim | 2016-09-19 | 1 | -0/+128 | |
| | ||||||
* | Add Discord support | Wim | 2016-09-19 | 2 | -2/+7 | |
| | ||||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 7 | -413/+351 | |
| | | | | | | | * 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 | 3 | -1/+203 | |
| | ||||||
* | Add Gitter support | Wim | 2016-09-04 | 3 | -1/+129 | |
| | ||||||
* | Fix info message | Wim | 2016-08-20 | 1 | -1/+1 | |
| | ||||||
* | Remove unused code | Wim | 2016-08-20 | 2 | -80/+0 | |
| | ||||||
* | 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 | 4 | -25/+31 | |
| | ||||||
* | Add Connect() to Bridger interface | Wim | 2016-08-20 | 4 | -43/+42 | |
| | ||||||
* | Add Enable per section (protocol) instead of in general section | Wim | 2016-08-20 | 2 | -21/+10 | |
| | ||||||
* | 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 | |||||
* | Update code to mattermost 3.3.0 API changes | Wim | 2016-08-15 | 1 | -1/+2 | |
| | ||||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 7 | -476/+688 | |
| | ||||||
* | Add initial XMPP support | Wim | 2016-08-14 | 2 | -25/+152 | |
| | ||||||
* | Add (PLAIN) SASL support | Wim | 2016-07-21 | 2 | -0/+4 | |
| | ||||||
* | Remove token check | Wim | 2016-07-12 | 2 | -4/+2 | |
| | ||||||
* | Remove Port from IRC config. Specify it with server | Wim | 2016-07-11 | 2 | -3/+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 | 2 | -57/+20 | |
| | ||||||
* | Remove UseSlackCircumfix. Use RemoteNickFormat | Wim | 2016-07-11 | 2 | -14/+11 | |
| | ||||||
* | Converge with matterbridge-plus | Wim | 2016-07-11 | 3 | -0/+564 | |