aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-statetable.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle incoming room invitesRichard van der Hoff2015-11-021-1/+7
| | | | | Propagate received invites to the UI, and correctly handle accepting/refusing them.
* Refactor the statetable out to a separate fileRichard van der Hoff2015-10-301-0/+79
Apart from generally being cleaner, we're going to want to use the statetable in isolation of rooms, to handle invites.