| Commit message (Expand) | Author | Files | Lines |
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 | |