aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-connection.c
Commit message (Expand)AuthorAgeFilesLines
* matrix-connection: Only change state and progress if we're not already connec...Ave2021-02-051-2/+5
* connection: Use stored access tokenDr. David Alan Gilbert2019-12-281-1/+53
* connection: Handle no password explicitlyDr. David Alan Gilbert2019-12-281-4/+75
* connection: Split start of sync out of _login_completedDr. David Alan Gilbert2019-12-281-26/+35
* connection: store access tokenDr. David Alan Gilbert2019-12-281-0/+2
* e2e: Retrieve or create Olm account state, send keysDr. David Alan Gilbert2018-02-251-2/+8
* 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