summaryrefslogtreecommitdiffstats
path: root/matterclient
Commit message (Expand)AuthorAgeFilesLines
* Use mattermost v5 module (#1192)Wim2020-08-105-7/+7
* Add EnableAllEventsWim2020-08-091-0/+9
* Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873)David Buckley2019-09-071-14/+13
* Add an option to skip the Mattermost server version check (#849)Joona Hoikkala2019-06-162-14/+19
* Linter fixesDuco van Amstel2019-05-271-7/+11
* Update channels of all teams (mattermost)Wim2019-05-021-9/+24
* Use paging in initUser and UpdateUsers (mattermost)Wim2019-04-202-9/+31
* Add Id to EditMessage (mattermost). Fixes #802Wim2019-04-191-1/+1
* Send channel_created and deleted event through message channel (mattermost)Wim2019-04-131-1/+4
* Send user_added and removed event through message channel (mattermost)Wim2019-04-022-5/+8
* Return channelId for other channeltypes too (mattermost)Wim2019-04-011-1/+4
* Make all loggers derive from non-default instance (#728)Wim2019-02-235-55/+90
* Add support for mattermost threading (#627)Patrick Connolly2019-01-091-8/+8
* Use logrus imports instead of log (#662)Duco van Amstel2018-12-262-12/+12
* Enable errcheck linter (#646)Duco van Amstel2018-12-083-5/+10
* Enable gosec linter (#645)Duco van Amstel2018-12-061-4/+10
* Refactor matterclient (#613)Wim2018-11-295-783/+848
* Update direct dependencies where possibleDuco van Amstel2018-11-251-1/+1
* Fix golint linter issues and enable it in CI (#593)Duco van Amstel2018-11-151-27/+28
* Fix and enable goimports linter (#591)Duco van Amstel2018-11-151-3/+2
* Clean up various stuff (#508)David Hill2018-11-071-2/+3
* Add SendDirectMessageProps to send a DM with extra props (mattermost)Wim2018-11-031-1/+5
* Check for expiring sessions and reconnect (mattermost)Wim2018-10-271-3/+14
* Add better support for multiperson DM (mattermost)Wim2018-10-271-6/+24
* Update channels when a new group is created (mattermost)Wim2018-10-271-0/+10
* Split up cookie token and personal token (mattermost). Fixes #530 (#540)Wim2018-10-261-9/+28
* Bump Go version in Travis CI (#518)Duco van Amstel2018-10-121-1/+1
* Add Gateway's name to RemoteNickFormat (#501)Duco van Amstel2018-10-071-1/+1
* Use own forks for logrus-prefixed-formatter and discordgoWim2018-08-061-1/+1
* Add GetNickname and UpdateUser functionsWim2018-07-031-0/+23
* Add support for mattermost 5.xWim2018-06-171-1/+2
* Update GetFileLinks to API_V4Wim2018-04-211-1/+1
* Add UpdateStatus functionWim2018-04-011-0/+8
* Print list of valid team names when team not found (#390)Alec WM2018-03-151-1/+5
* 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
* 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