MatrixSynapse/synapse/handlers
Mark Haines 70599ce925 Allow external processes to mark a user as syncing. (#812)
* Add infrastructure to the presence handler to track sync requests in external processes

* Expire stale entries for dead external processes

* Add an http endpoint for making users as syncing

Add some docstrings and comments.

* Fixes
2016-06-02 15:20:15 +01:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py
directory.py
events.py
federation.py
identity.py
message.py
presence.py Allow external processes to mark a user as syncing. (#812) 2016-06-02 15:20:15 +01:00
profile.py
receipts.py
register.py
room.py
room_member.py
search.py
sync.py
typing.py