aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-sync.c
Commit message (Expand)AuthorAgeFilesLines
* Handle incoming room invitesRichard van der Hoff2015-11-021-16/+119
* Fix segfault on homeserver connection dropRichard van der Hoff2015-10-301-2/+3
* Move the room member table management out to a separate fileRichard van der Hoff2015-10-291-11/+6
* Set the 'persistent' flag on rooms when added to the buddy listRichard van der Hoff2015-10-291-0/+38
* Add an indication of the members of a roomRichard van der Hoff2015-10-271-12/+21
* Better room names for one-to-one chatsRichard van der Hoff2015-10-261-1/+2
* Refactor the connection codeRichard van der Hoff2015-10-221-38/+6
* Rename MatrixAccount to MatrixConnectionDataRichard van der Hoff2015-10-221-8/+8
* Stash the next_batch token in the account settingsRichard van der Hoff2015-10-221-2/+7
* Update README and file commentsRichard van der Hoff2015-10-211-2/+2
* Local echoRichard van der Hoff2015-10-211-26/+12
* Use libhttp_parser for parsing the API responseRichard van der Hoff2015-10-201-4/+2
* Refactor API callbacksRichard van der Hoff2015-10-201-30/+5
* Refactor a load of codeRichard van der Hoff2015-10-191-0/+221