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