Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 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 | Manually calculate cache key as getcallargs is expensive | Erik Johnston | 1 | -6/+28 | |
This is because getcallargs recomputes the getargspec, amongst other things, which we don't need to do as its already been done | |||||
2017-03-30 | Don't convert to deferreds when not necessary | Erik Johnston | 5 | -8/+12 | |
2017-03-30 | Fix indentation in docs/ | Erik Johnston | 1 | -25/+28 | |
2017-03-30 | Add tcp replication listener type and hook it up | Erik Johnston | 1 | -0/+11 | |
2017-03-30 | Add functions to presence to support remote syncs | Erik Johnston | 1 | -0/+66 | |
The TCP replication protocol streams deltas of who has started or stopped syncing. This is different from the HTTP API which periodically sends the full list of users who are syncing. This commit adds support for the new TCP style of sending |