Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2017-04-04 | Fiddle tcp replication logging | Erik Johnston | 1 | -2/+2 |
2017-04-04 | Advance replication streams even if nothing is listening | Erik Johnston | 3 | -6/+15 |
2017-04-03 | Accept join events from all servers | Richard van der Hoff | 2 | -5/+19 |
2017-04-03 | Remove spurious yield | Richard van der Hoff | 1 | -1/+1 |
2017-04-03 | Remove more spurious `PreserveLoggingContext`s | Richard van der Hoff | 1 | -24/+19 |
2017-04-03 | Remove spurious PreserveLoggingContext | Richard van der Hoff | 1 | -6/+5 |
2017-04-03 | preserve_fn some deferred-returning things | Richard van der Hoff | 1 | -2/+5 |
2017-04-03 | Fix fixme in preserve_fn | Richard van der Hoff | 1 | -5/+1 |
2017-04-03 | Always advance stream tokens | Erik Johnston | 1 | -1/+4 |
2017-04-03 | Remove spurious @preserve_fn decorators | Richard van der Hoff | 1 | -5/+0 |
2017-03-31 | Use callbacks to notify tcp replication rather than deferreds | Erik Johnston | 2 | -20/+12 |
2017-03-31 | Add a timestamp to USER_SYNC command | Erik Johnston | 4 | -16/+24 |
2017-03-31 | switch to allow_guest=True for authing 3Ps as per PR feedback | Matthew Hodgson | 1 | -0/+8 |
2017-03-31 | Fix up presence | Erik Johnston | 1 | -1/+3 |
2017-03-31 | Add a brief list of commands to docs | Erik Johnston | 1 | -0/+46 |
2017-03-31 | Fix up docs | Erik Johnston | 4 | -28/+12 |
2017-03-31 | Remove unused instance variable | Erik Johnston | 1 | -4/+0 |
2017-03-30 | Speed up copy_and_replace | Erik Johnston | 1 | -3/+1 |
2017-03-30 | Docs | Erik Johnston | 1 | -0/+5 |
2017-03-30 | Revert log context change | Erik Johnston | 1 | -3/+0 |
2017-03-30 | Bump version and changelog v0.20.0-rc1 | Erik Johnston | 2 | -1/+45 |
2017-03-30 | Remove user from process_presence when stops syncing | Erik Johnston | 1 | -0/+1 |
2017-03-30 | Doc new instance variables | Erik Johnston | 1 | -1/+8 |
2017-03-30 | Fix up tests | Erik Johnston | 3 | -2/+42 |
2017-03-30 |