aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-sync.c
Commit message (Expand)AuthorAgeFilesLines
* e2e: Parse received d2d m.room.encrypted messagesDr. David Alan Gilbert2018-02-251-1/+5
* e2e: Route key count from syncDr. David Alan Gilbert2018-02-251-0/+6
* e2e: Reorg sync to parse d2d messagesDr. David Alan Gilbert2018-02-251-11/+52
* Responding to PR commentsEion Robb2017-05-281-0/+1
* Send/receive typing notificationsEion Robb2017-03-121-2/+8
* Update for /sync response changesRichard van der Hoff2015-11-191-24/+12
* Handle state events which arrive in the timelineRichard van der Hoff2015-11-191-3/+9
* Hopefully fix bugs where the member list got out of syncRichard van der Hoff2015-11-031-2/+3
* 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