summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-17Hash the same content covered by the signature when referencing previous PDUs...Mark Haines6-16/+84
2014-10-16Include hashes of previous pdus when referencing themMark Haines11-31/+95
2014-10-16Sign outgoing PDUs.Mark Haines9-24/+62
2014-10-15persist hashes and origin signatures for PDUsMark Haines7-15/+135
2014-10-14SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr...Mark Haines5-3/+10
2014-10-14Storage for pdu signaturesMark Haines2-0/+126
2014-10-14remove debugging logging for signing requestsMark Haines1-4/+0
2014-10-14Note that this breaks federationErik Johnston2-0/+9
2014-10-13typoeMatthew Hodgson1-1/+1
2014-10-13Better response message when signature is missing or unsupportedMark Haines1-1/+1
2014-10-13Respond with more helpful error messages for unsigned requestsMark Haines6-10/+45
2014-10-13Raise a SynapseError if the authorisation header is missing or malformedMark Haines2-19/+31
2014-10-13Remove debug logging, raise a proper SynapseError if the auth header is missingMark Hai