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