Commit Graph

39 Commits (87b111f96a244cd212e8fff7f1a0f661fdd8073e)

Author SHA1 Message Date
Amber Brown 14e4d4f4bf
Port storage/ to Python 3 (#3725) 6 years ago
Matthew Hodgson c1bf2b587e
add trailing comma 6 years ago
Matthew Hodgson c0685f67c0 spell out that include_deleted_devices requires include_all_devices 6 years ago
Matthew Hodgson 12ec58301f shift to using an explicit deleted flag on m.device_list_update EDUs 6 years ago
Matthew Hodgson 5797f5542b WIP to announce deleted devices over federation 6 years ago
Amber Brown 49af402019 run isort 6 years ago
Amber Brown 6350bf925e
Attempt to be more performant on PyPy (#3462) 7 years ago
Adrian Tschira 933bf2dd35 replace some iteritems with six 7 years ago
Erik Johnston 926ba76e23 Replace ujson with simplejson 7 years ago
Erik Johnston 8cf9f0a3e7 Remove redundant invalidation 8 years ago
Erik Johnston e6618ece2d Missed an invalidation 8 years ago
Erik Johnston 74bf4ee7bf Stream count_e2e_one_time_keys cache invalidation 8 years ago
Richard van der Hoff a7e9d8762d Allow clients to upload one-time-keys with new sigs 8 years ago
Erik Johnston 8571f864d2 Cache one time key counts 8 years ago
Erik Johnston e4df0e189d Decrank last commit 8 years ago
Erik Johnston ac6bc55512 Correctly look up key 8 years ago
Erik Johnston 58a35366be The algorithm is part of the key id 8 years ago
Erik Johnston 00957d1aa4 User Cursor.__iter__ instead of fetchall 8 years ago
Erik Johnston 6ebe2d23b1 Raise a more helpful exception 8 years ago
Erik Johnston e64655c25d Don't user upsert to persist new one time keys 8 years ago
Erik Johnston 52cd019a54 Make None check explicit 8 years ago
Erik Johnston c7a26b7c32 Fix unit tests 8 years ago
Erik Johnston c2c9a78db9 Noop device key changes if they're the same 8 years ago
Erik Johnston c517a19c2d Comment 8 years ago
Erik Johnston 31aca5589c Fix on sqlite: use left rather than outer join 8 years ago
Erik Johnston c974116f19 Implement device key caching over federation 8 years ago
Erik Johnston 2367c5568c Add basic implementation of local device list changes 8 years ago
Richard van der Hoff 98385888b8 PEP8 8 years ago
Richard van der Hoff 68264d7404 Include device name in /keys/query response 8 years ago
Richard van der Hoff d47115ff8b Delete e2e keys on device delete 8 years ago
Mark Haines 7076082ae6 Fix relative imports so they work in both py3 and py27 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
David Baker 20c0324e9c Dodesn't seem to make any difference: guess it does work with the object reference 9 years ago
David Baker cf7a40b08a I think this was what was intended... 9 years ago
Mark Haines 3b5823c74d s/take/claim/ for end to end key APIs 9 years ago
Mark Haines bf0d59ed30 Don't bother with a timeout for one time keys on the server. 10 years ago
Mark Haines 8fb79eeea4 Only remove one time keys when new one time keys are added 10 years ago
Mark Haines b5770f8947 Add store for client end to end keys 10 years ago