summary refs log tree commit diff
path: root/synapse/storage/keys.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix unicode supportErik Johnston2015-04-021-4/+10
|
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-2/+2
|
* Fix unicode database supportErik Johnston2015-03-251-2/+2
|
* Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable.Erik Johnston2015-03-231-2/+0
|
* Appease pep8Paul "LeoNerd" Evans2015-03-111-2/+2
|
* Add a description to storage layer's _execute_and_decode()Paul "LeoNerd" Evans2015-03-111-1/+3
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Fix pep8 warningsMark Haines2014-10-301-1/+2
|
* Fix pyflakes warningsMark Haines2014-10-271-1/+0
|
* Respond with more helpful error messages for unsigned requestsMark Haines2014-10-131-0/+2
|
* SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-31/+44
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Fix homeserver config parsingMark Haines2014-09-011-1/+1
|
* Add store for server certificates and keysMark Haines2014-08-281-0/+103