MatrixSynapse/synapse/handlers
Daniel Wagner-Hall e880164c59 Merge pull request #418 from matrix-org/daniel/whois
Merge pull request #418 from matrix-org/daniel/whois
2015-12-03 12:18:01 +00:00
..
__init__.py
_base.py
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 Fix implementation of /admin/whois 2015-12-02 17:29:47 +00:00
appservice.py
auth.py
directory.py
events.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
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 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 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
room.py Add comments 2015-12-02 10:49:35 +00:00
search.py Search: Don't disregard grouping info in pagination tokens 2015-12-01 16:47:18 +00:00
sync.py Add API for setting account_data globaly or on a per room basis 2015-12-01 18:41:32 +00:00
typing.py