anonymousland-synapse/synapse/handlers
2015-12-16 11:18:45 +00:00
..
__init__.py
_base.py Simplify code 2015-11-19 10:07:21 -05:00
account_data.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
admin.py Flatten devices into a dict, not a list 2015-12-03 16:19:21 +00:00
appservice.py
auth.py Take a boolean not a list of lambdas 2015-11-19 15:16:25 +00:00
directory.py
events.py Fix a race between started/stopped stream 2015-12-14 15:09:41 +00:00
federation.py Ensure that the event that gets persisted is the one that was signed 2015-12-10 17:08:21 +00:00
identity.py Reuse a single http client, rather than creating new ones 2015-12-02 11:36:02 +00:00
message.py Make state updates in the C+S API idempotent 2015-12-02 15:50:50 +00:00
presence.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
profile.py Wrap calls to distributor.fire in appropriately named functions so that static analysis can work out want is calling what 2015-12-01 20:53:04 +00:00
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 Include approximate count of search results 2015-12-11 11:40:23 +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