MatrixSynapse/tests
Richard van der Hoff 8165ba48b1
Return errors from `send_join` etc if the event is rejected (#10243)
Rather than persisting rejected events via `send_join` and friends, raise a 403 if someone tries to pull a fast one.
2021-06-24 16:00:08 +01:00
..
api MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
app
appservice
config Remove support for ACME v1 (#10194) 2021-06-17 18:56:48 +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 Return errors from `send_join` etc if the event is rejected (#10243) 2021-06-24 16:00:08 +01:00
handlers Improve validation for `send_{join,leave,knock}` (#10225) 2021-06-24 15:30:49 +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 Improve validation for `send_{join,leave,knock}` (#10225) 2021-06-24 15:30:49 +01:00
rest MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
scripts
server_notices Re-introduce "Leave out optional keys from /sync" change (#10214) 2021-06-23 15:57:41 +01:00
state
storage Add endpoints for backfilling history (MSC2716) (#9247) 2021-06-22 10:02:53 +01:00
test_utils
util Extend `ResponseCache` to pass a context object into the callback (#10157) 2021-06-14 10:26:09 +01:00
__init__.py
server.py Ensure that we do not cache empty sync responses after a timeout (#10158) 2021-06-17 16:23:11 +01:00
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