summary refs log tree commit diff
path: root/tests/test_federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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