summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05Fix origin handling for pushed transactionsRichard van der Hoff2-14/+17
Use the actual origin for push transactions, rather than whatever the remote server claimed.
2018-09-05Check that signatures on events are validRichard van der Hoff1-16/+110
We should check that both the sender's server, and the server which created the event_id (which may be different from whatever the remote server has told us the origin is), have signed the event.
2018-08-22changelog for 0.33.3