aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-api.h
Commit message (Expand)AuthorAgeFilesLines
* Implement joining roomsRichard van der Hoff2015-10-301-0/+35
* Leave rooms when pidgin tells us to.Richard van der Hoff2015-10-301-0/+9
* Improve error-handling in API requestsRichard van der Hoff2015-10-291-4/+9
* Set HTTP request headers correctly for requests via proxyRichard van der Hoff2015-10-291-1/+3
* Request a full_state sync the first time we connect to an account.Richard van der Hoff2015-10-271-2/+4
* Abort active sync when the account disconnectsRichard van der Hoff2015-10-221-0/+2
* Refactor the connection codeRichard van der Hoff2015-10-221-1/+1
* Rename MatrixAccount to MatrixConnectionDataRichard van der Hoff2015-10-221-24/+24
* Implement a 'cancel' method for the matrix-api interfaceRichard van der Hoff2015-10-221-3/+37
* Stash the next_batch token in the account settingsRichard van der Hoff2015-10-221-1/+3
* Update README and file commentsRichard van der Hoff2015-10-211-2/+13
* Initial implementation of sending messagesRichard van der Hoff2015-10-211-0/+68
* Use libhttp_parser for parsing the API responseRichard van der Hoff2015-10-201-4/+0
* Refactor API callbacksRichard van der Hoff2015-10-201-14/+23
* Implement polling for incoming messagesRichard van der Hoff2015-10-191-2/+4
* Switch to v2 /sync APIRichard van der Hoff2015-10-161-4/+4
* Initial attempts at displaying a room in pidginRichard van der Hoff2015-10-161-4/+9
* Call initialSyncRichard van der Hoff2015-10-151-0/+63