MatrixSynapse/synapse/handlers
Erik Johnston 0f1afbe8dc Change HomeServer definition to work with typing.
Duplicating function signatures between server.py and server.pyi is
silly. This commit changes that by changing all `build_*` methods to
`get_*` methods and changing the `_make_dependency_method` to work work
as a descriptor that caches the produced value.

There are some changes in other files that were made to fix the typing
in server.py.
2020-08-11 18:00:17 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py
appservice.py Convert run_as_background_process inner function to async. (#8032) 2020-08-06 08:20:42 -04:00
auth.py Improve performance of the register endpoint (#8009) 2020-08-06 08:09:55 -04:00
cas_handler.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py Convert synapse.api to async/await (#8031) 2020-08-06 08:30:06 -04:00
groups_local.py
identity.py
initial_sync.py Convert streams to async. (#8014) 2020-08-04 07:21:47 -04:00
message.py Add an assertion on prev_events in create_new_client_event (#8041) 2020-08-10 12:29:47 +01:00
oidc_handler.py Change HomeServer definition to work with typing. 2020-08-11 18:00:17 +01:00
pagination.py Convert streams to async. (#8014) 2020-08-04 07:21:47 -04:00
password_policy.py
presence.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
profile.py
read_marker.py
receipts.py
register.py
room.py Convert streams to async. (#8014) 2020-08-04 07:21:47 -04:00
room_list.py
room_member.py
room_member_worker.py
saml_handler.py
search.py Convert streams to async. (#8014) 2020-08-04 07:21:47 -04:00
set_password.py
state_deltas.py
stats.py
sync.py Revert #7736 (#8039) 2020-08-06 17:15:35 +01:00
typing.py
user_directory.py