Commit Graph

8486 Commits (63fcc42990765563867536de550d18412f172626)
 

Author SHA1 Message Date
Erik Johnston 63fcc42990 Remove user from process_presence when stops syncing 8 years ago
Erik Johnston 31e0fe9031 Fix indentation in docs/ 8 years ago
Erik Johnston 3ba2859e0c Add tcp replication listener type and hook it up 8 years ago
Erik Johnston e9dd8370b0 Add functions to presence to support remote syncs 8 years ago
Erik Johnston 4d7fc7f977 Add server side resource for tcp replication 8 years ago
Erik Johnston 7450693435 Initial TCP protocol implementation 8 years ago
Erik Johnston 8da6f0be48 Define the various streams we will replicate 8 years ago
Erik Johnston 11880103b1 Make federation send queue take the current position 8 years ago
Erik Johnston 7984708a55 Add a simple hook to wait for replication traffic 8 years ago
Erik Johnston 24d35ab47b Add new storage functions for new replication 8 years ago
Erik Johnston 30348c924c Use txn.fetchall() so we can reuse txn 8 years ago
Anant Prakash 6cdca71079 synctl.py: wait for synapse to stop before restarting (#2020) 8 years ago
Erik Johnston 3ce8d59176 Increase cache size for _get_state_group_for_event 8 years ago
Erik Johnston b9c2ae6788 Merge pull request #1849 from matrix-org/erikj/state_typo 8 years ago
Erik Johnston 85be3dde81 Bail early if remote wouldn't be retried (#2064) 8 years ago
Erik Johnston 2f8b580b64 Merge pull request #2053 from matrix-org/erikj/e2e_one_time_upsert 8 years ago
Erik Johnston c5b0bdd542 Merge pull request #2067 from matrix-org/erikj/notify_on_fed 8 years ago
Erik Johnston e4df0e189d Decrank last commit 8 years ago
Erik Johnston 4ad613f6be Merge branch 'develop' of github.com:matrix-org/synapse into erikj/e2e_one_time_upsert 8 years ago
Erik Johnston ac6bc55512 Correctly look up key 8 years ago
Richard van der Hoff 276af7b59b Merge pull request #2037 from ricco386/fix_readme_centos_issues 8 years ago
Erik Johnston d28db583da Merge pull request #2063 from matrix-org/erikj/device_list_batch 8 years ago
Erik Johnston 58a35366be The algorithm is part of the key id 8 years ago
Erik Johnston dc56a6b8c8 Merge pull request #2070 from matrix-org/erikj/perf_send 8 years ago
Erik Johnston bac9bf1b12 Typo 8 years ago
Erik Johnston d82c42837f Short circuit if all new events have same state group 8 years ago
Erik Johnston 35b4aa04be Notify on new federation traffic 8 years ago
Erik Johnston 2a28b79e04 Batch sending of device list pokes 8 years ago
Erik Johnston 281553afe6 Merge pull request #2062 from matrix-org/erikj/presence_replication 8 years ago
Erik Johnston 987f4945b4 Actually call invalidate 8 years ago
Erik Johnston 31d56c3fb5 Merge pull request #2061 from matrix-org/erikj/add_transaction_store 8 years ago
Erik Johnston 09f79aaad0 Use presence replication stream to invalidate cache 8 years ago
Erik Johnston 23e0ff840a Merge pull request #2060 from matrix-org/erikj/cache_hosts_in_room 8 years ago
Erik Johnston 48e7697911 Add slave transaction store 8 years ago
Richard van der Hoff f136c89d5e Merge pull request #2058 from matrix-org/rav/logcontext_leaks_2 8 years ago
Richard van der Hoff 01fc847f7f Merge pull request #2057 from matrix-org/rav/missing_yield_2 8 years ago
Erik Johnston 7fc1f1e2b6 Cache hosts in room 8 years ago
Erik Johnston 57cfa513f5 Merge pull request #2054 from matrix-org/erikj/user_iter_cursor 8 years ago
Erik Johnston d58b1ffe94 Replace some calls to cursor_to_dict 8 years ago
Erik Johnston e71940aa64 Use iter(items|values) 8 years ago
David Baker e36950dec5 Merge pull request #2055 from matrix-org/dbkr/fix_add_msisdn_requestToken 8 years ago
David Baker f902e89d4b Merge pull request #2056 from matrix-org/dbkr/fix_invite_reject 8 years ago
Richard van der Hoff a380f041c2 try not to drop context after federation requests 8 years ago
Richard van der Hoff 9397edb28b Merge pull request #2050 from matrix-org/rav/federation_backoff 8 years ago
Richard van der Hoff 06ce7335e9 Merge pull request #2052 from matrix-org/rav/time_bound_deferred 8 years ago
Richard van der Hoff 13c8749ac9 Add another missing yield on check_device_registered 8 years ago
David Baker e1f1784f99 Fix rejection of invites not reaching sync 8 years ago
David Baker 86e865d7d2 Oops, remove unintentional change 8 years ago
David Baker a2dfab12c5 Fix token request for addition of phone numbers 8 years ago
Erik Johnston 00957d1aa4 User Cursor.__iter__ instead of fetchall 8 years ago