summary refs log tree commit diff
path: root/docs/model/third-party-id.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-28Ability to assert a DeferredMockCallable has received no callsPaul "LeoNerd" Evans1-0/+15
2014-08-28Avoid AlreadyCalledError from EDU sending failuresPaul "LeoNerd" Evans1-1/+2
2014-08-28Re-enable presence, un-skip presence testsPaul "LeoNerd" Evans4-19/+0
2014-08-28Do a smart update of the recents from the events stream rather than ↵Emmanuel ROHEE1-7/+21
hammering initialSync each time
2014-08-28Flesh out m.room.message msgtypesKegan Dougal1-10/+102
2014-08-28Remove get_state_for_room function from federation handlerMark Haines3-17/+29
2014-08-28use @wraps to set the __name__ __module__ and __doc__ correctly for logged ↵Mark Haines1-0/+2
functions
2014-08-28When opening this page, do not join a room already joinedEmmanuel ROHEE1-26/+51
2014-08-28Added waitForInitialSyncCompletion so that clients can know when they can ↵Emmanuel ROHEE2-9/+24
access to the data retrieved by the initialSync Request
2014-08-28