MatrixSynapse/synapse/handlers
Mark Haines 1ee7280c4c Do the /sync in parallel accross the rooms like /initialSync does 2015-12-11 16:48:20 +00:00
..
__init__.py
_base.py
account_data.py
admin.py Flatten devices into a dict, not a list 2015-12-03 16:19:21 +00:00
appservice.py
auth.py
directory.py
events.py
federation.py Use the context returned by _handle_new_event 2015-12-02 12:01:24 +00:00
identity.py
message.py Make state updates in the C+S API idempotent 2015-12-02 15:50:50 +00:00
presence.py
profile.py
receipts.py
register.py Reuse the captcha client rather than creating a new one for each request 2015-12-03 13:48:55 +00:00
room.py Add caches for whether a room has been forgotten by a user 2015-12-10 17:49:34 +00:00
search.py Merge pull request #405 from matrix-org/erikj/search-ts 2015-12-08 16:15:27 +00:00
sync.py Do the /sync in parallel accross the rooms like /initialSync does 2015-12-11 16:48:20 +00:00
typing.py