summary refs log tree commit diff
path: root/synapse/handlers/message.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-01Handle RRs which arrive before their eventsRichard van der Hoff1-25/+19
2018-06-01Ignore depth when updating read-receiptsRichard van der Hoff1-30/+37
Order read receipts by stream ordering instead of depth
2018-06-01Add private IPv6 addresses to preview blacklist #3312Felix Schäfer1-0/+3
The added addresses are expected to be local or loopback addresses and shouldn't be spidered for previews. Signed-off-by: Felix Schäfer <felix@thegcat.net>
2018-06-01remove unnecessary INSERTNeil Johnson1-1/+0
2018-05-31code_style.rst: formattingRichard van der Hoff1-1/+1
2018-05-31Run Prometheus on a different port, optionally. (#3274)Amber Brown16-26/+192
2018-05-31Consistently use six's iteritems and wrap lazy keys/values in list() if ↵Amber Brown29-101/+116
they're not meant to be lazy (#3307)
2018-05-29Update some comments and docstrings in SyncHandlerRichard van der Hoff1-1/+11
2018-05-29fix testsRichard van der Hoff1-0/+1
2018-05-29Exempt AS-registered users from doing gdprRichard van der Hoff2-0/+4