summaryrefslogtreecommitdiffstats
path: root/matterclient
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix private channel joining bug (mattermost). Closes #248Wim2017-08-301-3/+9
|
* Update PostMessage to also return and error. Add EditMessage functionWim2017-08-281-2/+15
|
* Add support for personal access tokens (mattermost)Wim2017-08-231-2/+2
| | | | * https://docs.mattermost.com/developer/personal-access-tokens.html
* Make megacheck happyWim2017-08-171-9/+0
|
* Use mattermost v4 api (drops support for mattermost < 3.8)Wim2017-08-161-152/+126
|
* Add 4.1 support (mattermost)Wim2017-08-161-1/+2
|
* Fix double posting of edited messages by using lru cache (mattermost)Wim2017-07-251-1/+19
|
* Return better error messages on mattermost connectWim2017-07-221-1/+4
|
* Fix megacheck / go vet issuesWim2017-07-141-6/+5
|
* Add GetFileLinks, also get files if public links is disabledWim2017-07-121-0/+19
|
* Add 4.0 support (mattermost)Wim2017-07-091-1/+2
|
* Optimize StatusLoop. Execute function when specified in OnWsConnectWim2017-07-011-5/+21
|
* Optimize GetStatus. (from @recht matterircd fork)Wim2017-07-011-1/+1
|
* Optimize UpdateUsers usage. (from @recht matterircd fork)Wim2017-07-011-6/+13
|
* Fix possible panics. (from @recht matterircd fork)Wim2017-07-011-9/+24
|
* Don't logout if logging in through token. (from @recht matterircd fork)Wim2017-07-011-0/+4
|
* Reestablish the socket when websocket is disconnected. (from @recht ↵Wim2017-07-011-6/+20
| | | | matterircd fork)
* Add UserID to each message. Closes #200Wim2017-06-181-0/+2
|
* Remove debugWim2017-06-151-2/+0
|
* Add 3.10.0 support (mattermost)Wim2017-06-151-5/+11
|
* Use cache for teamidWim2017-06-121-2/+14
|
* Fix panic (mattermost). Closes #186Wim2017-06-051-1/+9
|
* Add 3.9.0 support (mattermost)Wim2017-05-091-1/+2
|
* Add support for HTTP{S}_PROXY env variables (#162)ryarnyah2017-05-081-1/+1
|
* Fix crash on reconnects when server is down. Closes #163Wim2017-05-081-6/+17
|
* Add support for edited messages (mattermost)Wim2017-04-151-2/+12
|
* Add 3.8.0 support (mattermost)Wim2017-04-091-15/+58
|
* Reconnect on session removal (mattermost)Wim2017-04-071-0/+2
|
* Add support for showing/hiding join/leave messages from mattermost. Closes #147Wim2017-04-071-0/+2
|
* Use API_URL_SUFFIX_V3 (mattermost)Wim2017-03-251-2/+2
|
* Set http timeout to 10 secondsWim2017-02-171-0/+1
|
* Add more error checkingWim2017-02-031-1/+6
|
* Add GetStatuses()Wim2017-01-171-0/+21
|
* Handle errors in initUser()Wim2017-01-061-3/+12
|
* Check errors only on first connect. Keep retrying after first connection ↵Wim2016-12-081-5/+6
| | | | succeeds. (mattermost) Closes #95
* Support mattermost setup with up to 50k usersWim2016-11-231-2/+2
|
* Fix GetLastViewedAtWim2016-11-131-10/+8
|
* Sync with mattermost 3.5.0Wim2016-11-121-22/+26
|
* Reconnect on connection timed out (mattermost). Fixes #71Wim2016-11-041-1/+3
|
* Reconnect on connection reset by peer (mattermost). Fixes #69Wim2016-11-021-1/+2
|
* Drop messages not from our mattermost team. Fixes #49Wim2016-10-231-0/+4
|
* Cleanup mattermost bridge debug/info messagesWim2016-09-191-2/+1
|
* Fix mattermost API change for UpdateLastViewedAtWim2016-09-171-1/+1
|
* Fix spinning for loopWim2016-09-051-4/+5
|
* Get correct teamname for non-joined channels. Closes 42wim/matterircd#65Wim2016-09-011-0/+1
|
* Fix crash on exitWim2016-08-191-5/+6
|
* Make sure login works after logoutWim2016-08-151-0/+1
|
* Update code to mattermost 3.3.0 API changesWim2016-08-151-37/+74
|
* Fix nil pointersWim2016-08-141-3/+12
|
* Add StatusLoop(), keeps connection aliveWim2016-08-141-0/+24
|