summary refs log tree commit diff
path: root/tests/handlers/test_federation_event.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+4
* Add missing type hints to tests.handlers. (#14680)Patrick Cloke2022-12-161-2/+8
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-151-2/+199
* Avoid putting rejected events in room state (#13723)Sean Quah2022-09-161-0/+399
* Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-141-0/+222
* Rename test case method to `add_hashes_and_signatures_from_other_server` (#13...David Robertson2022-07-121-3/+3
* Fix inconsistencies in event validation (#13088)Richard van der Hoff2022-06-171-1/+0
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-1/+3
* Rename storage classes (#12913)Erik Johnston2022-05-311-4/+5
* Refactor `EventContext` (#12689)Erik Johnston2022-05-101-1/+3
* Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-011-0/+225