Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-04-03 | Always advance stream tokens | Erik Johnston | 1 | -1/+4 | |
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 | |
This timestamp is used to indicate when the user last sync'd | |||||
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-30 | Remove user from process_presence when stops syncing | Erik Johnston | 1 | -0/+1 | |
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 delt |