summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update documentationWim2016-07-122-76/+91
|
* Remove token checkWim2016-07-122-4/+2
|
* Remove Port from IRC config. Specify it with serverWim2016-07-113-5/+5
|
* Add port to BindAddressWim2016-07-113-16/+22
|
* Remove multiple Token config. Use same channel setup as from matterbridge-plusWim2016-07-113-70/+31
|
* Remove UseSlackCircumfix. Use RemoteNickFormatWim2016-07-112-14/+11
|
* Converge with matterbridge-plusWim2016-07-115-2/+1141
|
* Release v0.4.2v0.4.2Wim2016-06-232-1/+11
|
* Fix mattermost 3.1.0 API change. Closes #24Wim2016-06-231-1/+1
|
* Sync with mattermost 3.1.0Wim2016-06-2322-551/+1232
|
* Fix sample documentation. Closes #23Wim2016-06-162-6/+6
|
* Add DockerfileWim2016-05-211-0/+11
|
* Add support for ignoring messages from specific users.Wim2016-05-212-1/+7
|
* Commit mattermost vendoringv0.4.1Wim2016-05-2110-0/+521
|
* Release v0.4v0.4Wim2016-05-151-1/+1
|
* Sync with mattermost 3.0Wim2016-05-1522-242/+850
|
* Mention go1.6 requiremÃentWim2016-04-251-1/+1
|
* Sync with mattermost 2.2.0 releaseWim2016-04-1620-579/+1068
|
* Vendor libsWim2016-04-10198-0/+34235
|
* Move common code to matterbridge-plus bridge packageWim2016-03-232-303/+2
|
* Update documentation and sample configWim2016-03-222-0/+6
|
* Add -debug option. Run go fmt. Some cleanupsWim2016-03-222-27/+44
|
* Merge pull request #16 from fdevibe/nickserv-auth@42wim2016-03-222-13/+26
|\ | | | | Add Freenode style NickServ-based authentication.
| * Add Freenode style NickServ-based authentication.Fredrik de Vibe2016-03-212-13/+26
|/ | | | If the server sends a NOTICE requesting identification, identify.