Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e2e: Add matrix_api_upload_keys | Dr. David Alan Gilbert | 2018-02-25 | 1 | -0/+24 |
* | Improve media handling | White_Rabbit | 2018-02-22 | 1 | -0/+9 |
* | Responding to PR comments | Eion Robb | 2017-05-28 | 1 | -3/+4 |
* | Merge branch 'master' into typing-notifications3 | Eion Robb | 2017-05-28 | 1 | -0/+1 |
|\ | |||||
| * | Re-use the device-id provided by the server | Eion Robb | 2017-03-12 | 1 | -0/+1 |
* | | Send/receive typing notifications | Eion Robb | 2017-03-12 | 1 | -0/+22 |
|/ | |||||
* | Merge pull request #24 from zamaudio/enable-invite | Richard van der Hoff | 2017-01-05 | 1 | -0/+24 |
|\ | |||||
| * | Enable room invites when matrix handle is known | Damien Zammit | 2017-01-05 | 1 | -0/+24 |
* | | Add matrix_api_download_thumb | Dr. David Alan Gilbert | 2016-12-27 | 1 | -0/+28 |
|/ | |||||
* | Add matrix_api_download_file | Dr. David Alan Gilbert | 2016-11-13 | 1 | -0/+23 |
* | Pass body/len/content_type to completion callback | Dr. David Alan Gilbert | 2016-11-13 | 1 | -1/+8 |
* | api: Upload a file | Dr. David Alan Gilbert | 2016-09-03 | 1 | -0/+20 |
* | Implement joining rooms | Richard van der Hoff | 2015-10-30 | 1 | -0/+35 |
* | Leave rooms when pidgin tells us to. | Richard van der Hoff | 2015-10-30 | 1 | -0/+9 |
* | Improve error-handling in API requests | Richard van der Hoff | 2015-10-29 | 1 | -4/+9 |
* | Set HTTP request headers correctly for requests via proxy | Richard van der Hoff | 2015-10-29 | 1 | -1/+3 |
* | Request a full_state sync the first time we connect to an account. | Richard van der Hoff | 2015-10-27 | 1 | -2/+4 |
* | Abort active sync when the account disconnects | Richard van der Hoff | 2015-10-22 | 1 | -0/+2 |
* | Refactor the connection code | Richard van der Hoff | 2015-10-22 | 1 | -1/+1 |
* | Rename MatrixAccount to MatrixConnectionData | Richard van der Hoff | 2015-10-22 | 1 | -24/+24 |
* | Implement a 'cancel' method for the matrix-api interface | Richard van der Hoff | 2015-10-22 | 1 | -3/+37 |
* | Stash the next_batch token in the account settings | Richard van der Hoff | 2015-10-22 | 1 | -1/+3 |
* | Update README and file comments | Richard van der Hoff | 2015-10-21 | 1 | -2/+13 |
* | Initial implementation of sending messages | Richard van der Hoff | 2015-10-21 | 1 | -0/+68 |
* | Use libhttp_parser for parsing the API response | Richard van der Hoff | 2015-10-20 | 1 | -4/+0 |
* | Refactor API callbacks | Richard van der Hoff | 2015-10-20 | 1 | -14/+23 |
* | Implement polling for incoming messages | Richard van der Hoff | 2015-10-19 | 1 | -2/+4 |
* | Switch to v2 /sync API | Richard van der Hoff | 2015-10-16 | 1 | -4/+4 |
* | Initial attempts at displaying a room in pidgin | Richard van der Hoff | 2015-10-16 | 1 | -4/+9 |
* | Call initialSync | Richard van der Hoff | 2015-10-15 | 1 | -0/+63 |