summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.errors.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-03Always advance stream tokensErik Johnston1-1/+4
2017-03-31Use callbacks to notify tcp replication rather than deferredsErik Johnston2-20/+12
2017-03-31Add a timestamp to USER_SYNC commandErik Johnston4-16/+24
This timestamp is used to indicate when the user last sync'd
2017-03-31Fix up presenceErik Johnston1-1/+3
2017-03-31Add a brief list of commands to docsErik Johnston1-0/+46
2017-03-31Fix up docsErik Johnston4-28/+12
2017-03-30Remove user from process_presence when stops syncingErik Johnston1-0/+1
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/+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