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