aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-event.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle incoming room invitesRichard van der Hoff2015-11-021-0/+1
| | | | | 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/+53
Apart from generally being cleaner, we're going to want to use the statetable in isolation of rooms, to handle invites.