Commit Graph

186 Commits (76936f43ae0f88d4523fe07b7a9ccf8ddb5563ac)

Author SHA1 Message Date
Erik Johnston 0eabfa55f6 Fix typo 9 years ago
Erik Johnston 6408541075 Don't limit connections to perspective servers 9 years ago
Erik Johnston 2f2bbb4d06 Use min and not max to set an upper bound on retry interval 9 years ago
Erik Johnston cbf3cd6151 Add comment 9 years ago
Erik Johnston cf4ef5f3c7 Only retry federation requests for a long time for background requests 9 years ago
Erik Johnston afdfd12bdf Implement required method 'resumeProducing' 9 years ago
Erik Johnston bceec65913 Slightly more aggressive retry timers at HTTP level 9 years ago
Erik Johnston eacb068ac2 Retry dead servers a lot less often 9 years ago
Daniel Wagner-Hall b8dd5b1a2d Verify third party ID server certificates 9 years ago
Erik Johnston a80ef851f7 Fix previous merge to s/version_string/user_agent/ 10 years ago
Steven Hammerton 625e13bfde Add get_raw method to SimpleHttpClient, use this in CAS auth rather than requests 10 years ago
Daniel Wagner-Hall 492beb62a8 Use space not dash as delimiter 10 years ago
Daniel Wagner-Hall e0b466bcfd Use space not dash as delimiter 10 years ago
Daniel Wagner-Hall b28c7da0a4 Preserve version string in user agent 10 years ago
Daniel Wagner-Hall 8fc52bc56a Allow synapse's useragent to be customized 10 years ago
Daniel Wagner-Hall 3bcbabc9fb Rename context factory 10 years ago
Daniel Wagner-Hall 6485f03d91 Fix random formatting 10 years ago
Daniel Wagner-Hall 81a93ddcc8 Allow configuration to ignore invalid SSL certs 10 years ago
Mark Haines 78323ccdb3 Remove syutil dependency in favour of smaller single-purpose libraries 10 years ago
Erik Johnston adbd720fab PEP8 10 years ago
Mark Haines a7dcbfe430 Don't 500 if a group is missing from the regex 10 years ago
Erik Johnston 653533a3da Fix log context when sending requests 10 years ago
Erik Johnston 18968efa0a Remove stale debug lines 10 years ago
Erik Johnston 9d112f4440 Add IDs to outbound transactions 10 years ago
Erik Johnston aaa749d366 Disable twisted access logging. Move access logging to SynapseRequest object 10 years ago
Erik Johnston cee69441d3 Log more when we have processed the request 10 years ago
Erik Johnston b5209c5744 Create SynapseRequest that overrides __repr__ to not print access_token 10 years ago
Erik Johnston f00f8346f1 Make http.server request logging more verbose, but redact access_tokens 10 years ago
Erik Johnston 83f119a84a Log requests and responses sent via http.client 10 years ago
Mark Haines 90abdaf3bc Use Twisted-15.2.1, Use Agent.usingEndpointFactory rather than implement our own Agent 10 years ago
Erik Johnston d15f166093 Remove log line 10 years ago
Erik Johnston a7b65bdedf Add config option to turn off freezing events. Use new encode_json api and ujson.loads 10 years ago
Erik Johnston 79e37a7ecb Correctly pass connection pool parameter 10 years ago
Erik Johnston 11f51e6ded Up maxPersistentPerHost count 10 years ago
Erik Johnston 086df80790 Add connection pooling to SimpleHttpClient 10 years ago
Erik Johnston 291e942332 Use connection pool for federation connections 10 years ago
Erik Johnston 284f55a7fb Add doc strings 10 years ago
Erik Johnston 5b1631a4a9 Add a timeout param to get_event 10 years ago
Erik Johnston 2236ef6c92 Fix up leak. Add warnings. 10 years ago
Erik Johnston 476899295f Change the way we do logging contexts so that they survive divergences 10 years ago
David Baker 0c1b7f843b Unused import 10 years ago
David Baker 4b46fbec5b Doesn't look like this is used anymore 10 years ago
Mark Haines 1967650bc4 Combine the request wrappers in rest/media/v1 and http/server into a single wrapper decorator 10 years ago
Mark Haines 1ebff9736b Split out the JsonResource request logging and error handling into a separate wrapper function 10 years ago
Mark Haines 3cbc286d06 Move server key api into rest/key/v1 10 years ago
David Baker c5bf0343e8 Explain how I justified to myself making JsonResource not always send JSON. 10 years ago
David Baker e9c908ebc0 Completely replace fallback auth for C/S V2: 10 years ago
David Baker f129ee1e18 Make docs a bit more true 10 years ago
David Baker d18e7779ca Grammar and deduplication 10 years ago
David Baker 59bf16eddc New registration for C/S API v2. Only ReCAPTCHA working currently. 10 years ago