synapse/tests
Travis Ralston 5325f0308c
r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224)
[MSC2432](https://github.com/matrix-org/matrix-doc/pull/2432) added this endpoint originally but it has since been included in the spec for nearly a year. 

This is progress towards https://github.com/matrix-org/synapse/issues/8334
2021-06-03 13:50:49 +01:00
..
api Correctly ratelimit invites when creating a room (#9968) 2021-05-12 16:05:28 +02:00
app
appservice
config Remove redundant code to reload tls cert (#10054) 2021-05-27 10:34:24 +01:00
crypto Rewrite the KeyRing (#10035) 2021-06-02 16:37:59 +01:00
events Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
federation Merge pull request from GHSA-x345-32rc-8h85 2021-05-11 11:47:23 +02:00
handlers Don't hammer the database for destination retry timings every ~5mins (#10036) 2021-05-21 17:57:08 +01:00
http Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
logging
module_api Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
push Merge pull request from GHSA-x345-32rc-8h85 2021-05-11 11:47:23 +02:00
replication Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
rest r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224) 2021-06-03 13:50:49 +01:00
scripts
server_notices Revert "Leave out optional keys from /sync (#9919)" (#9940) 2021-05-06 15:06:35 +01:00
state
storage add a cache to have_seen_event (#9953) 2021-06-01 12:04:47 +01:00
test_utils
util Rewrite the KeyRing (#10035) 2021-06-02 16:37:59 +01:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py Improved validation for received requests (#9817) 2021-04-23 19:20:44 +01:00
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Remove various bits of compatibility code for Python <3.6 (#9879) 2021-04-27 13:13:07 +01:00
utils.py