Commit Graph

28 Commits (d7457c7661fa3b28427b21f44252c3abbee45ef8)

Author SHA1 Message Date
Erik Johnston 6ede23ff1b Add more key storage funcs into slave store 8 years ago
Erik Johnston aede7248ab Split out a FederationReader process 8 years ago
Mark Haines 7076082ae6 Fix relative imports so they work in both py3 and py27 9 years ago
Erik Johnston b84d59c5f0 Add descriptions 9 years ago
Matthew Hodgson 6c28ac260c copyrights 9 years ago
Mark Haines 78323ccdb3 Remove syutil dependency in favour of smaller single-purpose libraries 9 years ago
Erik Johnston 2df8dd9b37 Move all the caches into their own package, synapse.util.caches 9 years ago
Erik Johnston 20addfa358 Change Cache to not use *args in its interface 9 years ago
Erik Johnston b8e386db59 Change Cache to not use *args in its interface 9 years ago
Erik Johnston 39e21ea51c Add support for using keyword arguments with cached functions 9 years ago
Erik Johnston b5f55a1d85 Implement bulk verify_signed_json API 10 years ago
Mark Haines 29400b45b9 SYN-367: Use upsert rather than insert_or_replace 10 years ago
Mark Haines f30d47c876 Implement remote key lookup api 10 years ago
Mark Haines a429515bdd Add methods for storing and retrieving the raw key json 10 years ago
Erik Johnston 779f7b0f44 Fix unicode support 10 years ago
Erik Johnston 9236136f3a Make work in both Maria and SQLite. Fix tests 10 years ago
Erik Johnston 0e8f5095c7 Fix unicode database support 10 years ago
Erik Johnston 6e7131f02f Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable. 10 years ago
Paul "LeoNerd" Evans a7a28f85ae Appease pep8 10 years ago
Paul "LeoNerd" Evans 099e4b88d8 Add a description to storage layer's _execute_and_decode() 10 years ago
Mark Haines adb04b1e57 Update copyright notices 10 years ago
Mark Haines 7d709542ca Fix pep8 warnings 10 years ago
Mark Haines d56e389a95 Fix pyflakes warnings 10 years ago
Mark Haines 07639c79d9 Respond with more helpful error messages for unsigned requests 10 years ago
Mark Haines b95a178584 SYN-75 Verify signatures on server to server transactions 10 years ago
Matthew Hodgson 8a7c1d6a00 fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 10 years ago
Mark Haines 9ea1de432d Fix homeserver config parsing 10 years ago
Mark Haines d7ae9b90a0 Add store for server certificates and keys 10 years ago