Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-19 | Update tests | Erik Johnston | 2 | -12/+5 | |
2014-08-19 | Default from param to 'END' | Erik Johnston | 1 | -0/+1 | |
2014-08-19 | PresenceStreamData was expecting *_key to be ints | Erik Johnston | 1 | -0/+3 | |
2014-08-19 | Fix typo in merge conflict | Erik Johnston | 1 | -2/+0 | |
2014-08-19 | Proofing | Kegan Dougal | 1 | -19/+20 | |
2014-08-19 | Fix bug where we sometimes set min_token to None. | Erik Johnston | 1 | -1/+2 | |
2014-08-19 | Print out stacktrace when we failed to persist event. | Erik Johnston | 1 | -1/+1 | |
2014-08-19 | Rewrite of PresenceHandler test to ensure it covers the interaction with ↵ | Paul "LeoNerd" Evans | 1 | -149/+279 | |
Federation as well | |||||
2014-08-19 | Ensure that federation's .send_edu() returns a Deferred | Paul "LeoNerd" Evans | 1 | -0/+1 | |
2014-08-19 | Add a DeferredMockCallable; like mock's MockCallable but allows awaiting | Paul "LeoNerd" Evans | 1 | -0/+41 | |
on method calls to be made later | |||||
2014-08-19 | More formatting, more clarity. | Kegan Do |