aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-api.h
Commit message (Expand)AuthorAgeFilesLines
* api: Add whoamiDr. David Alan Gilbert2019-12-281-0/+21
* e2e: Add matrix_api_upload_keysDr. David Alan Gilbert2018-02-251-0/+24
* Improve media handlingWhite_Rabbit2018-02-221-0/+9
* Responding to PR commentsEion Robb2017-05-281-3/+4
* Merge branch 'master' into typing-notifications3Eion Robb2017-05-281-0/+1
|\
| * Re-use the device-id provided by the serverEion Robb2017-03-121-0/+1
* | Send/receive typing notificationsEion Robb2017-03-121-0/+22
|/
* Merge pull request #24 from zamaudio/enable-inviteRichard van der Hoff2017-01-051-0/+24
|\
| * Enable room invites when matrix handle is knownDamien Zammit2017-01-051-0/+24
* | Add matrix_api_download_thumbDr. David Alan Gilbert2016-12-271-0/+28
|/
* Add matrix_api_download_fileDr. David Alan Gilbert2016-11-131-0/+23
* Pass body/len/content_type to completion callbackDr. David Alan Gilbert2016-11-131-1/+8
* api: Upload a fileDr. David Alan Gilbert2016-09-031-0/+20
* 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