Commit Graph

551 Commits (f9d3665c8841335cd70325dd758b4193c462ca60)

Author SHA1 Message Date
Paul "LeoNerd" Evans 50c8e3fcda Initial (empty) test that room initialSync at least returns 200 OK 10 years ago
Erik Johnston ec824927c1 Fix rest.test_events. Convert to use SQLiteMemoryDbPool 10 years ago
Erik Johnston 4ebdb19682 Fix SQLBaseStoreTestCase 10 years ago
Erik Johnston 3cd9c02f71 Fix stream test. 10 years ago
Erik Johnston e2cebe26e8 Fix room_member storage test 10 years ago
Erik Johnston c174d19d1e Fix redaction storage test 10 years ago
Erik Johnston b01159f234 Fix room handler test 10 years ago
Erik Johnston 3791b75000 Fix a couple more storage tests 10 years ago
Erik Johnston 2fcce3b3c5 Remove stale tests 10 years ago
Erik Johnston da80ebcc6b Fix redaction storage test 10 years ago
Erik Johnston 1616df2f61 Fix typing tests 10 years ago
Erik Johnston c670ce416b Fix room tests 10 years ago
Erik Johnston f48fce8bd3 Fix profile tests 10 years ago
Erik Johnston 24e2da4557 Fix presencelike test 10 years ago
Erik Johnston 416ab4ebf0 Don't execute empty tests. Formatting. 10 years ago
Erik Johnston 34c4614682 Fix presence test 10 years ago
Erik Johnston 9e429239ab Fix Federation test 10 years ago
Erik Johnston 4a5e95511e PEP8 10 years ago
Erik Johnston dfb3d21a6d Fix room handler tests 10 years ago
Erik Johnston b0554682ed Fix federation handler tests. I've removed the invite/join dance ones as they are completely out of date. 10 years ago
Erik Johnston 7f4c7fe4e8 PEP8 10 years ago
Erik Johnston dd3711bdbd Fix tests.handlers.test_directory 10 years ago
Erik Johnston b15e8d5bbc event <-> pdu mappings are now trivial and will soon be scrapped 10 years ago
Erik Johnston 24305ba5bf Fix up federation tests 10 years ago
Mark Haines b29517bd01 Add a request-id to each log line 10 years ago
Paul "LeoNerd" Evans b1ee6fd7ed Fix an off-by-one bug in presence event stream pagination; this might be responsible for any number of bug reports 10 years ago
Mark Haines 82c5820767 keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 10 years ago
Mark Haines f5cf7ac25b SPEC-7: Rename 'ts' to 'origin_server_ts' 10 years ago
Mark Haines bb04447c44 Include hashes of previous pdus when referencing them 10 years ago
Mark Haines 66104da10c Sign outgoing PDUs. 10 years ago
Mark Haines 1c445f88f6 persist hashes and origin signatures for PDUs 10 years ago
Mark Haines 9aed791fc3 SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin from the transaction itself 10 years ago
Mark Haines 25d80f35f1 Raise a SynapseError if the authorisation header is missing or malformed 10 years ago
Mark Haines 6684855767 Verify signatures for server2server requests 10 years ago
Mark Haines 10ef8e6e4b SYN-75 sign at the request level rather than the transaction level 10 years ago
Kegan Dougal 868eb478d8 Fixed test. 10 years ago
Kegan Dougal 3db09c4d15 Still broken. 10 years ago
Kegan Dougal 83c53113af Break a test. 10 years ago
Kegan Dougal 72aef114ab Fix unit test. 10 years ago
Kegan Dougal 6045bd89fb Break unit test. 10 years ago
Mark Haines 574377636e Add a keyword argument to get_json to avoid retrying on DNS failures. Rather than passing MatrixHttpClient.RETRY_DNS_LOOKUP_FAILURES as a fake query string parameter 10 years ago
Mark Haines 4f11518934 Split PlainHttpClient into separate clients for talking to Identity servers and talking to Capatcha servers 10 years ago
Mark Haines b95a178584 SYN-75 Verify signatures on server to server transactions 10 years ago
Erik Johnston e06adc6d7e SYN-2: Allow server admins to delete room aliases 10 years ago
Erik Johnston d96cb61f26 Unbreak tests after changing storage API 10 years ago
Erik Johnston 0fdf308874 Track the IP users connect with. Add an admin column to users table. 10 years ago
Erik Johnston 72e80dbe0e Rename redaction test case to something helpful 10 years ago
Erik Johnston 59f2bef187 Fix test where we changed arguments used to call the notifier 10 years ago
Erik Johnston 24e4c48468 More tests. 10 years ago
Erik Johnston 2721f5ccc9 Add test for redactions 10 years ago