Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -1/+6 |
| | |||||
* | Make all loggers derive from non-default instance (#728) | Wim | 2019-02-23 | 1 | -26/+62 |
| | |||||
* | Use logrus imports instead of log (#662) | Duco van Amstel | 2018-12-26 | 1 | -10/+10 |
| | |||||
* | Enable errcheck linter (#646) | Duco van Amstel | 2018-12-08 | 1 | -1/+3 |
| | |||||
* | Refactor matterclient (#613) | Wim | 2018-11-29 | 1 | -783/+6 |
| | | | | * Split up in different files * Decrease complexity | ||||
* | 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 |
| | | | * various cleanups | ||||
* | 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 |
| | | | | | In order to support extra use cases we should add the `{GATEWAY}` tag to the `RemoteNickFormat` string which would be replaced by the value of the `name=` field from a gateway's configuration. This is _very_ useful when you are forwarding, for example, multiple channels from one chat to a single channel on another one (one-way). It will help you identify the source channel of a message on the target chat. | ||||
* | 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 |
| | | | | | When we get an user_updated event from mattermost we also actually update the user, so the nicknames/usernames are also updated | ||||
* | 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 |
| | | | | | | | | | | | | 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 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 |
| | | | | * https://docs.mattermost.com/developer/personal-access-tokens.html | ||||
* | Make megacheck happy | Wim | 2017-08-17 | 1 | -9/+0 |
| | |||||
* | Use mattermost v4 api (drops support for mattermost < 3.8) | Wim | 2017-08-16 | 1 | -152/+126 |
| | |||||
* | Add 4.1 support (mattermost) | Wim | 2017-08-16 | 1 | -1/+2 |
| | |||||
* | Fix double posting of edited messages by using lru cache (mattermost) | Wim | 2017-07-25 | 1 | -1/+19 |
| | |||||
* | Return better error messages on mattermost connect | Wim | 2017-07-22 | 1 | -1/+4 |
| | |||||
* | Fix megacheck / go vet issues | Wim | 2017-07-14 | 1 | -6/+5 |
| | |||||
* | Add GetFileLinks, also get files if public links is disabled | Wim | 2017-07-12 | 1 | -0/+19 |
| | |||||
* | Add 4.0 support (mattermost) | Wim | 2017-07-09 | 1 | -1/+2 |
| | |||||
* | Optimize StatusLoop. Execute function when specified in OnWsConnect | Wim | 2017-07-01 | 1 | -5/+21 |
| | |||||
* | Optimize GetStatus. (from @recht matterircd fork) | Wim | 2017-07-01 | 1 | -1/+1 |
| |