aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-api.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some indentation; move json_object_unref back to where it wasRichard van der Hoff2016-01-031-6/+6
* Allow building for winpidginEion Robb2016-01-041-14/+9
* Use Client API r0 rather than a mix of v1 and v2_alpha.Richard van der Hoff2016-01-021-5/+7
* Implement joining roomsRichard van der Hoff2015-10-301-0/+29
* Leave rooms when pidgin tells us to.Richard van der Hoff2015-10-301-1/+28
* Fix segfault when JSON parsing failsRichard van der Hoff2015-10-301-1/+1
* Improve error-handling in API requestsRichard van der Hoff2015-10-291-82/+121
* Set HTTP request headers correctly for requests via proxyRichard van der Hoff2015-10-291-14/+23
* Build our own GET requestsRichard van der Hoff2015-10-281-15/+68
* Request a full_state sync the first time we connect to an account.Richard van der Hoff2015-10-271-3/+6
* Update the room state on first messageRichard van der Hoff2015-10-221-0/+24
* Abort active sync when the account disconnectsRichard van der Hoff2015-10-221-2/+5
* Refactor the connection codeRichard van der Hoff2015-10-221-0/+2
* Rename MatrixAccount to MatrixConnectionDataRichard van der Hoff2015-10-221-39/+26
* Implement a 'cancel' method for the matrix-api interfaceRichard van der Hoff2015-10-221-19/+27
* Stash the next_batch token in the account settingsRichard van der Hoff2015-10-221-4/+8
* Update README and file commentsRichard van der Hoff2015-10-211-1/+1
* Initial implementation of sending messagesRichard van der Hoff2015-10-211-8/+67
* Implement loginRichard van der Hoff2015-10-201-16/+136
* Use libhttp_parser for parsing the API responseRichard van der Hoff2015-10-201-94/+201
* Refactor API callbacksRichard van der Hoff2015-10-201-6/+61
* Implement polling for incoming messagesRichard van der Hoff2015-10-191-8/+15
* Switch to v2 /sync APIRichard van der Hoff2015-10-161-5/+2
* Initial attempts at displaying a room in pidginRichard van der Hoff2015-10-161-14/+71
* Call initialSyncRichard van der Hoff2015-10-151-0/+141