| Commit message (Expand) | Author | Files | Lines |
2014-08-28 | Only poll remote users if they are in our presence list, rather than in a com... | Erik Johnston | 1 | -53/+66 |
2014-08-28 | Don't query the rooms members table so much by using the new notifier api tha... | Erik Johnston | 2 | -62/+46 |
2014-08-28 | Up timeout to 10 minutes | Erik Johnston | 1 | -1/+1 |
2014-08-28 | Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes | Paul "LeoNerd" Evans | 2 | -8/+47 |
2014-08-28 | Ability to assert a DeferredMockCallable has received no calls | Paul "LeoNerd" Evans | 1 | -0/+15 |
2014-08-28 | Avoid AlreadyCalledError from EDU sending failures | Paul "LeoNerd" Evans | 1 | -1/+2 |
2014-08-28 | Re-enable presence, un-skip presence tests | Paul "LeoNerd" Evans | 4 | -19/+0 |
2014-08-28 | And more logging. | Erik Johnston | 2 | -1/+3 |
2014-08-28 | Do a smart update of the recents from the events stream rather than hammering... | Emmanuel ROHEE | 1 | -7/+21 |
2014-08-28 | Flesh out m.room.message msgtypes | Kegan Dougal | 1 | -10/+102 |
2014-08-28 | Remove get_state_for_room function from federation handler | Mark Haines | 3 | -17/+29 |
2014-08-28 | use @wraps to set the __name__ __module__ and __doc__ correctly for logged fu... | Mark Haines | 1 | -0/+2 |
2014-08-28 | Add more logging. Up the event stream timer to 10s | Erik Johnston | 2 | -1/+4 |
2014-08-28 | When opening this page, do not join a room already joined | Emmanuel ROHEE | 1 | -26/+51 |
2014-08-28 | Added waitForInitialSyncCompletion so that clients can know when they can acc... | Emmanuel ROHEE | 2 | -9/+24 |
2014-08-28 | BF: Made member events parsing work (handleEvents expects an array of events) | Emmanuel ROHEE | 1 | -8/+4 |
2014-08-28 | Cleaned up deps | Emmanuel ROHEE | 3 | -6/+6 |
2014-08-28 | Add logging to try and figure out what is going on with the presence stuff | Erik Johnston | 4 | -3/+66 |
2014-08-28 | Support multiple login flows when deciding how to login. Updated cmdclient an... | Kegan Dougal | 3 | -16/+23 |
2014-08-28 | Fleshed out login spec. | Kegan Dougal | 1 | -158/+164 |
2014-08-28 | Fix pyflakes warnings | Mark Haines | 4 | -10/+4 |
2014-08-28 | Merge backfill_ and backfill in federation handler | Mark Haines | 1 | -18/+5 |
2014-08-28 | Fix bug where we used |