summary refs log tree commit diff
path: root/synapse/storage/signatures.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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