| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't wake up destination transaction queue if they're not due for retry. (#1... | Erik Johnston | 2023-09-04 | 1 | -9/+18 |
* | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 4 | -18/+18 |
* | Replace make_awaitable with AsyncMock (#16179) | Patrick Cloke | 2023-08-24 | 3 | -43/+40 |
* | Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse... | Eric Eastwood | 2023-06-20 | 1 | -2/+2 |
* | Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) | Mathieu Velten | 2023-06-16 | 1 | -13/+9 |
* | Rename blacklist/whitelist internally. (#15620) | Patrick Cloke | 2023-05-19 | 1 | -1/+1 |
* | Remove experimental configuration flags & unstable values for faster joins (#... | Patrick Cloke | 2023-05-19 | 1 | -32/+3 |
* | Finish type hints for federation client HTTP code. (#15465) | Patrick Cloke | 2023-04-24 | 1 | -5/+5 |
* | Ensure fed-sender catchup does not block for full state (#15248) | David Robertson | 2023-03-13 | 1 | -1/+86 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 2 | -5/+0 |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 4 | -58/+68 |
* | Type hints for tests.federation (#14991) | David Robertson | 2023-02-06 | 8 | -91/+125 |
* | Fix type hints in knocking tests. (#14887) | Andrew Morgan | 2023-01-25 | 1 | -3/+3 |
* | Stabilise serving partial join responses (#14839) | David Robertson | 2023-01-17 | 1 | -2/+1 |
* | Also use stable name in SendJoinResponse struct (#14841) | David Robertson | 2023-01-16 | 1 | -3/+3 |
* | Use stable identifiers for faster joins (#14832) | David Robertson | 2023-01-13 | 2 | -21/+58 |
* | Modernize unit tests configuration settings for workers. (#14568) | realtyem | 2022-12-01 | 2 | -12/+36 |
* | Use servers list approx to send read receipts when in partial state (#14549) | Mathieu Velten | 2022-11-30 | 1 | -0/+4 |
* | Include thread information when sending receipts over federation. (#14466) | Patrick Cloke | 2022-11-28 | 1 | -0/+77 |
* | Include heroes in partial join responses' state (#14442) | David Robertson | 2022-11-15 | 1 | -4/+7 |
* | Run trial tests against Python 3.11 (#13812) | David Robertson | 2022-11-01 | 1 | -0/+11 |
* | Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f... | Eric Eastwood | 2022-10-26 | 1 | -4/+8 |
* | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) | Quentin Gliech | 2022-10-25 | 1 | -29/+7 |
* | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) | dependabot[bot] | 2022-10-19 | 1 | -4/+3 |
* | Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1... | David Robertson | 2022-10-06 | 1 | -0/+37 |
* | Track when the pulled event signature fails (#13815) | Eric Eastwood | 2022-10-03 | 1 | -0/+75 |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 1 | -3/+18 |
* | Generalise the `@cancellable` annotation so it can be used on functions other... | reivilibre | 2022-08-31 | 1 | -1/+2 |
* | Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h... | Eric Eastwood | 2022-08-24 | 1 | -5/+12 |
* | Use literals in place of `HTTPStatus` constants in tests (#13463) | Dirk Klimpel | 2022-08-05 | 2 | -6/+4 |
* | Update `get_pdu` to return the original, pristine `EventBase` (#13320) | Eric Eastwood | 2022-07-20 | 1 | -12/+113 |
* | Validate federation destinations and log an error if server name is invalid. ... | Shay | 2022-07-20 | 1 | -2/+2 |
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -1/+62 |
* | Use HTTPStatus constants in place of literals in tests. (#13297) | Dirk Klimpel | 2022-07-15 | 3 | -9/+12 |
* | Rename test case method to `add_hashes_and_signatures_from_other_server` (#13... | David Robertson | 2022-07-12 | 2 | -12/+7 |
* | Clean up the test code for client disconnections (#12929) | Sean Quah | 2022-06-07 | 1 | -6/+4 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 1 | -7/+7 |
* | Reduce the amount of state we pull from the DB (#12811) | Erik Johnston | 2022-06-06 | 1 | -2/+4 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 2 | -13/+17 |
* | Make handling of federation Authorization header (more) compliant with RFC723... | Hubert Chathi | 2022-05-18 | 1 | -1/+28 |
* | Complain if a federation endpoint has the `@cancellable` flag (#12705) | Sean Quah | 2022-05-11 | 1 | -0/+2 |
* | Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet... | Sean Quah | 2022-05-11 | 2 | -0/+125 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 2 | -2/+2 |
* | Back out implementation of MSC2314 (#12474) | Richard van der Hoff | 2022-04-19 | 1 | -39/+2 |
* | Only send out device list updates for our own users (#12465) | Erik Johnston | 2022-04-14 | 1 | -1/+42 |
* | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 1 | -8/+0 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 1 | -6/+17 |
* | Remove references to "msc2403" (#12165) | Andrew Morgan | 2022-03-30 | 1 | -2/+1 |
* | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 1 | -4/+48 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 1 | -1/+19 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 4 | -18/+18 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 4 | -18/+20 |
* | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 1 | -0/+149 |
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 1 | -0/+32 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 1 | -0/+148 |
* | Tests: replace mocked Authenticator with the real thing (#11913) | Richard van der Hoff | 2022-02-11 | 4 | -10/+8 |
* | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 2022-01-04 | 1 | -0/+9 |
* | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 1 | -2/+3 |
* | Add missing copyright header. (#11460) | Patrick Cloke | 2021-11-30 | 1 | -0/+14 |
* | Add a test case for the SendJoinParser (#11441) | David Robertson | 2021-11-29 | 1 | -0/+50 |
* | Fix errors in Synapse logs from unit tests. (#10939) | Patrick Cloke | 2021-09-30 | 1 | -3/+3 |
* | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
* | Split `FederationHandler` in half (#10692) | Richard van der Hoff | 2021-08-26 | 1 | -1/+1 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 5 | -5/+5 |
* | Return errors from `send_join` etc if the event is rejected (#10243) | Richard van der Hoff | 2021-06-24 | 1 | -3/+1 |
* | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 1 | -13/+9 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -0/+302 |
* | Merge pull request from GHSA-x345-32rc-8h85 | Richard van der Hoff | 2021-05-11 | 1 | -0/+19 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 4 | -4/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 3 | -5/+3 |
* | Make federation catchup send last event from any server. (#9640) | Erik Johnston | 2021-03-18 | 1 | -0/+49 |
* | Don't go into federation catch up mode so easily (#9561) | Erik Johnston | 2021-03-15 | 1 | -1/+2 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 2 | -7/+12 |
* | Fix RoomDirectoryFederationTests and make them actually run (#8998) | Andrew Morgan | 2020-12-30 | 2 | -21/+18 |
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 3 | -11/+7 |
* | Remove redundant `HomeserverTestCase.render` | Richard van der Hoff | 2020-11-16 | 3 | -7/+0 |
* | Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322) | reivilibre | 2020-09-18 | 1 | -0/+99 |
* | Catch-up after Federation Outage (split, 4): catch-up loop (#8272) | reivilibre | 2020-09-15 | 1 | -0/+165 |
* | Merge tag 'v1.20.0rc3' into develop | Patrick Cloke | 2020-09-11 | 1 | -0/+33 |
|\ |
|
| * | Fix the exception that is raised when invalid JSON is encountered. (#8291) | Patrick Cloke | 2020-09-10 | 1 | -0/+33 |
* | | Allow for make_awaitable's return value to be re-used. (#8261) | Patrick Cloke | 2020-09-08 | 2 | -21/+11 |
* | | Add tests for `last_successful_stream_ordering` (#8258) | reivilibre | 2020-09-07 | 1 | -0/+76 |
* | | Catch-up after Federation Outage (split, 1) (#8230) | reivilibre | 2020-09-04 | 1 | -0/+82 |
|/ |
|
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Do not yield on awaitables in tests. (#8193) | Patrick Cloke | 2020-08-27 | 1 | -4/+2 |
* | Fix unawaited coroutine error in tests. (#8072) | Patrick Cloke | 2020-08-13 | 1 | -10/+20 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 2 | -15/+16 |
* | Option to allow server admins to join complex rooms (#7902) | lugino-emeritus | 2020-07-28 | 1 | -0/+109 |
* | Convert state resolution to async/await (#7942) | Patrick Cloke | 2020-07-24 | 1 | -12/+7 |
* | Add option to enable encryption by default for new rooms (#7639) | Andrew Morgan | 2020-06-10 | 1 | -1/+5 |
* | Fix encryption algorithm typos in tests/comments (#7637) | Andrew Morgan | 2020-06-04 | 1 | -1/+1 |
* | Add ability to wait for replication streams (#7542) | Erik Johnston | 2020-05-22 | 1 | -2/+6 |
* | Fix device list update stream ids going backward (#7158) | Richard van der Hoff | 2020-04-03 | 1 | -0/+6 |
* | Rewrite prune_old_outbound_device_pokes for efficiency (#7159) | Richard van der Hoff | 2020-03-30 | 1 | -0/+92 |
* | Add tests for outbound device pokes | Richard van der Hoff | 2020-03-27 | 1 | -3/+300 |
* | Remove spurious "name" parameter to `default_config` | Richard van der Hoff | 2020-03-24 | 1 | -2/+2 |
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) | Patrick Cloke | 2020-02-21 | 1 | -1/+1 |
* | Add a `make_event_from_dict` method (#6858) | Richard van der Hoff | 2020-02-07 | 1 | -2/+2 |
* | privacy by default for room dir (#6355) | Neil Johnson | 2019-12-04 | 1 | -0/+52 |
* | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 3 | -26/+69 |
* | Remove test debugs | Erik Johnston | 2019-08-20 | 1 | -1/+0 |
* | Room Complexity Client Implementation (#5783) | Amber Brown | 2019-07-30 | 1 | -3/+74 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 2 | -25/+25 |
* | Implement the SHHS complexity API (#5216) | Amber Brown | 2019-05-30 | 1 | -0/+90 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -47/+66 |
* | Batch up outgoing read-receipts to reduce federation traffic. (#4890) | Richard van der Hoff | 2019-03-20 | 1 | -0/+128 |
* | Run black. | black | 2018-08-10 | 1 | -15/+11 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -0/+1 |
* | Implementation of server_acls | Richard van der Hoff | 2018-07-04 | 2 | -0/+57 |
* | Remove redundated BaseHomeServer | Erik Johnston | 2016-01-26 | 2 | -303/+0 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Update tests | Erik Johnston | 2015-11-17 | 1 | -0/+2 |
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -3/+7 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -8/+3 |
* | Supply auth_chain along with current state in '/state/', fetch auth events fr... | Mark Haines | 2014-12-18 | 1 | -0/+2 |
* | Fix replication tests | Erik Johnston | 2014-12-11 | 1 | -12/+6 |
* | fix UTs by telling all the mock stores about the new methods for tracking ret... | Matthew Hodgson | 2014-12-09 | 1 | -0/+5 |
* | replace user_id with sender | Mark Haines | 2014-11-19 | 1 | -0/+3 |
* | Merge PDUs and Events into one object | Mark Haines | 2014-11-14 | 1 | -4/+4 |
* | SYN-103: Remove "origin" and "destination" keys from edus | Mark Haines | 2014-11-13 | 1 | -3/+0 |
* | event <-> pdu mappings are now trivial and will soon be scrapped | Erik Johnston | 2014-11-04 | 1 | -167/+0 |
* | Fix up federation tests | Erik Johnston | 2014-11-04 | 1 | -114/+124 |
* | Merge branch 'develop' into event_signing | Mark Haines | 2014-10-17 | 2 | -7/+7 |
|\ |
|
| * | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... | Mark Haines | 2014-10-17 | 1 | -2/+2 |
| * | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 2014-10-17 | 2 | -9/+9 |
* | | Include hashes of previous pdus when referencing them | Mark Haines | 2014-10-16 | 2 | -3/+3 |
* | | Sign outgoing PDUs. | Mark Haines | 2014-10-16 | 1 | -3/+10 |
* | | persist hashes and origin signatures for PDUs | Mark Haines | 2014-10-15 | 1 | -1/+3 |
|/ |
|
* | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr... | Mark Haines | 2014-10-14 | 1 | -0/+1 |
* | Verify signatures for server2server requests | Mark Haines | 2014-10-13 | 1 | -0/+1 |
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 1 | -2/+2 |
* | Merge branch develop into server2server_signing | Mark Haines | 2014-10-13 | 1 | -2/+3 |
|\ |
|
| * | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 2014-10-02 | 1 | -2/+3 |
* | | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 1 | -0/+1 |
* | | Sign federation transactions | Mark Haines | 2014-09-24 | 1 | -1/+4 |
|/ |
|
* | Fix unit tests after adding extra argument on put_json | Erik Johnston | 2014-09-15 | 1 | -3/+6 |
* | Have all unit tests import from our own subclass of trial's unittest TestCase... | Paul "LeoNerd" Evans | 2014-09-12 | 2 | -6/+2 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 2 | -2/+2 |
* | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 2014-08-31 | 1 | -9/+9 |
* | Move pdu and event persistence into a single persist_event function | Mark Haines | 2014-08-26 | 1 | -1/+1 |
* | Rename MockHttpServer to MockHttpResource as it stands for one server resourc... | Paul "LeoNerd" Evans | 2014-08-19 | 1 | -9/+9 |
* | Removed http_server from HomeServer. Updated unit tests to use either resourc... | Kegan Dougal | 2014-08-14 | 1 | -1/+1 |
* | Move MockClock into tests.utils so we can reĆ¼se it | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -11/+1 |
* | Define the concept of a 'federation Query'; creating API for making and handl... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -0/+38 |
* | Namespace all the Federation HTTP URLs to /matrix/federation/v1/... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -7/+8 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 2 | -0/+28 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 3 | -0/+386 |