MatrixSynapse/synapse/handlers
Erik Johnston 7c2ff8c889 Merge pull request #405 from matrix-org/erikj/search-ts
Change the result dict to be a list in /search response
2015-12-08 16:15:27 +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 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
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 comments 2015-12-02 10:49:35 +00:00
search.py Merge pull request #405 from matrix-org/erikj/search-ts 2015-12-08 16:15:27 +00:00
sync.py Only include the archived rooms if a include_leave flag in set in the filter 2015-12-04 17:32:09 +00:00
typing.py