summary refs log tree commit diff
path: root/tests/federation (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return errors from `send_join` etc if the event is rejected (#10243)Richard van der Hoff2021-06-241-3/+1
* Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-151-13/+9
* Implement knock feature (#6739)Sorunome2021-06-091-0/+302
* Merge pull request from GHSA-x345-32rc-8h85Richard van der Hoff2021-05-111-0/+19
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-144-4/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-093-5/+3
* Make federation catchup send last event from any server. (#9640)Erik Johnston2021-03-181-0/+49
* Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-1/+2
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-162-7/+12
* Fix RoomDirectoryFederationTests and make them actually run (#8998)Andrew Morgan2020-12-302-21/+18
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-153-11/+7
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-163-7/+0
* Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre2020-09-181-0/+99
* Catch-up after Federation Outage (split, 4): catch-up loop (#8272)reivilibre2020-09-151-0/+165
* Merge tag 'v1.20.0rc3' into developPatrick Cloke2020-09-111-0/+33
|\
| * Fix the exception that is raised when invalid JSON is encountered. (#8291)Patrick Cloke2020-09-101-0/+33
* | Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-082-21/+11
* | Add tests for `last_successful_stream_ordering` (#8258)reivilibre2020-09-071-0/+76
* | Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-0/+82
|/
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-271-4/+2
* Fix unawaited coroutine error in tests. (#8072)Patrick Cloke2020-08-131-10/+20
* Convert federation client to async/await. (#7975)Patrick Cloke2020-07-302-15/+16
* Option to allow server admins to join complex rooms (#7902)lugino-emeritus2020-07-281-0/+109
* Convert state resolution to async/await (#7942)Patrick Cloke2020-07-241-12/+7
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-101-1/+5
* Fix encryption algorithm typos in tests/comments (#7637)Andrew Morgan2020-06-041-1/+1
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-2/+6
* Fix device list update stream ids going backward (#7158)Richard van der Hoff2020-04-031-0/+6
* Rewrite prune_old_outbound_device_pokes for efficiency (#7159)Richard van der Hoff2020-03-301-0/+92
* Add tests for outbound device pokesRichard van der Hoff2020-03-271-3/+300
* Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-241-2/+2
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-2/+2
* privacy by default for room dir (#6355)Neil Johnson2019-12-041-0/+52
* Implementation of MSC2314 (#6176)Amber Brown2019-11-283-26/+69
* Remove test debugsErik Johnston2019-08-201-1/+0
* Room Complexity Client Implementation (#5783)Amber Brown2019-07-301-3/+74
* Run Black. (#5482)Amber Brown2019-06-202-25/+25
* Implement the SHHS complexity API (#5216)Amber Brown2019-05-301-0/+90
* Run Black on the tests again (#5170)Amber Brown2019-05-101-47/+66
* Batch up outgoing read-receipts to reduce federation traffic. (#4890)Richard van der Hoff2019-03-201-0/+128
* Run black.black2018-08-101-15/+11
* run isortAmber Brown2018-07-091-0/+1
* Implementation of server_aclsRichard van der Hoff2018-07-042-0/+57
* Remove redundated BaseHomeServerErik Johnston2016-01-262-303/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Update testsErik Johnston2015-11-171-0/+2
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-3/+7
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-8/+3
* Supply auth_chain along with current state in '/state/', fetch auth events fr...Mark Haines2014-12-181-0/+2
* Fix replication testsErik Johnston2014-12-111-12/+6
* fix UTs by telling all the mock stores about the new methods for tracking ret...Matthew Hodgson2014-12-091-0/+5
* replace user_id with senderMark Haines2014-11-191-0/+3
* Merge PDUs and Events into one objectMark Haines2014-11-141-4/+4
* SYN-103: Remove "origin" and "destination" keys from edusMark Haines2014-11-131-3/+0
* event <-> pdu mappings are now trivial and will soon be scrappedErik Johnston2014-11-041-167/+0
* Fix up federation testsErik Johnston2014-11-041-114/+124
* Merge branch 'develop' into event_signingMark Haines2014-10-172-7/+7
|\
| * keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ...Mark Haines2014-10-171-2/+2
| * SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines2014-10-172-9/+9
* | Include hashes of previous pdus when referencing themMark Haines2014-10-162-3/+3
* | Sign outgoing PDUs.Mark Haines2014-10-161-3/+10
* | persist hashes and origin signatures for PDUsMark Haines2014-10-151-1/+3
|/
* SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr...Mark Haines2014-10-141-0/+1
* Verify signatures for server2server requestsMark Haines2014-10-131-0/+1
* SYN-75 sign at the request level rather than the transaction levelMark Haines2014-10-131-2/+2
* Merge branch develop into server2server_signingMark Haines2014-10-131-2/+3
|\
| * Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ...Mark Haines2014-10-021-2/+3
* | SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-0/+1
* | Sign federation transactionsMark Haines2014-09-241-1/+4
|/
* Fix unit tests after adding extra argument on put_jsonErik Johnston2014-09-151-3/+6
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-122-6/+2
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-032-2/+2
* change the world: make the default matrix API URL prefix /_matrix rather than...Matthew Hodgson2014-08-311-9/+9
* Move pdu and event persistence into a single persist_event functionMark Haines2014-08-261-1/+1
* Rename MockHttpServer to MockHttpResource as it stands for one server resourc...Paul "LeoNerd" Evans2014-08-191-9/+9
* Removed http_server from HomeServer. Updated unit tests to use either resourc...Kegan Dougal2014-08-141-1/+1
* Move MockClock into tests.utils so we can reĆ¼se itPaul "LeoNerd" Evans2014-08-131-11/+1
* Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans2014-08-131-0/+38
* Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans2014-08-131-7/+8
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-132-0/+28
* Reference Matrix Home Servermatrix.org2014-08-123-0/+386