Commit Graph

211 Commits (1ec2961b3b214c7af4b541396adc94948b626c47)

Author SHA1 Message Date
Patrick Cloke 38e1fac886
Fix some spelling mistakes / typos. (#7811) 4 years ago
Erik Johnston 5cdca53aa0
Merge different Resource implementation classes (#7732) 4 years ago
Dagfinn Ilmari Mannsåker a3f11567d9
Replace all remaining six usage with native Python 3 equivalents (#7704) 5 years ago
Andrew Morgan 2e8955f4a6
Further improvements to requesting the public rooms list on a homeserver which has it set to private (#7368) 5 years ago
Andrew Morgan f89ad3b6df
Query missing cross-signing keys on local sig upload (#7289) 5 years ago
Richard van der Hoff d41c8f6d4d Revert "Query missing cross-signing keys on local sig upload" 5 years ago
Andrew Morgan 72fe2affb6 Query missing cross-signing keys on local sig upload 5 years ago
Patrick Cloke 7581d30e9f
Remove unused federation endpoint (`query_auth`) (#7026) 5 years ago
Erik Johnston ed630ea17c
Reduce amount of logging at INFO level. (#6862) 5 years ago
Richard van der Hoff b0d112e78b
Fix `room_version` in `on_invite_request` flow (#6827) 5 years ago
Erik Johnston c3d4ad8afd
Fix sending server up commands from workers (#6811) 5 years ago
Erik Johnston a8a50f5b57
Wake up transaction queue when remote server comes back online (#6706) 5 years ago
Richard van der Hoff e519489fc4
Remove fallback for missing /federation/v1/state_ids API (#6488) 5 years ago
Amber Brown 0f87b912ab
Implementation of MSC2314 (#6176) 5 years ago
Andrew Morgan bc29a19731 Replace instance variations of homeserver with correct case/spacing 5 years ago
Brendan Abolivier 5e18dc7955
Fix prefix for v2/send_leave 5 years ago
Brendan Abolivier 74897de01f
Add server-side support to the v2 API 5 years ago
Brendan Abolivier 1e202a90f1
Implement v2 API for send_leave 5 years ago
Brendan Abolivier 4c131b2c78
Implement v2 API for send_join 5 years ago
Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271) 5 years ago
Michael Kaye 9eebc1e73b use %r to __repr__ objects 5 years ago
Richard van der Hoff 1ba359a11f rip out some unreachable code 5 years ago
Erik Johnston a5166e4d5f
Land improved room list based on room stats (#6019) 5 years ago
Richard van der Hoff 9d94313209 Fix exception when resetting retry timings 5 years ago
Andrew Morgan cd17a2085e
Remove origin parameter from add_display_name_to_third_party_invite and add params to docstring (#6010) 5 years ago
Jorik Schellekens 909827b422
Add opentracing to all client servlets (#5983) 5 years ago
Jorik Schellekens 812ed6b0d5
Opentracing across workers (#5771) 5 years ago
Olivier Wilkinson (reivilibre) bb29bc2937 Use MSC2197 on stable prefix as it has almost finished FCP 5 years ago
Jorik Schellekens 87fa26006b
Opentracing misc (#5856) 5 years ago
Olivier Wilkinson (reivilibre) 2253b083d9 Add support for inbound MSC2197 requests on unstable Federation API 5 years ago
Olivier Wilkinson (reivilibre) 6fadb560fc Support MSC2197 outbound with unstable prefix 5 years ago
Olivier Wilkinson (reivilibre) 1b63ccd848 Wrap `get_local_public_room_list` call in `maybeDeferred` because it 5 years ago
Amber Brown 865077f1d1
Room Complexity Client Implementation (#5783) 5 years ago
Jorik Schellekens cf2972c818
Fix servlet metric names (#5734) 5 years ago
Amber Brown 4806651744
Replace returnValue with return (#5736) 5 years ago
Richard van der Hoff fa8271c5ac
Convert synapse.federation.transport.server to async (#5689) 5 years ago
Jorik Schellekens 38a6d3eea7
Add basic opentracing support (#5544) 5 years ago
Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 5 years ago
Brendan Abolivier bfe84e051e Split public rooms directory auth config in two 6 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Richard van der Hoff cea9750d11 Associate a request_name with each verify request, for logging 6 years ago
Richard van der Hoff fec2dcb1a5
Enforce validity period on server_keys for fed requests. (#5321) 6 years ago
Amber Brown 46c8f7a517
Implement the SHHS complexity API (#5216) 6 years ago
Amber Brown f1e5b41388
Make all the rate limiting options more consistent (#5181) 6 years ago
Matthew Hodgson c0e0740bef add options to require an access_token to GET /profile and /publicRooms on CS API (#5083) 6 years ago
Richard van der Hoff 54a87a7b08
Collect room-version variations into one place (#4969) 6 years ago
Andrew Morgan 4a125be138
Make federation endpoints more tolerant of trailing slashes v2 (#4935) 6 years ago
Erik Johnston 271cb1998b Revert "Make federation endpoints more tolerant of trailing slashes for some endpoints (#4793)" 6 years ago
Andrew Morgan 09626bfd39 Switch to wrapper function around _send_request 6 years ago
Andrew Morgan 0ea8582f8b Cleaner way of implementing trailing slashes 6 years ago