summary refs log tree commit diff
path: root/tests/utils.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-18Fix auto generating signing_keysMark Haines1-1/+1
2014-10-18improve changelog slightlyMatthew Hodgson1-5/+7
2014-10-17more timestamp fixesMatthew Hodgson3-5/+5
2014-10-18Bump the other version v0.4.1Erik Johnston1-1/+1
2014-10-18Bump versionErik Johnston1-1/+1
2014-10-18Bunp to change log.Erik Johnston1-0/+5
2014-10-17fix webclient to know about right timestampsMatthew Hodgson2-4/+3
2014-10-17I can't type apparentlyErik Johnston2-2/+2
2014-10-17Update changelong and upgradeErik Johnston2-0/+15
2014-10-17Check that we have auth headers and fail nicelyErik Johnston1-0/+5
2014-10-17More log lines.Erik Johnston1-7/+15
2014-10-17add log line for checking verifying signaturesMark Haines1-0/+1
2014-10-17Bump syutil dependencyErik Johnston1-2/+2
2014-10-17Bump version and changelogErik Johnston4-10/+12
2014-10-17Bump database version number.Erik Johnston2-1/+32
2014-10-17keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ...Mark Haines8-13/+18
2014-10-17SPEC-7: Rename 'ts' to 'origin_server_ts'Mark Haines16-42/+42
2014-10-17SPEC-7: Don't stamp event contents with 'hsob_ts'Mark Haines1-13/+3
2014-10-17move gendoc into matrix-doc projectMatthew Hodgson3-794/+0
2014-10-15Remove warning since the end result is still $sanitize'dKegan Dougal1-3/+1
2014-10-15Add unsanitizedLinky filter to fix links in formatted messages.Kegan Dougal2-5/+57
2014-10-15Remove org.matrix.custom.text.html event type and replace it with 'format' an...Kegan Dougal2-3/+2
2014-10-15Add support for org.matrix.custom.text.htmlKegan Dougal2-1/+3
2014-10-14Make sure to return an empty JSON object ({}) from presence PUT/POST requests...Paul "LeoNerd" Evans1-2/+2
2014-10-14SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr...Mark Haines5-3/+10
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 Haines1-5/+4
2014-10-13Verify signatures for server2server requestsMark Haines5-25/+100
2014-10-13SYN-75 sign at the request level rather than the transaction levelMark Haines7