summaryrefslogtreecommitdiffstats
path: root/matterclient
Commit message (Collapse)AuthorAgeFilesLines
* Use always formatted logging when debug is enabledWim2018-02-221-1/+1
|
* Make matterclient work with prefixed logWim2018-02-211-2/+7
|
* Move Sirupsen => sirupsenWim2018-02-201-1/+1
|
* Fix mattermost API changeWim2018-02-091-3/+3
|
* Break when re-login fails (mattermost)Wim2017-11-161-1/+6
|
* Support mattermost 4.x as api4 should be stable (mattermost)Wim2017-09-281-3/+1
|
* Add functions to upload filesWim2017-09-211-0/+17
|
* Allow empty message if we have a slack attachmentWim2017-09-181-1/+1
|
* Add support for deleting messages across bridges.Wim2017-09-111-1/+9
| | | | | | | | | | | | Currently fully support mattermost,slack and discord. Message deleted on the bridge or received from other bridges will be deleted. Partially support for Gitter. Gitter bridge will delete messages received from other bridges. But if you delete a message on gitter, this deletion will not be sent to other bridges (this is a gitter API limitation, it doesn't propogate edits or deletes via the API)
* Add UpdateUserNickWim2017-09-101-0/+10
|
* Add 4.2 support (mattermost)Wim2017-09-091-1/+2
|
* Send images when text is empty regression. (mattermost). Closes #254Wim2017-09-081-0/+7
|
* Fix sending direct messages with APIv4Wim2017-09-041-3/+3
|
* Fix public links (mattermost)Wim2017-09-041-6/+6
|
* 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
|