| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement new send endpoint. | Patrick Cloke | 2023-07-17 | 1 | -0/+45 |
* | Implement new invite endpoint. | Patrick Cloke | 2023-07-17 | 1 | -0/+9 |
* | Implement new send_{join,leave,knock} endpoints. | Patrick Cloke | 2023-07-17 | 1 | -0/+41 |
* | Implement new event and backfill endpoints. | Patrick Cloke | 2023-07-17 | 1 | -0/+62 |
* | Add requesting user id parameter to key claim methods in `TransportLayerClien... | Shay | 2023-05-24 | 1 | -3/+13 |
* | Remove experimental configuration flags & unstable values for faster joins (#... | Patrick Cloke | 2023-05-19 | 1 | -26/+3 |
* | Factor out an `is_mine_server_name` method (#15542) | Sean Quah | 2023-05-05 | 1 | -2/+2 |
* | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 2023-04-27 | 1 | -3/+46 |
* | Finish type hints for federation client HTTP code. (#15465) | Patrick Cloke | 2023-04-24 | 1 | -4/+13 |
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 1 | -4/+4 |
* | Bump the client-side timeout for /state (#14912) | David Robertson | 2023-01-25 | 1 | -0/+4 |
* | Add parameter to control whether we do a partial state join (#14843) | Sean Quah | 2023-01-16 | 1 | -2/+5 |
* | Also use stable name in SendJoinResponse struct (#14841) | David Robertson | 2023-01-16 | 1 | -7/+9 |
* | Use stable identifiers for faster joins (#14832) | David Robertson | 2023-01-13 | 1 | -0/+18 |
* | Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) | Eric Eastwood | 2022-11-28 | 1 | -3/+2 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 1 | -6/+5 |
* | Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1... | David Robertson | 2022-10-06 | 1 | -4/+25 |
* | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 1 | -1/+1 |
* | Remove federation client code for groups. (#12563) | Patrick Cloke | 2022-05-27 | 1 | -483/+0 |
* | Merge tag 'v1.60.0rc2' into develop | Sean Quah | 2022-05-27 | 1 | -2/+7 |
|\ |
|
| * | Close `ijson` coroutines ourselves instead of letting the GC close them (#12875) | Sean Quah | 2022-05-27 | 1 | -2/+7 |
* | | Allow bigger responses to `/federation/v1/state` (#12877) | Richard van der Hoff | 2022-05-25 | 1 | -7/+8 |
|/ |
|
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 1 | -5/+5 |
* | Remove the unstable event field for `/send_join` per MSC3083. (#12395) | Patrick Cloke | 2022-04-12 | 1 | -10/+0 |
* | Unify HTTP query parameter type hints (#12415) | David Robertson | 2022-04-08 | 1 | -2/+3 |
* | Fix fetching public rooms over federation (#12410) | Erik Johnston | 2022-04-07 | 1 | -1/+1 |
* | Fix a spec compliance issue where requests to the `/publicRooms` federation A... | reivilibre | 2022-04-05 | 1 | -2/+2 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -33/+0 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 1 | -1/+18 |
* | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 1 | -3/+67 |
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 1 | -31/+87 |
* | Remove `log_function` and its uses (#11761) | Richard van der Hoff | 2022-01-18 | 1 | -48/+0 |
* | Add most of the missing type hints to `synapse.federation`. (#11483) | Patrick Cloke | 2021-12-02 | 1 | -7/+13 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 1 | -0/+36 |
* | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 1 | -4/+18 |
* | Return the stable `event` field from `/send_join` per MSC3083. (#11413) | Patrick Cloke | 2021-11-29 | 1 | -1/+12 |
* | Add `use_float=true` to ijson calls in Synapse (#11217) | Shay | 2021-11-01 | 1 | -0/+3 |
* | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 1 | -4/+18 |
* | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 2021-08-16 | 1 | -0/+22 |
* | Convert Transaction and Edu object to attrs (#10542) | Patrick Cloke | 2021-08-06 | 1 | -1/+1 |
* | Update the MSC3083 support to verify if joins are from an authorized server. ... | Patrick Cloke | 2021-07-26 | 1 | -1/+29 |
* | Add type hints to synapse.federation.transport.client. (#10408) | Patrick Cloke | 2021-07-26 | 1 | -201/+298 |
* | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 1 | -4/+4 |
* | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 1 | -24/+3 |
* | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 1 | -3/+59 |
* | Allow response of `/send_join` to be larger. (#10093) | Erik Johnston | 2021-05-28 | 1 | -0/+7 |
* | Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958) | Erik Johnston | 2021-05-20 | 1 | -4/+81 |
* | Support fetching the spaces summary via GET over federation. (#9947) | Patrick Cloke | 2021-05-11 | 1 | -0/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Spaces summary: call out to other servers (#9653) | Richard van der Hoff | 2021-03-24 | 1 | -1/+34 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -56/+30 |
* | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
* | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 1 | -1/+1 |
* | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -56/+40 |
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 1 | -1/+1 |
* | Replace all remaining six usage with native Python 3 equivalents (#7704) | Dagfinn Ilmari Mannsåker | 2020-06-16 | 1 | -2/+1 |
* | Further improvements to requesting the public rooms list on a homeserver whic... | Andrew Morgan | 2020-05-01 | 1 | -14/+42 |
* | Query missing cross-signing keys on local sig upload (#7289) | Andrew Morgan | 2020-04-22 | 1 | -9/+40 |
* | Revert "Query missing cross-signing keys on local sig upload" | Richard van der Hoff | 2020-04-20 | 1 | -11/+3 |
* | Query missing cross-signing keys on local sig upload | Andrew Morgan | 2020-04-17 | 1 | -3/+11 |
* | Fix sending server up commands from workers (#6811) | Erik Johnston | 2020-01-30 | 1 | -1/+4 |
* | Merge pull request #6349 from matrix-org/babolivier/msc1802 | Brendan Abolivier | 2019-12-11 | 1 | -2/+31 |
|\ |
|
| * | Merge branch 'develop' into babolivier/msc1802 | Brendan Abolivier | 2019-12-05 | 1 | -3/+3 |
| |\ |
|
| * | | Implement v2 API for send_leave | Brendan Abolivier | 2019-11-11 | 1 | -1/+19 |
| * | | Implement v2 API for send_join | Brendan Abolivier | 2019-11-11 | 1 | -1/+12 |
* | | | Remove fallback for missing /federation/v1/state_ids API (#6488) | Richard van der Hoff | 2019-12-09 | 1 | -24/+0 |
| |/
|/| |
|
* | | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 1 | -3/+3 |
|/ |
|
* | use %r to __repr__ objects | Michael Kaye | 2019-10-24 | 1 | -2/+2 |
* | rip out some unreachable code | Richard van der Hoff | 2019-10-17 | 1 | -11/+0 |
* | Use MSC2197 on stable prefix as it has almost finished FCP | Olivier Wilkinson (reivilibre) | 2019-08-20 | 1 | -2/+2 |
* | Support MSC2197 outbound with unstable prefix | Olivier Wilkinson (reivilibre) | 2019-08-15 | 1 | -15/+31 |
* | Room Complexity Client Implementation (#5783) | Amber Brown | 2019-07-30 | 1 | -7/+24 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -15/+15 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -160/+134 |
* | Make federation endpoints more tolerant of trailing slashes v2 (#4935) | Andrew Morgan | 2019-03-26 | 1 | -1/+1 |
* | Remove trailing slashes from outbound federation requests and retry on 400 (#... | Andrew Morgan | 2019-03-21 | 1 | -7/+14 |
|\ |
|
| * | Switch to wrapper function around _send_request | Andrew Morgan | 2019-03-13 | 1 | -5/+5 |
| * | Cleaner way of implementing trailing slashes | Andrew Morgan | 2019-03-12 | 1 | -5/+10 |
| * | lint | Andrew Morgan | 2019-03-08 | 1 | -1/+3 |
| * | Retry certain federation requests on 404 | Andrew Morgan | 2019-03-08 | 1 | -5/+5 |
| * | Remove trailing slashes from outbound federation requests | Andrew Morgan | 2019-03-08 | 1 | -7/+7 |
* | | Revert "Make federation endpoints more tolerant of trailing slashes for some ... | Erik Johnston | 2019-03-14 | 1 | -1/+1 |
* | | Make federation endpoints more tolerant of trailing slashes for some endpoint... | Andrew Morgan | 2019-03-11 | 1 | -1/+1 |
|/ |
|
* | Implement fallback for V2 invite API | Erik Johnston | 2019-01-28 | 1 | -2/+37 |
* | Add groundwork for new versions of federation APIs | Erik Johnston | 2019-01-15 | 1 | -65/+67 |
* | Various cleanups in the federation client code (#4031) | Richard van der Hoff | 2018-10-16 | 1 | -8/+11 |
* | Port federation/ to py3 (#3847) | Amber Brown | 2018-09-12 | 1 | -2/+3 |
* | Merge pull request #3735 from matrix-org/travis/federation-spelling | Richard van der Hoff | 2018-08-22 | 1 | -1/+1 |
|\ |
|
| * | limt -> limit | Travis Ralston | 2018-07-31 | 1 | -1/+1 |
* | | include known room versions in outgoing make_joins | Richard van der Hoff | 2018-08-06 | 1 | -1/+4 |
|/ |
|
* | run isort | Amber Brown | 2018-07-09 | 1 | -5/+4 |
* | Ensure slashes are escaped | Erik Johnston | 2018-04-10 | 1 | -1/+1 |
* | URL quote path segments over federation | Erik Johnston | 2018-04-10 | 1 | -48/+80 |
* | pep8 | Luke Barnard | 2018-04-06 | 1 | -1/+1 |
* | Fix federation client `set_group_joinable` typo | Luke Barnard | 2018-04-06 | 1 | -1/+1 |
* | Implement group join API | David Baker | 2018-04-06 | 1 | -0/+13 |
* | use PUT instead of POST for federating groups/m.join_policy | Krombel | 2018-04-06 | 1 | -1/+1 |
* | Use "/settings/" (plural) | Luke Barnard | 2018-04-05 | 1 | -1/+1 |
* | Use join_policy API instead of joinable | Luke Barnard | 2018-04-03 | 1 | -2/+2 |
* | pep8 | David Baker | 2018-03-28 | 1 | -2/+1 |
* | Add joinability for groups | David Baker | 2018-03-28 | 1 | -0/+17 |
* | Add federation_domain_whitelist option (#2820) | Matthew Hodgson | 2018-01-22 | 1 | -0/+3 |
* | Have an explicit API to update room config | Erik Johnston | 2017-11-08 | 1 | -0/+14 |
* | Revert "Modify group room association API to allow modification of is_public" | Erik Johnston | 2017-11-08 | 1 | -5/+4 |
* | Update docs for updating room group association | Luke Barnard | 2017-11-01 | 1 | -1/+1 |
* | Flake8 | Luke Barnard | 2017-10-31 | 1 | -3/+4 |
* | Modify group room association API to allow modification of is_public | Luke Barnard | 2017-10-31 | 1 | -2/+2 |
* | Correctly wire in update group profile over federation | Erik Johnston | 2017-10-23 | 1 | -0/+20 |
* | Implement GET /groups/$groupId/invited_users | Luke Barnard | 2017-10-16 | 1 | -0/+13 |
* | Fix typo in invite to group | Erik Johnston | 2017-10-11 | 1 | -1/+1 |
* | Add remove room API | Erik Johnston | 2017-09-26 | 1 | -0/+12 |
* | Add bulk group publicised lookup API | Erik Johnston | 2017-08-09 | 1 | -0/+15 |
* | Comments | Erik Johnston | 2017-07-18 | 1 | -0/+40 |
* | Fix typos | Erik Johnston | 2017-07-18 | 1 | -2/+2 |
* | Add client apis | Erik Johnston | 2017-07-18 | 1 | -9/+187 |
* | Add local group server support | Erik Johnston | 2017-07-17 | 1 | -0/+77 |
* | Comment | Erik Johnston | 2017-07-11 | 1 | -0/+12 |
* | Initial group server implementation | Erik Johnston | 2017-07-10 | 1 | -0/+34 |
* | Try harder when sending leave events | Richard van der Hoff | 2017-04-21 | 1 | -1/+19 |
* | Fix some lies, and other clarifications, in docstrings | Richard van der Hoff | 2017-04-21 | 1 | -0/+20 |
* | Ignore backoff history for invites, aliases, and roomdirs | Richard van der Hoff | 2017-03-23 | 1 | -1/+5 |
* | push federation retry limiter down to matrixfederationclient | Richard van der Hoff | 2017-03-23 | 1 | -0/+1 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -0/+26 |
* | limit total timeout for get_missing_events to 10s | Matthew Hodgson | 2016-12-31 | 1 | -2/+3 |
* | Add new API appservice specific public room list | Erik Johnston | 2016-12-06 | 1 | -2/+7 |
* | Support filtering remote room lists | Erik Johnston | 2016-09-16 | 1 | -1/+4 |
* | Pass since/from parameters over federation | Erik Johnston | 2016-09-15 | 1 | -1/+8 |
* | Add a timeout parameter for end2end key queries. | Mark Haines | 2016-09-12 | 1 | -2/+4 |
* | Add /state_ids federation API | Erik Johnston | 2016-08-03 | 1 | -0/+22 |
* | Basic, un-cached support for secondary_directory_servers | David Baker | 2016-05-31 | 1 | -0/+12 |
* | Lower timeout for make_membership_event | Erik Johnston | 2016-04-15 | 1 | -1/+2 |
* | Add profile information to invites | Erik Johnston | 2016-03-04 | 1 | -0/+1 |
* | Remove redundated BaseHomeServer | Erik Johnston | 2016-01-26 | 1 | -0/+4 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Only retry federation requests for a long time for background requests | Erik Johnston | 2015-11-17 | 1 | -0/+1 |
* | Exchange 3pid invites for m.room.member invites | Daniel Wagner-Hall | 2015-11-05 | 1 | -2/+14 |
* | Allow rejecting invites | Daniel Wagner-Hall | 2015-10-20 | 1 | -2/+22 |
* | Implement third party identifier invites | Daniel Wagner-Hall | 2015-10-01 | 1 | -2/+3 |
* | Get the end-to-end key federation working | Mark Haines | 2015-07-24 | 1 | -2/+2 |
* | Add federation support for end-to-end key requests | Mark Haines | 2015-07-23 | 1 | -0/+70 |
* | Add doc strings | Erik Johnston | 2015-05-22 | 1 | -0/+2 |
* | Add a timeout param to get_event | Erik Johnston | 2015-05-19 | 1 | -2/+2 |
* | Implement and use new batched get missing pdu | Erik Johnston | 2015-02-23 | 1 | -0/+19 |
* | Apply sanity to the transport client interface. Convert 'make_join' and 'send... | Erik Johnston | 2015-02-04 | 1 | -26/+16 |
* | Initial implementation of auth conflict resolution | Erik Johnston | 2015-01-29 | 1 | -0/+16 |
* | Finish renaming "context" to "room_id" in federation codebase | Mark Haines | 2015-01-16 | 1 | -28/+19 |
* | Fold _do_request_for_transaction into the methods that called it since it was... | Mark Haines | 2015-01-16 | 1 | -44/+11 |
* | Split transport layer into client and server parts | Mark Haines | 2015-01-16 | 1 | -0/+257 |