summary refs log tree commit diff
path: root/scripts-dev/convert_server_keys.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-30Speed up copy_and_replaceErik Johnston1-3/+1
2017-03-30DocsErik Johnston1-0/+5
2017-03-30Revert log context changeErik Johnston1-3/+0
2017-03-30Remove user from process_presence when stops syncingErik Johnston1-0/+1
2017-03-30Doc new instance variablesErik Johnston1-1/+8
2017-03-30Fix up testsErik Johnston3-2/+42
2017-03-30Manually calculate cache key as getcallargs is expensiveErik Johnston1-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-30Don't convert to deferreds when not necessaryErik Johnston5-8/+12
2017-03-30Fix indentation in docs/Erik Johnston1-25/+28
2017-03-30Add tcp replication listener type and hook it upErik Johnston1-0/+11
2017-03-30Add functions to presence to support remote syncsErik Johnston1-0<