| Commit message (Expand) | Author | Age | Files | Lines |
* | Make getChannelIdTeam behave like GetChannelId for groups (mattermost) (#873) | David Buckley | 2019-09-07 | 1 | -14/+13 |
* | Add an option to skip the Mattermost server version check (#849) | Joona Hoikkala | 2019-06-16 | 2 | -14/+19 |
* | Linter fixes | Duco van Amstel | 2019-05-27 | 1 | -7/+11 |
* | Update channels of all teams (mattermost) | Wim | 2019-05-02 | 1 | -9/+24 |
* | Use paging in initUser and UpdateUsers (mattermost) | Wim | 2019-04-20 | 2 | -9/+31 |
* | Add Id to EditMessage (mattermost). Fixes #802 | Wim | 2019-04-19 | 1 | -1/+1 |
* | Send channel_created and deleted event through message channel (mattermost) | Wim | 2019-04-13 | 1 | -1/+4 |
* | Send user_added and removed event through message channel (mattermost) | Wim | 2019-04-02 | 2 | -5/+8 |
* | Return channelId for other channeltypes too (mattermost) | Wim | 2019-04-01 | 1 | -1/+4 |
* | Make all loggers derive from non-default instance (#728) | Wim | 2019-02-23 | 5 | -55/+90 |
* | Add support for mattermost threading (#627) | Patrick Connolly | 2019-01-09 | 1 | -8/+8 |
* | Use logrus imports instead of log (#662) | Duco van Amstel | 2018-12-26 | 2 | -12/+12 |
* | Enable errcheck linter (#646) | Duco van Amstel | 2018-12-08 | 3 | -5/+10 |
* | Enable gosec linter (#645) | Duco van Amstel | 2018-12-06 | 1 | -4/+10 |
* | Refactor matterclient (#613) | Wim | 2018-11-29 | 5 | -783/+848 |
* | Update direct dependencies where possible | Duco van Amstel | 2018-11-25 | 1 | -1/+1 |
* | Fix golint linter issues and enable it in CI (#593) | Duco van Amstel | 2018-11-15 | 1 | -27/+28 |
* | Fix and enable goimports linter (#591) | Duco van Amstel | 2018-11-15 | 1 | -3/+2 |
* | Clean up various stuff (#508) | David Hill | 2018-11-07 | 1 | -2/+3 |
* | Add SendDirectMessageProps to send a DM with extra props (mattermost) | Wim | 2018-11-03 | 1 | -1/+5 |
* | Check for expiring sessions and reconnect (mattermost) | Wim | 2018-10-27 | 1 | -3/+14 |
* | Add better support for multiperson DM (mattermost) | Wim | 2018-10-27 | 1 | -6/+24 |
* | Update channels when a new group is created (mattermost) | Wim | 2018-10-27 | 1 | -0/+10 |
* | Split up cookie token and personal token (mattermost). Fixes #530 (#540) | Wim | 2018-10-26 | 1 | -9/+28 |
* | Bump Go version in Travis CI (#518) | Duco van Amstel | 2018-10-12 | 1 | -1/+1 |
* | Add Gateway's name to RemoteNickFormat (#501) | Duco van Amstel | 2018-10-07 | 1 | -1/+1 |
* | Use own forks for logrus-prefixed-formatter and discordgo | Wim | 2018-08-06 | 1 | -1/+1 |
* | Add GetNickname and UpdateUser functions | Wim | 2018-07-03 | 1 | -0/+23 |
* | Add support for mattermost 5.x | Wim | 2018-06-17 | 1 | -1/+2 |
* | Update GetFileLinks to API_V4 | Wim | 2018-04-21 | 1 | -1/+1 |
* | Add UpdateStatus function | Wim | 2018-04-01 | 1 | -0/+8 |
* | Print list of valid team names when team not found (#390) | Alec WM | 2018-03-15 | 1 | -1/+5 |
* | Use always formatted logging when debug is enabled | Wim | 2018-02-22 | 1 | -1/+1 |
* | Make matterclient work with prefixed log | Wim | 2018-02-21 | 1 | -2/+7 |
* | Move Sirupsen => sirupsen | Wim | 2018-02-20 | 1 | -1/+1 |
* | Fix mattermost API change | Wim | 2018-02-09 | 1 | -3/+3 |
* | Break when re-login fails (mattermost) | Wim | 2017-11-16 | 1 | -1/+6 |
* | Support mattermost 4.x as api4 should be stable (mattermost) | Wim | 2017-09-28 | 1 | -3/+1 |
* | Add functions to upload files | Wim | 2017-09-21 | 1 | -0/+17 |
* | Allow empty message if we have a slack attachment | Wim | 2017-09-18 | 1 | -1/+1 |
* | Add support for deleting messages across bridges. | Wim | 2017-09-11 | 1 | -1/+9 |
* | Add UpdateUserNick | Wim | 2017-09-10 | 1 | -0/+10 |
* | Add 4.2 support (mattermost) | Wim | 2017-09-09 | 1 | -1/+2 |
* | Send images when text is empty regression. (mattermost). Closes #254 | Wim | 2017-09-08 | 1 | -0/+7 |
* | Fix sending direct messages with APIv4 | Wim | 2017-09-04 | 1 | -3/+3 |
* | Fix public links (mattermost) | Wim | 2017-09-04 | 1 | -6/+6 |
* | Fix private channel joining bug (mattermost). Closes #248 | Wim | 2017-08-30 | 1 | -3/+9 |
* | Update PostMessage to also return and error. Add EditMessage function | Wim | 2017-08-28 | 1 | -2/+15 |
* | Add support for personal access tokens (mattermost) | Wim | 2017-08-23 | 1 | -2/+2 |
* | Make megacheck happy | Wim | 2017-08-17 | 1 | -9/+0 |