Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update public links to new API (mattermost) | Wim | 2016-11-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'refactor' | Wim | 2016-11-13 | 1 | -29/+10 |
|\ | |||||
| * | Refactor | Wim | 2016-11-13 | 1 | -29/+10 |
| | | |||||
* | | Sync with mattermost 3.5.0 | Wim | 2016-11-12 | 1 | -1/+1 |
|/ | |||||
* | Add support for dynamic IconURL (slack). Closes #43 | Wim | 2016-11-05 | 1 | -4/+4 |
| | |||||
* | Fix teamid bug (mattermost) | Wim | 2016-10-29 | 1 | -1/+1 |
| | |||||
* | Launch every account only once. Fixes #48 | Wim | 2016-10-23 | 1 | -4/+1 |
| | |||||
* | Drop messages not from our mattermost team. Fixes #49 | Wim | 2016-10-23 | 1 | -1/+4 |
| | |||||
* | Fix mattermost bridge channel join | Wim | 2016-09-30 | 1 | -1/+1 |
| | |||||
* | Remove newline splitting from outgoing mattermost messages. Should be ↵ | Wim | 2016-09-29 | 1 | -6/+2 |
| | | | | handled by receiving bridge. | ||||
* | Add support for mattermost attachments. Shows public link on bridges. Closes #32 | Wim | 2016-09-20 | 1 | -0/+5 |
| | |||||
* | Fix joining slack/mattermost channels using the webhook | Wim | 2016-09-20 | 1 | -1/+5 |
| | |||||
* | Cleanup mattermost bridge debug/info messages | Wim | 2016-09-19 | 1 | -32/+16 |
| | |||||
* | Refactor for more flexibility | Wim | 2016-09-18 | 1 | -29/+48 |
| | | | | | | | * 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 | ||||
* | Fix info message | Wim | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Remove unused code | Wim | 2016-08-20 | 2 | -80/+0 |
| | |||||
* | Move nickformatting into bridge | Wim | 2016-08-20 | 1 | -5/+1 |
| | |||||
* | Add Connect() to Bridger interface | Wim | 2016-08-20 | 1 | -6/+10 |
| | |||||
* | 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 | 2 | -0/+253 |