| Commit message (Expand) | Author | Age | Files | Lines |
* | Invalidate signing key cache when we gat an update | Richard van der Hoff | 2017-09-20 | 1 | -17/+24 |
* | fix up some key verif docstrings | Richard van der Hoff | 2017-03-21 | 1 | -2/+3 |
* | Add more key storage funcs into slave store | Erik Johnston | 2016-07-28 | 1 | -18/+16 |
* | Split out a FederationReader process | Erik Johnston | 2016-07-21 | 1 | -0/+4 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | Add descriptions | Erik Johnston | 2016-02-03 | 1 | -0/+1 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Remove syutil dependency in favour of smaller single-purpose libraries | Mark Haines | 2015-08-24 | 1 | -1/+1 |
* | Move all the caches into their own package, synapse.util.caches | Erik Johnston | 2015-08-11 | 1 | -1/+2 |
* | Change Cache to not use *args in its interface | Erik Johnston | 2015-08-07 | 1 | -1/+1 |
* | Add support for using keyword arguments with cached functions | Erik Johnston | 2015-07-27 | 1 | -3/+2 |
* | Implement bulk verify_signed_json API | Erik Johnston | 2015-06-26 | 1 | -19/+31 |
* | SYN-367: Use upsert rather than insert_or_replace | Mark Haines | 2015-04-30 | 1 | -2/+6 |
* | Merge branch 'develop' into key_distribution | Mark Haines | 2015-04-29 | 1 | -6/+10 |
|\ |
|
| * | Fix unicode support | Erik Johnston | 2015-04-02 | 1 | -4/+10 |
| * | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -2/+2 |
| * | Fix unicode database support | Erik Johnston | 2015-03-25 | 1 | -2/+2 |
| * | Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable. | Erik Johnston | 2015-03-23 | 1 | -2/+0 |
* | | Implement remote key lookup api | Mark Haines | 2015-04-22 | 1 | -13/+22 |
* | | Add methods for storing and retrieving the raw key json | Mark Haines | 2015-04-15 | 1 | -0/+56 |
|/ |
|
* | Appease pep8 | Paul "LeoNerd" Evans | 2015-03-11 | 1 | -2/+2 |
* | Add a description to storage layer's _execute_and_decode() | Paul "LeoNerd" Evans | 2015-03-11 | 1 | -1/+3 |
* | Update copyright notices | Mark Haines | 2015-01-06 | 1 | -1/+1 |
* | Fix pep8 warnings | Mark Haines | 2014-10-30 | 1 | -1/+2 |
* | Fix pyflakes warnings | Mark Haines | 2014-10-27 | 1 | -1/+0 |
* | Respond with more helpful error messages for unsigned requests | Mark Haines | 2014-10-13 | 1 | -0/+2 |
* | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 1 | -31/+44 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Fix homeserver config parsing | Mark Haines | 2014-09-01 | 1 | -1/+1 |
* | Add store for server certificates and keys | Mark Haines | 2014-08-28 | 1 | -0/+103 |