summary refs log tree commit diff
path: root/synapse/handlers/presence.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05Fix origin handling for pushed transactionsRichard van der Hoff5-29/+32
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-090.33.2 changelog v0.33.2 github/release-v0.33.2 release-v0.33.2Amber Brown1-0/+6
2018-08-090.33.2Amber Brown1-1/+1
2018-08-09fix the changelog & templateAmber Brown2-50/+50
2018-08-07fix changelogAmber Brown1-1/+4
2018-08-07fix for rc1 v0.33.2rc1Amber Brown2-3/+3
2018-08-07changelogAmber Brown59-54/+64
2018-08-07versionAmber Brown1-1/+1
2018-08-03Return M_NOT_FOUND when a profile could not be found. (#3596)Will Hunt2-31/