MatrixSynapse/tests
Erik Johnston 2b37eabca1
Reduce auth chains fetched during v2 state res. (#6952)
The state res v2 algorithm only cares about the difference between auth
chains, so we can pass in the known common state to the `get_auth_chain`
storage function so that it can ignore those events.
2020-02-19 15:04:47 +00:00
..
api Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
app
appservice
config
crypto Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
events Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
federation Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
handlers Refactor the membership check methods in Auth 2020-02-18 23:21:44 +00:00
http
logging
push
replication Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
rest Merge pull request #6949 from matrix-org/rav/list_room_aliases_peekable 2020-02-19 11:19:11 +00:00
scripts
server_notices
state Reduce auth chains fetched during v2 state res. (#6952) 2020-02-19 15:04:47 +00:00
storage Replace _event_dict_property with DictProperty 2020-02-14 16:42:37 +00:00
test_utils
util
__init__.py
server.py
test_distributor.py
test_event_auth.py Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
test_federation.py Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py Add a `make_event_from_dict` method (#6858) 2020-02-07 15:30:04 +00:00
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Implement GET /_matrix/client/r0/rooms/{roomId}/aliases (#6939) 2020-02-18 16:23:25 +00:00
utils.py