Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | e2e: Route key count from sync | Dr. David Alan Gilbert | 2018-02-25 | 1 | -1/+1 |
* | e2e: Add matrix_api_upload_keys | Dr. David Alan Gilbert | 2018-02-25 | 1 | -0/+46 |
* | Merge pull request #62 from radiocane/media | Dave Gilbert | 2018-02-24 | 1 | -5/+16 |
|\ | |||||
| * | Improve media handling | White_Rabbit | 2018-02-22 | 1 | -5/+16 |
* | | matrix-api: Fix join by alias or room-id | Damien Zammit | 2017-12-09 | 1 | -2/+2 |
|/ | |||||
* | bump up max reply size | Dr. David Alan Gilbert | 2017-09-02 | 1 | -1/+1 |
* | Responding to PR comments | Eion Robb | 2017-05-28 | 1 | -2/+9 |
* | Merge branch 'master' into typing-notifications3 | Eion Robb | 2017-05-28 | 1 | -7/+9 |
|\ | |||||
| * | Fix image upload | Dr. David Alan Gilbert | 2017-05-27 | 1 | -1/+1 |
| * | Fix image download | Dr. David Alan Gilbert | 2017-04-17 | 1 | -3/+1 |
| * | Re-use the device-id provided by the server | Eion Robb | 2017-03-12 | 1 | -3/+7 |
* | | Send/receive typing notifications | Eion Robb | 2017-03-12 | 1 | -0/+44 |
|/ | |||||
* | Merge pull request #24 from zamaudio/enable-invite | Richard van der Hoff | 2017-01-05 | 1 | -0/+41 |
|\ | |||||
| * | Enable room invites when matrix handle is known | Damien Zammit | 2017-01-05 | 1 | -0/+41 |
* | | Add matrix_api_download_thumb | Dr. David Alan Gilbert | 2016-12-27 | 1 | -0/+42 |
|/ | |||||
* | Add matrix_api_download_file | Dr. David Alan Gilbert | 2016-11-13 | 1 | -0/+37 |
* | Pass body/len/content_type to completion callback | Dr. David Alan Gilbert | 2016-11-13 | 1 | -3/+12 |
* | Fix bogus matrix_api_upload_file url | Dr. David Alan Gilbert | 2016-11-03 | 1 | -1/+1 |
* | Allow building on libpurple 2.10.x | Dr. David Alan Gilbert | 2016-10-16 | 1 | -0/+20 |
* | api: Upload a file | Dr. David Alan Gilbert | 2016-09-03 | 1 | -0/+37 |
* | api: Allow extra_headers to be passed | Dr. David Alan Gilbert | 2016-09-03 | 1 | -5/+10 |
* | api: Allow binary data to be sent | Dr. David Alan Gilbert | 2016-09-03 | 1 | -17/+53 |
* | Fix some indentation; move json_object_unref back to where it was | Richard van der Hoff | 2016-01-03 | 1 | -6/+6 |
* | Allow building for winpidgin | Eion Robb | 2016-01-04 | 1 | -14/+9 |
* | Use Client API r0 rather than a mix of v1 and v2_alpha. | Richard van der Hoff | 2016-01-02 | 1 | -5/+7 |
* | Implement joining rooms | Richard van der Hoff | 2015-10-30 | 1 | -0/+29 |
* | Leave rooms when pidgin tells us to. | Richard van der Hoff | 2015-10-30 | 1 | -1/+28 |
* | Fix segfault when JSON parsing fails | Richard van der Hoff | 2015-10-30 | 1 | -1/+1 |
* | Improve error-handling in API requests | Richard van der Hoff | 2015-10-29 | 1 | -82/+121 |
* | Set HTTP request headers correctly for requests via proxy | Richard van der Hoff | 2015-10-29 | 1 | -14/+23 |
* | Build our own GET requests | Richard van der Hoff | 2015-10-28 | 1 | -15/+68 |
* | Request a full_state sync the first time we connect to an account. | Richard van der Hoff | 2015-10-27 | 1 | -3/+6 |
* | Update the room state on first message | Richard van der Hoff | 2015-10-22 | 1 | -0/+24 |
* | Abort active sync when the account disconnects | Richard van der Hoff | 2015-10-22 | 1 | -2/+5 |
* | Refactor the connection code | Richard van der Hoff | 2015-10-22 | 1 | -0/+2 |
* | Rename MatrixAccount to MatrixConnectionData | Richard van der Hoff | 2015-10-22 | 1 | -39/+26 |
* | Implement a 'cancel' method for the matrix-api interface | Richard van der Hoff | 2015-10-22 | 1 | -19/+27 |
* | Stash the next_batch token in the account settings | Richard van der Hoff | 2015-10-22 | 1 | -4/+8 |
* | Update README and file comments | Richard van der Hoff | 2015-10-21 | 1 | -1/+1 |
* | Initial implementation of sending messages | Richard van der Hoff | 2015-10-21 | 1 | -8/+67 |
* | Implement login | Richard van der Hoff | 2015-10-20 | 1 | -16/+136 |
* | Use libhttp_parser for parsing the API response | Richard van der Hoff | 2015-10-20 | 1 | -94/+201 |
* | Refactor API callbacks | Richard van der Hoff | 2015-10-20 | 1 | -6/+61 |
* | Implement polling for incoming messages | Richard van der Hoff | 2015-10-19 | 1 | -8/+15 |
* | Switch to v2 /sync API | Richard van der Hoff | 2015-10-16 | 1 | -5/+2 |
* | Initial attempts at displaying a room in pidgin | Richard van der Hoff | 2015-10-16 | 1 | -14/+71 |
* | Call initialSync | Richard van der Hoff | 2015-10-15 | 1 | -0/+141 |