Commit Graph

4116 Commits (559c51debcf5402cd5999aa1afb854b34e9de363)
 

Author SHA1 Message Date
Erik Johnston 73d23c6ae8 Don't readd things that are already in event_results 10 years ago
Erik Johnston 6189d8e54d PriorityQueue gives lowest first 10 years ago
Erik Johnston 115ef3ddac Correctly capture Queue.Empty exception 10 years ago
Erik Johnston 4fb858d90a Merge branch 'develop' of github.com:matrix-org/synapse into erikj/backfill_fixes 10 years ago
Mark Haines 88f1ea36ce Oops, get_rooms_for_user returns a namedtuple, not a room_id 10 years ago
Erik Johnston c2633907c5 Merge branch 'erikj/join_perf' of github.com:matrix-org/synapse into erikj/backfill_fixes 10 years ago
Erik Johnston ebfdd2eb5b Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf 10 years ago
Erik Johnston a551c5dad7 Merge pull request #155 from matrix-org/erikj/perf 10 years ago
Erik Johnston 27e4b45c06 s/for events/for requests for events/ 10 years ago
Erik Johnston ac5f2bf9db s/for events/for requests for events/ 10 years ago
Erik Johnston 80a167b1f0 Add comments 10 years ago
Mark Haines 7ae8afb7ef Removed unused 'is_visible' method 10 years ago
Erik Johnston 9118a92862 Split up _get_events into defer and txn versions 10 years ago
Mark Haines 8eca5bd50a Fix the presence tests 10 years ago
Mark Haines e01b825cc9 Clean up the presence_list checking logic a bit 10 years ago
Erik Johnston ab45e12d31 Make not return a deferred _get_event_from_row_txn 10 years ago
Erik Johnston f407cbd2f1 PEP8 10 years ago
Erik Johnston 227f8ef031 Split out _get_event_from_row back into defer and _txn version 10 years ago
Erik Johnston 2bc60c55af Fix _get_backfill_events to return events in the correct order 10 years ago
Erik Johnston 20814fabdd Actually fetch state for new backwards extremeties when backfilling. 10 years ago
Erik Johnston 9084cdd70f Ensure event_results is a set 10 years ago
Erik Johnston 5b731178b2 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf 10 years ago
Erik Johnston 3a653515ec Add None check 10 years ago
Erik Johnston aa729349dd Fix event_backwards_extrem insertion to ignore outliers 10 years ago
Erik Johnston 5b1631a4a9 Add a timeout param to get_event 10 years ago
Erik Johnston 291cba284b Handle the case when things return empty but non none things 10 years ago
Erik Johnston 253f76a0a5 Don't always hit get_server_verify_key_v1_direct 10 years ago
Erik Johnston 6837c5edab Handle the case when things return empty but non none things 10 years ago
Erik Johnston 7223129916 Don't apply new room join hack if depth > 5 10 years ago
Erik Johnston 5ae4a84211 Don't always hit get_server_verify_key_v1_direct 10 years ago
Erik Johnston 118a760719 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf 10 years ago
David Baker 19505e0392 Disable GZip encoding on static file resources as per comment 10 years ago
Erik Johnston df431b127b Add forgotten .items() 10 years ago
Erik Johnston 882ac83d8d Fix scripts-dev/convert_server_keys.py to have correct format 10 years ago
Erik Johnston d3e09f12d0 SYN-383: Actually, we expect this value to be a dict 10 years ago
Erik Johnston 677be13ffc Revert accidental commit 10 years ago
Erik Johnston 350b88656a SYN-383: Actually, we expect this value to be a dict 10 years ago
Erik Johnston 9de94d5a4d Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf 10 years ago
Erik Johnston 2b7120e233 SYN-383: Handle the fact the server might not have signed things 10 years ago
Erik Johnston 8b256a7296 Don't reuse var names 10 years ago
Erik Johnston 62ccc6d95f Don't reuse var names 10 years ago
Erik Johnston 01858bcbf2 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf 10 years ago
Erik Johnston 2aeee2a905 SYN-383: Fix parsing of verify_keys and catching of _DefGen_Return 10 years ago
Erik Johnston 5e7883ec19 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/join_perf 10 years ago
Mark Haines c6a03c46e6 SYN-383: Extract the response list from 'server_keys' in the response JSON as it might work better than iterating over the top level dict 10 years ago
Mark Haines e4c65b338d Speed up the get_pagination_rows as well 10 years ago
Mark Haines 99914ec9f8 Merge pull request #152 from matrix-org/notifier_performance 10 years ago
Erik Johnston ef910a0358 Do work in parellel when joining a room 10 years ago
Mark Haines 591c4bf223 Cache the most recent serial for each room 10 years ago
Mark Haines e1150cac4b Move updating the serial and state of the presence cache into a single function 10 years ago