Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |