aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-connection.c
Commit message (Expand)AuthorAgeFilesLines
* Re-use the device-id provided by the serverEion Robb2017-03-121-1/+5
* Pass body/len/content_type to completion callbackDr. David Alan Gilbert2016-11-131-3/+6
* Invert the sense of the 'full_state' flagRichard van der Hoff2015-11-031-3/+3
* Reload old messages on first connectionRichard van der Hoff2015-11-021-1/+11
* Handle incoming room invitesRichard van der Hoff2015-11-021-0/+9
* Implement joining roomsRichard van der Hoff2015-10-301-0/+68
* Fix segfault on homeserver connection dropRichard van der Hoff2015-10-301-2/+10
* Improve error-handling in API requestsRichard van der Hoff2015-10-291-2/+7
* Request a full_state sync the first time we connect to an account.Richard van der Hoff2015-10-271-11/+37
* Better room names for one-to-one chatsRichard van der Hoff2015-10-261-0/+5
* Update the room state on first messageRichard van der Hoff2015-10-221-0/+5
* Abort active sync when the account disconnectsRichard van der Hoff2015-10-221-2/+34
* Refactor the connection codeRichard van der Hoff2015-10-221-0/+145