forked-synapse/synapse
Erik Johnston e9dd8370b0 Add functions to presence to support remote syncs
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 deltas.
2017-03-30 13:25:14 +01:00
..
api use jsonschema.FormatChecker for RoomID and UserID strings 2017-03-23 11:42:41 -03:00
app synctl.py: wait for synapse to stop before restarting (#2020) 2017-03-29 19:20:13 +01:00
appservice Rename network_id to instance_id on client side 2016-12-12 16:05:45 +00:00
config Add helpful texts to logger config options 2017-03-13 12:33:35 +00:00
crypto Merge pull request #2050 from matrix-org/rav/federation_backoff 2017-03-23 22:27:01 +00:00
events Refactoring and cleanups 2017-03-17 15:06:07 +00:00
federation Make federation send queue take the current position 2017-03-30 12:54:36 +01:00
handlers Add functions to presence to support remote syncs 2017-03-30 13:25:14 +01:00
http try not to drop context after federation requests 2017-03-23 22:36:21 +00:00
metrics Rename the python-specific metrics now the docs claim that we have done 2016-11-03 17:03:52 +00:00
push Don't recreate so many sets 2017-03-16 11:54:26 +00:00
replication Add server side resource for tcp replication 2017-03-30 13:24:45 +01:00
rest Merge pull request #2057 from matrix-org/rav/missing_yield_2 2017-03-24 12:46:43 +00:00
static/client
storage Add new storage functions for new replication 2017-03-30 11:48:35 +01:00
streams Add basic implementation of local device list changes 2017-01-25 14:27:27 +00:00
util Merge pull request #2050 from matrix-org/rav/federation_backoff 2017-03-23 22:27:01 +00:00
__init__.py Bump changelog and version 2017-03-20 16:37:14 +00:00
event_auth.py Use better variable name 2017-01-17 14:32:53 +00:00
notifier.py Add a simple hook to wait for replication traffic 2017-03-30 11:57:52 +01:00
python_dependencies.py Add jsonschema to python_dependencies.py 2017-03-23 11:42:47 -03:00
server.py Fix email push in pusher worker 2017-02-02 10:53:36 +00:00
server.pyi Fix login with m.login.token 2016-08-08 16:40:39 +01:00
state.py Merge pull request #1849 from matrix-org/erikj/state_typo 2017-03-29 11:53:42 +01:00
types.py Add basic implementation of local device list changes 2017-01-25 14:27:27 +00:00
visibility.py Fix rejection of invites not reaching sync 2017-03-23 18:50:31 +00:00