summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add Discord supportWim2016-09-1940-4/+9819
|
* Update documentationWim2016-09-185-19/+490
|
* Refactor for more flexibilityWim2016-09-1840-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.1Wim2016-09-173-5/+5
|
* Fix mattermost API change for UpdateLastViewedAtWim2016-09-171-1/+1
|
* Release v0.6.0Wim2016-09-173-4/+10
|
* Sync with mattermost 3.4.0Wim2016-09-1713-36/+225
|
* Fix spinning for loopWim2016-09-051-4/+5
|
* Update documentationWim2016-09-051-0/+67
|
* Add Slack supportWim2016-09-0563-1/+6314
|
* Release v0.6.0-beta2v0.6.0-beta2Wim2016-09-041-1/+1
|
* Update documentationWim2016-09-043-27/+119
|
* Add Gitter supportWim2016-09-0420-1/+1782
|
* Get correct teamname for non-joined channels. Closes 42wim/matterircd#65Wim2016-09-011-0/+1
|
* Fix documentation layoutWim2016-08-201-2/+3
|
* Fix documentation layoutWim2016-08-201-5/+8
|
* Release v0.6.0-beta1v0.6.0-beta1Wim2016-08-203-4/+5
|
* Update documentationWim2016-08-203-2/+26
|
* Fix info messageWim2016-08-201-1/+1
|
* Remove unused codeWim2016-08-202-80/+0
|
* Refactor handleReceiveWim2016-08-201-25/+26
|
* Remove redundant functionWim2016-08-201-5/+1
|
* Move nickformatting into bridgeWim2016-08-204-25/+31
|
* Add Connect() to Bridger interfaceWim2016-08-204-43/+42
|
* Add Enable per section (protocol) instead of in general sectionWim2016-08-203-27/+21
|
* Fix crash on exitWim2016-08-191-5/+6
|
* Add documentation about breaking API changes for mattermost 3.3.0. Start ↵Wim2016-08-153-12/+20
| | | | work on 0.6.0-dev
* Make sure login works after logoutWim2016-08-151-0/+1
|
* Update code to mattermost 3.3.0 API changesWim2016-08-152-38/+76
|
* Sync with mattermost 3.3.0Wim2016-08-1526-165/+879
|
* Fix nil pointersWim2016-08-141-3/+12
|
* Add StatusLoop(), keeps connection aliveWim2016-08-141-0/+24
|
* Refactor bridge. Allows bridging between every protocolWim2016-08-1413-483/+699
|
* Add initial XMPP supportWim2016-08-143-25/+182
|
* Vendor go-xmppWim2016-08-147-0/+1121
|
* Release v0.5.0v0.5.0Wim2016-07-271-1/+1
|
* Fix docker buildWim2016-07-231-1/+1
|
* Fix crash on invalid teamv0.5.0-beta2Wim2016-07-221-2/+2
|
* Update readmeWim2016-07-221-1/+1
|
* Sync with mattermost 3.2.0Wim2016-07-2215-57/+639
|
* Fix pointer reuse problemWim2016-07-221-1/+1
|
* Actually add sasl.goWim2016-07-221-0/+54
|
* Add (PLAIN) SASL supportWim2016-07-217-13/+47
|
* Do not check bindaddress when not using the serverWim2016-07-171-4/+4
|
* Add FAQ sectionWim2016-07-151-0/+12
|
* Fix markdownWim2016-07-121-0/+2
|
* Release v0.5.0-beta1v0.5.0-beta1Wim2016-07-122-4/+4
|
* Add migration infoWim2016-07-122-0/+53
|
* Update versionWim2016-07-121-1/+1
|
* Update documentationWim2016-07-122-37/+79
|