summary refs log tree commit diff
path: root/MANIFEST.in (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-29Recents update: do not care of events coming from the past (they are fired wh...Emmanuel ROHEE1-2/+4
2014-08-29Display emotes in the recents listEmmanuel ROHEE1-0/+5
2014-08-29ng-show exists. So, for clarity, avoid to use ng-hide and double negation test.Emmanuel ROHEE1-4/+4
2014-08-29Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayNameEmmanuel ROHEE3-32/+45
2014-08-28Fix FederationHandler to event.originMark Haines1-1/+1
2014-08-28Start fleshing out architecture section. Moar .rst formatting! Reword some co...Kegan Dougal1-106/+146
2014-08-28Initial room event stream token must be s0, not s1, or everyone will miss the...Paul "LeoNerd" Evans1-1/+1
2014-08-28Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotesPaul "LeoNerd" Evans2-8/+47
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 hammering...Emmanuel ROHEE1-7/+21
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 fu...Mark Haines1-0/+2
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 acc...Emmanuel ROHEE2-9/+24
2014-08-28BF: Made member events parsing work (handleEvents expects an array of events)Emmanuel ROHEE1-8/+4
2014-08-28Cleaned up depsEmmanuel ROHEE3-6/+6
2014-08-28Support multiple login flows when deciding how to login. Updated cmdclient an...Kegan Dougal3-16/+23
2014-08-28Fleshed out login spec.Kegan Dougal1-158/+164
2014-08-28Fix pyflakes warningsMark Haines4-10/+4
2014-08-28