summary refs log tree commit diff
path: root/synapse/storage/signatures.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* User Cursor.__iter__ instead of fetchallErik Johnston2017-03-231-1/+1
* Remove lru optionErik Johnston2016-08-191-1/+1
* Cache get_event_reference_hashesErik Johnston2016-05-311-9/+16
* Fix relative imports so they work in both py3 and py27Mark Haines2016-03-081-1/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Remove unused functions from synapse/storage/signatures.pyMark Haines2015-09-231-112/+0
* Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-1/+1
* Add bulk insert events APIErik Johnston2015-06-251-12/+16
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-4/+4
* Fix unicode database supportErik Johnston2015-03-251-5/+5
* Remove uses of REPLACE and ON CONFLICT IGNORE to make the SQL more portable.Erik Johnston2015-03-231-4/+0
* Update copyright noticesMark Haines2015-01-061-1/+1
* Convert rest and handlers to use new event structureErik Johnston2014-12-041-1/+4
* Begin converting things to use the new Event structureErik Johnston2014-12-041-0/+16
* Fix pep8 codestyle warningsMark Haines2014-11-201-5/+5
* Store all signatures on events rather than just dropping themErik Johnston2014-11-121-9/+15
* Start implementing auth chainsErik Johnston2014-11-071-0/+12
* Remove unused signature storage methodsErik Johnston2014-10-311-138/+1
* Fix SQL so that accepts we may want to persist events twice.Erik Johnston2014-10-301-22/+42
* Begin implementing all the PDU storage stuff in Events landErik Johnston2014-10-281-0/+127
* fix pyflakes warningsMark Haines2014-10-271-2/+0
* Hash the same content covered by the signature when referencing previous PDUs...Mark Haines2014-10-171-4/+40
* Include hashes of previous pdus when referencing themMark Haines2014-10-161-0/+31
* Sign outgoing PDUs.Mark Haines2014-10-161-3/+3
* Storage for pdu signaturesMark Haines2014-10-141-0/+90