summary refs log tree commit diff
path: root/tests/test_federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-221-1/+1
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-12/+19
* Add more missing type hints to tests. (#15028)Patrick Cloke2023-02-081-36/+44
* Track when the pulled event signature fails (#13815)Eric Eastwood2022-10-031-2/+2
* Rip out auth-event reconciliation code (#12943)Richard van der Hoff2022-07-141-6/+2
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+5
* Strip unauthorized fields from `unsigned` object in events received over fede...Shay2022-01-061-0/+72
* Remove redundant parameters on `_check_event_auth` (#11292)Richard van der Hoff2021-11-101-2/+0
* Inline `_check_event_auth` for outliers (#10926)Richard van der Hoff2021-09-281-1/+0
* Get rid of `_auth_and_persist_event` (#10781)Richard van der Hoff2021-09-081-3/+12
* Split `FederationHandler` in half (#10692)Richard van der Hoff2021-08-261-3/+7
* Split `on_receive_pdu` in half (#10640)Richard van der Hoff2021-08-191-8/+2
* Clean up federation event auth code (#10539)Richard van der Hoff2021-08-061-4/+2
* Merge branch 'master' into developAndrew Morgan2021-04-201-1/+1
|\
| * Always use the name as the log ID. (#9829)Patrick Cloke2021-04-201-1/+1
* | Separate creating an event context from persisting it in the federation handl...Patrick Cloke2021-04-141-2/+4
* | Revert "Check for space membership during a remote join of a restricted room....Patrick Cloke2021-04-141-4/+2
* | Check for space membership during a remote join of a restricted room. (#9763)Patrick Cloke2021-04-141-2/+4
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
|/
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-141-1/+1
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+1
* Don't instansiate Requester directly (#8614)Erik Johnston2020-10-221-2/+2
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-29/+21
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-1/+1
* Convert the roommember database to async/await. (#8070)Patrick Cloke2020-08-121-1/+17
* Convert federation client to async/await. (#7975)Patrick Cloke2020-07-301-1/+1
* Convert device handler to async/await (#7871)Patrick Cloke2020-07-171-16/+19
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-1/+1
* Process cross-signing keys when resyncing device lists (#7594)Brendan Abolivier2020-06-011-0/+56
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-2/+2
* Retry to sync out of sync device lists (#7453)Brendan Abolivier2020-05-211-1/+62
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-2/+4
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-3/+3
* convert to async: FederationHandler.on_receive_pduRichard van der Hoff2019-12-111-5/+9
* Fixup testsErik Johnston2019-12-061-11/+5
* Factor out an _AsyncEventContextImpl (#6298)Richard van der Hoff2019-11-011-1/+3
* Review commentsErik Johnston2019-10-301-4/+7
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-1/+0
* Fix some tests which leaked logcontextsRichard van der Hoff2018-11-191-2/+2
* Clean up event accesses and testsErik Johnston2018-11-021-1/+1
* Remove redundant, failing, testRichard van der Hoff2018-09-271-106/+0
* Include eventid in log lines when processing incoming federation transactions...Richard van der Hoff2018-09-271-12/+16
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+4
* Make the rest of the .iterwhatever go away (#3562)Amber Brown2018-07-211-2/+1
* run isortAmber Brown2018-07-091-5/+5
* pep8Amber Brown2018-06-271-5/+2
* stylistic cleanupAmber Brown2018-06-271-6/+18
* cleanupsAmber Brown2018-06-271-7/+6
* handle federation not telling us about prev_eventsAmber Brown2018-06-271-0/+235