| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove newline splitting from outgoing mattermost messages. Should be handled... | Wim | 2016-09-29 | 1 | -6/+2 |
* | Split newlines for irc (#37) | Wim | 2016-09-29 | 1 | -1/+3 |
* | Fix IRC colors regexp | Wim | 2016-09-22 | 1 | -1/+1 |
* | Strip IRC colors. Closes #33 | Wim | 2016-09-21 | 1 | -0/+4 |
* | Add support for mattermost attachments. Shows public link on bridges. Closes #32 | Wim | 2016-09-20 | 1 | -0/+5 |
* | Use specified config file | Wim | 2016-09-20 | 1 | -1/+1 |
* | Fix joining slack/mattermost channels using the webhook | Wim | 2016-09-20 | 2 | -4/+12 |
* | Cleanup debug messages | Wim | 2016-09-20 | 1 | -0/+1 |
* | Cleanup discord bridge debug/info messages | Wim | 2016-09-20 | 1 | -1/+3 |
* | Cleanup slack bridge debug/info messages | Wim | 2016-09-20 | 1 | -24/+15 |
* | 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 |
* | 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 work... | Wim | 2016-08-15 | 1 | -3/+3 |
* | 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 |