| Commit message (Expand) | Author | Age | Files | Lines |
* | add trailing comma | Matthew Hodgson | 2018-07-23 | 1 | -1/+1 |
* | spell out that include_deleted_devices requires include_all_devices | Matthew Hodgson | 2018-07-19 | 1 | -1/+5 |
* | shift to using an explicit deleted flag on m.device_list_update EDUs | Matthew Hodgson | 2018-07-12 | 1 | -12/+15 |
* | WIP to announce deleted devices over federation | Matthew Hodgson | 2018-07-12 | 1 | -1/+15 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -4/+4 |
* | Attempt to be more performant on PyPy (#3462) | Amber Brown | 2018-06-28 | 1 | -2/+1 |
* | replace some iteritems with six | Adrian Tschira | 2018-05-19 | 1 | -2/+4 |
* | Replace ujson with simplejson | Erik Johnston | 2018-03-15 | 1 | -1/+1 |
* | Remove redundant invalidation | Erik Johnston | 2017-05-23 | 1 | -3/+0 |
* | Missed an invalidation | Erik Johnston | 2017-05-23 | 1 | -0/+3 |
* | Stream count_e2e_one_time_keys cache invalidation | Erik Johnston | 2017-05-22 | 1 | -13/+18 |
* | Allow clients to upload one-time-keys with new sigs | Richard van der Hoff | 2017-05-09 | 1 | -20/+27 |
* | Cache one time key counts | Erik Johnston | 2017-05-08 | 1 | -0/+9 |
* | Decrank last commit | Erik Johnston | 2017-03-29 | 1 | -4/+5 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/e2e_one_ti... | Erik Johnston | 2017-03-29 | 1 | -2/+2 |
|\ |
|
| * | User Cursor.__iter__ instead of fetchall | Erik Johnston | 2017-03-23 | 1 | -2/+2 |
* | | Correctly look up key | Erik Johnston | 2017-03-29 | 1 | -6/+5 |
* | | The algorithm is part of the key id | Erik Johnston | 2017-03-28 | 1 | -4/+4 |
* | | Raise a more helpful exception | Erik Johnston | 2017-03-23 | 1 | -2/+4 |
* | | Don't user upsert to persist new one time keys | Erik Johnston | 2017-03-23 | 1 | -9/+48 |
|/ |
|
* | Make None check explicit | Erik Johnston | 2017-02-08 | 1 | -1/+1 |
* | Fix unit tests | Erik Johnston | 2017-01-30 | 1 | -2/+10 |
* | Noop device key changes if they're the same | Erik Johnston | 2017-01-30 | 1 | -11/+39 |
* | Comment | Erik Johnston | 2017-01-27 | 1 | -0/+2 |
* | Fix on sqlite: use left rather than outer join | Erik Johnston | 2017-01-26 | 1 | -3/+3 |
* | Implement device key caching over federation | Erik Johnston | 2017-01-26 | 1 | -2/+2 |
* | Add basic implementation of local device list changes | Erik Johnston | 2017-01-25 | 1 | -12/+11 |
* | PEP8 | Richard van der Hoff | 2016-08-03 | 1 | -10/+10 |
* | Include device name in /keys/query response | Richard van der Hoff | 2016-08-03 | 1 | -17/+43 |
* | Delete e2e keys on device delete | Richard van der Hoff | 2016-07-27 | 1 | -0/+15 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Dodesn't seem to make any difference: guess it does work with the object refe... | David Baker | 2015-07-21 | 1 | -1/+0 |
* | I think this was what was intended... | David Baker | 2015-07-21 | 1 | -0/+1 |
* | s/take/claim/ for end to end key APIs | Mark Haines | 2015-07-20 | 1 | -3/+3 |
* | Don't bother with a timeout for one time keys on the server. | Mark Haines | 2015-07-09 | 1 | -14/+6 |
* | Only remove one time keys when new one time keys are added | Mark Haines | 2015-07-08 | 1 | -7/+7 |
* | Add store for client end to end keys | Mark Haines | 2015-07-06 | 1 | -0/+133 |