| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use direct references for configuration variables (part 6). (#10916) | Patrick Cloke | 2021-09-29 | 1 | -1/+1 |
| * | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+3 |
| * | Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10... | Patrick Cloke | 2021-08-16 | 1 | -4/+18 |
| * | Experimental support for MSC3266 Room Summary API. (#10394) | Michael Telatynski | 2021-08-16 | 1 | -2/+2 |
| * | Split `synapse.federation.transport.server` into multiple files. (#10590) | Patrick Cloke | 2021-08-16 | 6 | -2158/+2218 |
| * | Support federation in the new spaces summary API (MSC2946). (#10569) | Patrick Cloke | 2021-08-16 | 2 | -0/+50 |
| * | Convert Transaction and Edu object to attrs (#10542) | Patrick Cloke | 2021-08-06 | 2 | -11/+2 |
| * | 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 |
| * | Add type hints to additional servlet functions (#10437) | Patrick Cloke | 2021-07-21 | 1 | -11/+2 |
| * | Use inline type hints in various other places (in `synapse/`) (#10380) | Jonathan de Jong | 2021-07-15 | 2 | -17/+15 |
| * | Add type hints to get_domain_from_id and get_localpart_from_id. (#10385) | Patrick Cloke | 2021-07-13 | 1 | -24/+72 |
| * | Add additional types to the federation transport server. (#10213) | Patrick Cloke | 2021-06-28 | 1 | -114/+474 |
| * | Improve validation for `send_{join,leave,knock}` (#10225) | Richard van der Hoff | 2021-06-24 | 1 | -6/+6 |
| * | Expose opentracing trace id in response headers (#10199) | Richard van der Hoff | 2021-06-18 | 1 | -0/+3 |
| * | Remove the experimental flag for knocking and use stable prefixes / endpoints... | Patrick Cloke | 2021-06-15 | 2 | -44/+5 |
| * | Implement knock feature (#6739) | Sorunome | 2021-06-09 | 2 | -7/+107 |
| * | Add type hints to the federation server transport. (#10080) | Patrick Cloke | 2021-06-08 | 1 | -69/+163 |
| * | Rewrite the KeyRing (#10035) | Erik Johnston | 2021-06-02 | 1 | -1/+3 |
| * | Merge branch 'master' into develop | Andrew Morgan | 2021-06-01 | 1 | -0/+7 |
| |\ |
|
| | * | Allow response of `/send_join` to be larger. (#10093) | Erik Johnston | 2021-05-28 | 1 | -0/+7 |
| * | | Set opentracing priority before setting other tags (#10092) | Richard van der Hoff | 2021-05-28 | 1 | -1/+2 |
| * | | Merge tag 'v1.35.0rc2' into develop | Erik Johnston | 2021-05-27 | 1 | -1/+1 |
| |\| |
|
| | * | Pass the origin when calculating the spaces summary over GET. (#10079) | Patrick Cloke | 2021-05-27 | 1 | -1/+1 |
| * | | Remove the experimental spaces enabled flag. (#10063) | Patrick Cloke | 2021-05-26 | 1 | -7/+6 |
| |/ |
|
| * | Don't hammer the database for destination retry timings every ~5mins (#10036) | Erik Johnston | 2021-05-21 | 1 | -1/+1 |
| * | Use ijson to parse the response to `/send_join`, reducing memory usage. (#9958) | Erik Johnston | 2021-05-20 | 1 | -4/+81 |
| * | Allow a user who could join a restricted room to see it in spaces summary. (#... | Patrick Cloke | 2021-05-20 | 1 | -1/+1 |
| * | Support fetching the spaces summary via GET over federation. (#9947) | Patrick Cloke | 2021-05-11 | 2 | -0/+27 |
| * | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 3 | -3/+0 |
| * | Fix duplicate logging of exceptions in transaction processing (#9780) | Richard van der Hoff | 2021-04-09 | 1 | -7/+3 |
| * | Add type hints to the federation handler and server. (#9743) | Patrick Cloke | 2021-04-06 | 1 | -2/+2 |
| * | Spaces summary: call out to other servers (#9653) | Richard van der Hoff | 2021-03-24 | 1 | -1/+34 |
| * | Federation API for Space summary (#9652) | Richard van der Hoff | 2021-03-23 | 1 | -9/+58 |
| * | Add configs to make profile data more private (#9203) | AndrewFerr | 2021-02-19 | 1 | -4/+3 |
| * | Add type hints to groups code. (#9393) | Patrick Cloke | 2021-02-17 | 1 | -2/+39 |
| * | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 2 | -96/+54 |
| * | Support icons for Identity Providers (#9154) | Richard van der Hoff | 2021-01-20 | 1 | -1/+1 |
| * | Add type hints to the crypto module. (#8999) | Patrick Cloke | 2021-01-04 | 1 | -1/+1 |
| * | Merge pull request #8858 from matrix-org/rav/sso_uia | Richard van der Hoff | 2020-12-02 | 1 | -1/+1 |
| |\ |
|
| | * | fix up various test cases | Richard van der Hoff | 2020-12-02 | 1 | -1/+1 |
| * | | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -1/+1 |
| |/ |
|
| * | Consistently use room_id from federation request body (#8776) | Richard van der Hoff | 2020-11-19 | 1 | -35/+33 |
| * | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -1/+1 |
| * | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -7/+3 |
| * | Fix ratelimiting for federation `/send` requests. (#8342) | Erik Johnston | 2020-09-18 | 1 | -5/+8 |
| * | Stop sub-classing object (#8249) | Patrick Cloke | 2020-09-04 | 2 | -3/+3 |
| * | Convert federation client to async/await. (#7975) | Patrick Cloke | 2020-07-30 | 1 | -56/+40 |
| * | Abort federation requests if the client disconnects early (#7930) | Richard van der Hoff | 2020-07-23 | 1 | -0/+6 |
| * | Convert room list handler to async/await. (#7912) | Patrick Cloke | 2020-07-21 | 1 | -8/+2 |
| * | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 2 | -3/+3 |
| * | Merge different Resource implementation classes (#7732) | Erik Johnston | 2020-07-03 | 1 | -5/+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 |
| * | Remove unused federation endpoint (`query_auth`) (#7026) | Patrick Cloke | 2020-03-17 | 1 | -12/+0 |
| * | Reduce amount of logging at INFO level. (#6862) | Erik Johnston | 2020-02-06 | 1 | -1/+1 |
| * | Fix `room_version` in `on_invite_request` flow (#6827) | Richard van der Hoff | 2020-02-03 | 1 | -2/+2 |
| * | Fix sending server up commands from workers (#6811) | Erik Johnston | 2020-01-30 | 2 | -12/+19 |
| * | Wake up transaction queue when remote server comes back online (#6706) | Erik Johnston | 2020-01-17 | 1 | -1/+18 |
| * | Merge pull request #6349 from matrix-org/babolivier/msc1802 | Brendan Abolivier | 2019-12-11 | 2 | -6/+59 |
| |\ |
|
| | * | Merge branch 'develop' into babolivier/msc1802 | Brendan Abolivier | 2019-12-05 | 3 | -9/+9 |
| | |\ |
|
| | * | | Fix prefix for v2/send_leave | Brendan Abolivier | 2019-11-11 | 1 | -0/+2 |
| | * | | Add server-side support to the v2 API | Brendan Abolivier | 2019-11-11 | 1 | -4/+26 |
| | * | | 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 |
| | |/
|/| |
|
| * | | Implementation of MSC2314 (#6176) | Amber Brown | 2019-11-28 | 1 | -3/+3 |
| * | | Replace instance variations of homeserver with correct case/spacing | Andrew Morgan | 2019-11-12 | 3 | -6/+6 |
| |/ |
|
| * | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -3/+5 |
| * | 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 |
| * | Land improved room list based on room stats (#6019) | Erik Johnston | 2019-10-02 | 1 | -0/+8 |
| * | Fix exception when resetting retry timings | Richard van der Hoff | 2019-09-20 | 1 | -1/+1 |
| * | Remove origin parameter from add_display_name_to_third_party_invite and add p... | Andrew Morgan | 2019-09-11 | 1 | -1/+1 |
| * | Add opentracing to all client servlets (#5983) | Jorik Schellekens | 2019-09-05 | 1 | -1/+5 |
| * | Merge pull request #5859 from matrix-org/rei/msc2197 | reivilibre | 2019-08-28 | 2 | -15/+67 |
| |\ |
|
| | * | Use MSC2197 on stable prefix as it has almost finished FCP | Olivier Wilkinson (reivilibre) | 2019-08-20 | 2 | -26/+4 |
| | * | Add support for inbound MSC2197 requests on unstable Federation API | Olivier Wilkinson (reivilibre) | 2019-08-15 | 1 | -1/+59 |
| | * | Support MSC2197 outbound with unstable prefix | Olivier Wilkinson (reivilibre) | 2019-08-15 | 1 | -15/+31 |
| * | | Opentracing across workers (#5771) | Jorik Schellekens | 2019-08-22 | 1 | -15/+28 |
| * | | Opentracing misc (#5856) | Jorik Schellekens | 2019-08-16 | 1 | -6/+7 |
| * | | Wrap `get_local_public_room_list` call in `maybeDeferred` because it | Olivier Wilkinson (reivilibre) | 2019-08-14 | 1 | -2/+8 |
| |/ |
|
| * | Room Complexity Client Implementation (#5783) | Amber Brown | 2019-07-30 | 1 | -7/+24 |
| * | Merge tag 'v1.2.0rc2' into develop | Andrew Morgan | 2019-07-24 | 1 | -1/+3 |
| |\ |
|
| | * | Fix servlet metric names (#5734) | Jorik Schellekens | 2019-07-24 | 1 | -1/+3 |
| * | | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -15/+15 |
| |/ |
|
| * | Convert synapse.federation.transport.server to async (#5689) | Richard van der Hoff | 2019-07-18 | 1 | -242/+188 |
| * | Add basic opentracing support (#5544) | Jorik Schellekens | 2019-07-11 | 1 | -5/+21 |
| * | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 2 | -2/+2 |
| * | Split public rooms directory auth config in two | Brendan Abolivier | 2019-06-24 | 1 | -4/+4 |
| * | Run Black. (#5482) | Amber Brown | 2019-06-20 | 2 | -288/+243 |
| * | Associate a request_name with each verify request, for logging | Richard van der Hoff | 2019-06-05 | 1 | -1/+3 |
| * | Enforce validity period on server_keys for fed requests. (#5321) | Richard van der Hoff | 2019-06-03 | 1 | -1/+3 |
| * | Implement the SHHS complexity API (#5216) | Amber Brown | 2019-05-30 | 1 | -1/+30 |
| * | Make all the rate limiting options more consistent (#5181) | Amber Brown | 2019-05-15 | 1 | -5/+1 |
| * | add options to require an access_token to GET /profile and /publicRooms on CS... | Matthew Hodgson | 2019-05-08 | 1 | -0/+10 |
| * | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -2/+2 |
| * | Make federation endpoints more tolerant of trailing slashes v2 (#4935) | Andrew Morgan | 2019-03-26 | 2 | -8/+8 |
| * | 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 |
| | * | Merge branch 'develop' into anoa/trailing_slashes_client | Andrew Morgan | 2019-03-11 | 1 | -7/+7 |
| | |\ |
|
| | * | | 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 | 2 | -8/+8 |
| | |/
|/| |
|
| * | | Make federation endpoints more tolerant of trailing slashes for some endpoint... | Andrew Morgan | 2019-03-11 | 2 | -8/+8 |
| |/ |
|
| * | Remove unnecessary dollar signs | Andrew Morgan | 2019-03-04 | 1 | -22/+22 |
| * | Make 'event_id' a required parameter in federated state requests (#4741) | Amber Brown | 2019-02-27 | 1 | -2/+2 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/public_room... | Andrew Morgan | 2019-02-26 | 2 | -124/+241 |
| |\ |
|
| | * | Revert "Prevent showing non-fed rooms in fed /publicRooms" | Andrew Morgan | 2019-02-26 | 1 | -2/+1 |
| | * | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/public_room... | Erik Johnston | 2019-02-25 | 2 | -124/+241 |
| | |\ |
|
| | | * | Merge pull request #4420 from matrix-org/jaywink/openid-listener | Erik Johnston | 2019-02-11 | 1 | -42/+95 |
| | | |\ |
|
| | | | * | Document `servlet_groups` parameters | Jason Robinson | 2019-01-23 | 1 | -0/+23 |
| | | | * | Split federation OpenID userinfo endpoint out of the federation resource | Jason Robinson | 2019-01-23 | 1 | -42/+72 |
| | | * | | Implement fallback for V2 invite API | Erik Johnston | 2019-01-28 | 1 | -2/+37 |
| | | * | | Require event format version to parse or create events | Erik Johnston | 2019-01-25 | 1 | -2/+2 |
| | | * | | Revert "Require event format version to parse or create events" | Erik Johnston | 2019-01-25 | 1 | -2/+2 |
| | | * | | Require event format version to parse or create events | Erik Johnston | 2019-01-23 | 1 | -2/+2 |
| | | |/ |
|
| | | * | Add /v2/invite federation API | Erik Johnston | 2019-01-15 | 1 | -4/+38 |
| | | * | Add groundwork for new versions of federation APIs | Erik Johnston | 2019-01-15 | 2 | -67/+71 |
| | | * | Remove the unused /pull federation API (#4118) | Amber Brown | 2018-10-31 | 1 | -9/+0 |
| | * | | Don't restrict non-fed rooms over client APIs | Andrew Morgan | 2019-02-25 | 1 | -1/+2 |
| | |/ |
|
| * / | Prevent showing non-fed rooms in fed /publicRooms | Andrew Morgan | 2019-02-26 | 1 | -1/+2 |
| |/ |
|
| * | Fix incorrect truncation in get_missing_events | Richard van der Hoff | 2018-10-16 | 1 | -2/+0 |
| * | 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 | 2 | -15/+14 |
| * | Merge branch 'master' into develop | Richard van der Hoff | 2018-09-06 | 1 | -1/+1 |
| |\ |
|
| | * | Fix origin handling for pushed transactions | Richard van der Hoff | 2018-09-05 | 1 | -1/+1 |
| * | | 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 |
| * | | | Log more detail when we fail to authenticate request | Erik Johnston | 2018-08-21 | 1 | -3/+3 |
| * | | | Don't log exceptions when failing to fetch server keys | Erik Johnston | 2018-08-21 | 1 | -2/+2 |
| | |/
|/| |
|
| * | | include known room versions in outgoing make_joins | Richard van der Hoff | 2018-08-06 | 1 | -1/+4 |
| * | | Enforce compatibility when processing make_join requests | Richard van der Hoff | 2018-08-03 | 1 | -1/+23 |
| * | | Docstrings for BaseFederationServlet | Richard van der Hoff | 2018-08-03 | 1 | -0/+47 |
| * | | Python 3: Convert some unicode/bytes uses (#3569) | Amber Brown | 2018-08-02 | 1 | -1/+1 |
| |/ |
|
| * | Remove pdu_failures from transactions | Travis Ralston | 2018-07-30 | 1 | -2/+1 |
| * | Update the send_leave path to be an event_id | Travis Ralston | 2018-07-26 | 1 | -2/+2 |
| * | run isort | Amber Brown | 2018-07-09 | 2 | -15/+15 |
| * | Implementation of server_acls | Richard van der Hoff | 2018-07-04 | 1 | -2/+6 |
| * | More server_name validation | Richard van der Hoff | 2018-07-04 | 1 | -2/+3 |
| * | Reject invalid server names (#3480) | Richard van der Hoff | 2018-07-03 | 1 | -22/+44 |
| * | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -3/+10 |
| * | fix federation_domain_whitelist | Matthew Hodgson | 2018-04-13 | 1 | -6/+6 |
| * | revert last to PR properly | Matthew Hodgson | 2018-04-13 | 1 | -6/+6 |
| * | correctly auth inbound federation_domain_whitelist reqs | Matthew Hodgson | 2018-04-13 | 1 | -6/+6 |
| * | 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 | 2 | -0/+31 |
| * | use PUT instead of POST for federating groups/m.join_policy | Krombel | 2018-04-06 | 2 | -2/+2 |
| * | Use "/settings/" (plural) | Luke Barnard | 2018-04-05 | 2 | -2/+2 |
| * | Use join_policy API instead of joinable | Luke Barnard | 2018-04-03 | 2 | -6/+6 |
| * | pep8 | David Baker | 2018-03-28 | 1 | -2/+1 |
| * | Add joinability for groups | David Baker | 2018-03-28 | 2 | -0/+37 |
| * | s/replication_server/federation_server | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
| * | Split replication layer into two | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
| * | Add federation_domain_whitelist option (#2820) | Matthew Hodgson | 2018-01-22 | 2 | -1/+11 |
| * | Add brackets | Erik Johnston | 2017-11-09 | 1 | -2/+4 |
| * | Have an explicit API to update room config | Erik Johnston | 2017-11-08 | 2 | -1/+36 |
| * | Revert "Modify group room association API to allow modification of is_public" | Erik Johnston | 2017-11-08 | 2 | -7/+6 |
| * | 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 | 2 | -4/+4 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/group_fed_... | Erik Johnston | 2017-10-24 | 1 | -3/+3 |
| |\ |
|
| | * | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -3/+3 |
| * | | Correctly wire in update group profile over federation | Erik Johnston | 2017-10-23 | 2 | -11/+31 |
| |/ |
|
| * | Fix typo | Erik Johnston | 2017-10-19 | 1 | -1/+1 |
| * | Fix typo in group attestation handling | Erik Johnston | 2017-10-19 | 1 | -1/+1 |
| * | Delint | Luke Barnard | 2017-10-16 | 1 | -0/+2 |
| * | Implement GET /groups/$groupId/invited_users | Luke Barnard | 2017-10-16 | 2 | -1/+30 |
| * | Fix typo in invite to group | Erik Johnston | 2017-10-11 | 1 | -1/+1 |
| * | Add remove room API | Erik Johnston | 2017-09-26 | 2 | -1/+25 |
| * | Add bulk group publicised lookup API | Erik Johnston | 2017-08-09 | 2 | -0/+32 |
| * | Add update group profile API | Erik Johnston | 2017-07-20 | 1 | -0/+12 |
| * | Comments | Erik Johnston | 2017-07-18 | 1 | -1/+1 |
| * | Comments | Erik Johnston | 2017-07-18 | 1 | -0/+40 |
| * | Fix typos | Erik Johnston | 2017-07-18 | 1 | -2/+2 |
| * | Correctly parse query params | Erik Johnston | 2017-07-18 | 1 | -19/+19 |
| * | Add client apis | Erik Johnston | 2017-07-18 | 1 | -9/+187 |
| * | Comments | Erik Johnston | 2017-07-18 | 1 | -15/+19 |
| * | Add local group server support | Erik Johnston | 2017-07-17 | 2 | -0/+121 |
| * | Ensure category and role ids are non-null | Erik Johnston | 2017-07-14 | 1 | -0/+24 |
| * | Comments | Erik Johnston | 2017-07-13 | 1 | -0/+8 |
| * | Add summary APIs to federation | Erik Johnston | 2017-07-13 | 1 | -11/+223 |
| * | Add group summary APIs | Erik Johnston | 2017-07-12 | 1 | -0/+17 |
| * | Add federation API for adding room to group | Erik Johnston | 2017-07-11 | 1 | -0/+18 |
| * | Comment | Erik Johnston | 2017-07-11 | 2 | -0/+26 |
| * | Initial group server implementation | Erik Johnston | 2017-07-10 | 2 | -1/+176 |
| * | Separate federation servlet into different lists | Erik Johnston | 2017-07-05 | 1 | -8/+16 |
| * | Use preserve_fn and add logs | Erik Johnston | 2017-05-05 | 1 | -1/+3 |
| * | Always mark remotes as up if we receive a signed request from them | Erik Johnston | 2017-05-05 | 1 | -0/+7 |
| * | 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 | 2 | -0/+34 |
| * | 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 | 2 | -3/+25 |
| * | Support filtering remote room lists | Erik Johnston | 2016-09-16 | 1 | -1/+4 |
| * | Pass since/from parameters over federation | Erik Johnston | 2016-09-15 | 2 | -3/+16 |
| * | Add a timeout parameter for end2end key queries. | Mark Haines | 2016-09-12 | 1 | -2/+4 |
| * | Add federation /version API | Erik Johnston | 2016-08-05 | 1 | -1/+17 |
| * | Change the way we specify if we require auth or not | Erik Johnston | 2016-08-05 | 1 | -40/+55 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/state_ids_api | Erik Johnston | 2016-08-04 | 1 | -3/+1 |
| |\ |
|
| | * | E2E keys: Make federation query share code with client query | Richard van der Hoff | 2016-08-02 | 1 | -3/+1 |
| * | | Add /state_ids federation API | Erik Johnston | 2016-08-03 | 2 | -0/+34 |
| |/ |
|
| * | Linearize some federation endpoints based on (origin, room_id) | Erik Johnston | 2016-06-17 | 1 | -1/+1 |
| * | Disable responding with canonical json for federation | Erik Johnston | 2016-06-17 | 1 | -1/+1 |
| * | Fix up federation PublicRoomList | Erik Johnston | 2016-06-08 | 1 | -1/+1 |
| * | Enable auth on federation PublicRoomList | Erik Johnston | 2016-06-08 | 1 | -5/+0 |
| * | pep8 | David Baker | 2016-06-01 | 1 | -1/+3 |
| * | Basic, un-cached support for secondary_directory_servers | David Baker | 2016-05-31 | 2 | -1/+13 |
| * | Fix c+p fail | David Baker | 2016-05-31 | 1 | -17/+0 |
| * | Add federation room list servlet | David Baker | 2016-05-31 | 1 | -1/+64 |
| * | Add an openidish mechanism for proving to third parties that you own a given ... | Mark Haines | 2016-05-05 | 1 | -1/+46 |
| * | Fix typo in event_auth servlet path | Erik Johnston | 2016-04-29 | 1 | -1/+1 |
| * | Lower timeout for make_membership_event | Erik Johnston | 2016-04-15 | 1 | -1/+2 |
| * | Intern all the things | Erik Johnston | 2016-03-23 | 1 | -14/+14 |
| * | Use parse_json_object_from_request to parse JSON out of request bodies | Mark Haines | 2016-03-11 | 1 | -2/+2 |
| * | Add profile information to invites | Erik Johnston | 2016-03-04 | 1 | -0/+1 |
| * | Allow third_party_signed to be specified on /join | Daniel Wagner-Hall | 2016-02-23 | 1 | -1/+11 |
| * | Remove redundated BaseHomeServer | Erik Johnston | 2016-01-26 | 3 | -84/+54 |
| * | copyrights | Matthew Hodgson | 2016-01-07 | 3 | -3/+3 |
| * | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 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 | 2 | -3/+52 |
| * | Allow rejecting invites | Daniel Wagner-Hall | 2015-10-20 | 2 | -2/+42 |
| * | Implement third party identifier invites | Daniel Wagner-Hall | 2015-10-01 | 2 | -3/+4 |
| * | Get the end-to-end key federation working | Mark Haines | 2015-07-24 | 2 | -8/+8 |
| * | Add federation support for end-to-end key requests | Mark Haines | 2015-07-23 | 2 | -0/+90 |
| * | Log more when we have processed the request | Erik Johnston | 2015-06-15 | 1 | -0/+1 |
| * | Log where a request came from in federation | Erik Johnston | 2015-06-02 | 1 | -0/+2 |
| * | Merge pull request #156 from matrix-org/erikj/join_perf | Mark Haines | 2015-05-22 | 1 | -2/+4 |
| |\ |
|
| | * | 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 |
| * | | Log origin and stats of incoming transactions | Erik Johnston | 2015-05-22 | 1 | -0/+8 |
| |/ |
|
| * | Add missing servlet to list | Erik Johnston | 2015-03-19 | 1 | -0/+1 |
| * | Count incoming HTTP requests per servlet that responds | Paul "LeoNerd" Evans | 2015-03-12 | 1 | -0/+4 |
| * | Appease pep8 | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -19/+27 |
| * | Append a $ on PATH at registration time, meaning each PATH attribute doesn't ... | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -13/+14 |
| * | Slightly neater(?) arrangement of authentication wrapper for HTTP servlet met... | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -25/+37 |
| * | Remove the dead 'rate_limit_origin' method from TransportLayerServer | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -6/+0 |
| * | Move federation API responding code out of weird mix of lambdas into Servlet-... | Paul "LeoNerd" Evans | 2015-03-05 | 1 | -170/+130 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into batched_get_pdu | Erik Johnston | 2015-03-02 | 2 | -3/+23 |
| |\ |
|