Commit Graph

223 Commits (bce0c91d9a89097c94d687aadfed9b4ebbdcc75d)

Author SHA1 Message Date
Patrick Cloke 1c9a850562
Add type hints to the crypto module. (#8999) 4 years ago
Richard van der Hoff 3ce2f303f1 Consistently use room_id from federation request body (#8776) 4 years ago
Richard van der Hoff 7ea85302f3 fix up various test cases 4 years ago
Patrick Cloke 30fba62108
Apply an IP range blacklist to push and key revocation requests. (#8821) 4 years ago
Richard van der Hoff 950bb0305f
Consistently use room_id from federation request body (#8776) 4 years ago
Erik Johnston f21e24ffc2
Add ability for access tokens to belong to one user but grant access to another user. (#8616) 4 years ago
Patrick Cloke 8a4a4186de
Simplify super() calls to Python 3 syntax. (#8344) 4 years ago
Erik Johnston 14b5b48a22
Fix ratelimiting for federation `/send` requests. (#8342) 4 years ago
Patrick Cloke c619253db8
Stop sub-classing object (#8249) 4 years ago
Patrick Cloke c978f6c451
Convert federation client to async/await. (#7975) 4 years ago
Richard van der Hoff 4876af06dd
Abort federation requests if the client disconnects early (#7930) 4 years ago
Patrick Cloke de119063f2
Convert room list handler to async/await. (#7912) 4 years ago
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