aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-event.h
Commit message (Collapse)AuthorAgeFilesLines
* event hooksDr. David Alan Gilbert2016-09-031-0/+15
| | | | | | | | | | | Some events need to do something else before the event can be transmitted, and indeed the contents of the event aren't necessarily known until that other thing has happened. Add a hook that gets called when the event is ready to be sent and when the event is to be free'd. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
* Handle incoming room invitesRichard van der Hoff2015-11-021-0/+4
| | | | | 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/+52
Apart from generally being cleaner, we're going to want to use the statetable in isolation of rooms, to handle invites.