Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix joining slack/mattermost channels using the webhook | Wim | 2016-09-20 | 2 | -4/+12 |
| | |||||
* | Cleanup debug messages | Wim | 2016-09-20 | 2 | -1/+2 |
| | |||||
* | 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 | 2 | -34/+17 |
| | |||||
* | Cleanup irc bridge debug/info messages | Wim | 2016-09-19 | 2 | -14/+18 |
| | |||||
* | Connect only once to each bridge | Wim | 2016-09-19 | 1 | -3/+14 |
| | |||||
* | Add the discord bridge for real | Wim | 2016-09-19 | 1 | -0/+128 |
| | |||||
* | Add forgotten vendor for discord | Wim | 2016-09-19 | 2 | -0/+176 |
| | |||||
* | Add Discord support | Wim | 2016-09-19 | 40 | -4/+9819 |
| | |||||
* | Update documentation | Wim | 2016-09-18 | 5 | -19/+490 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 40 | -2291/+3815 |
| | | | | | | | * 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 | 3 | -5/+5 |
| | |||||
* | Fix mattermost API change for UpdateLastViewedAt | Wim | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Release v0.6.0 | Wim | 2016-09-17 | 3 | -4/+10 |
| | |||||
* | Sync with mattermost 3.4.0 | Wim | 2016-09-17 | 13 | -36/+225 |
| | |||||
* | Fix spinning for loop | Wim | 2016-09-05 | 1 | -4/+5 |
| | |||||
* | Update documentation | Wim | 2016-09-05 | 1 | -0/+67 |
| | |||||
* | Add Slack support | Wim | 2016-09-05 | 63 | -1/+6314 |
| | |||||
* | Release v0.6.0-beta2v0.6.0-beta2 | Wim | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Update documentation | Wim | 2016-09-04 | 3 | -27/+119 |
| | |||||
* | Add Gitter support | Wim | 2016-09-04 | 20 | -1/+1782 |
| | |||||
* | Get correct teamname for non-joined channels. Closes 42wim/matterircd#65 | Wim | 2016-09-01 | 1 | -0/+1 |
| | |||||
* | Fix documentation layout | Wim | 2016-08-20 | 1 | -2/+3 |
| | |||||
* | Fix documentation layout | Wim | 2016-08-20 | 1 | -5/+8 |
| | |||||
* | Release v0.6.0-beta1v0.6.0-beta1 | Wim | 2016-08-20 | 3 | -4/+5 |
| | |||||
* | Update documentation | Wim | 2016-08-20 | 3 | -2/+26 |
| | |||||
* | 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 | 3 | -27/+21 |
| | |||||
* | Fix crash on exit | Wim | 2016-08-19 | 1 | -5/+6 |
| | |||||
* | Add documentation about breaking API changes for mattermost 3.3.0. Start ↵ | Wim | 2016-08-15 | 3 | -12/+20 |
| | | | | work on 0.6.0-dev | ||||
* | Make sure login works after logout | Wim | 2016-08-15 | 1 | -0/+1 |
| | |||||
* | Update code to mattermost 3.3.0 API changes | Wim | 2016-08-15 | 2 | -38/+76 |
| | |||||
* | Sync with mattermost 3.3.0 | Wim | 2016-08-15 | 26 | -165/+879 |
| | |||||
* | Fix nil pointers | Wim | 2016-08-14 | 1 | -3/+12 |
| | |||||
* | Add StatusLoop(), keeps connection alive | Wim | 2016-08-14 | 1 | -0/+24 |
| | |||||
* | Refactor bridge. Allows bridging between every protocol | Wim | 2016-08-14 | 13 | -483/+699 |
| | |||||
* | Add initial XMPP support | Wim | 2016-08-14 | 3 | -25/+182 |
| | |||||
* | Vendor go-xmpp | Wim | 2016-08-14 | 7 | -0/+1121 |
| | |||||
* | Release v0.5.0v0.5.0 | Wim | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | Fix docker build | Wim | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | Fix crash on invalid teamv0.5.0-beta2 | Wim | 2016-07-22 | 1 | -2/+2 |
| | |||||
* | Update readme | Wim | 2016-07-22 | 1 | -1/+1 |
| |