summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-11changelog wordingRichard van der Hoff1-2/+2
2020-02-11Update CHANGES.mdRichard van der Hoff1-1/+1
2020-02-11changelog formattingRichard van der Hoff1-2/+2
2020-02-111.10.0rc4Richard van der Hoff3-2/+10
2020-02-10Reject device display names that are too long (#6882)Patrick Cloke3-1/+32
* Reject device display names that are too long. Too long is currently defined as 100 characters in length. * Add a regression test for rejecting a too long device display name.
2020-02-10filter out m.room.aliases from /sync state blocks (#6884)Matthew Hodgson2-0/+2
We forgot to filter out aliases from /sync state blocks as well as the timeline.
2020-02-10Add an additional test to the SyTest blacklist for worker mode. (#6883)Patrick Cloke2-0/+3
2020-02-101.10.0rc3 v1.10.0rc3Richard van der Hoff4-3/+16
2020-02-10filter out m.room.aliases from the CS API until a better solution is specced ↵Matthew Hodgson2-0/+8
(#6878) We're in the middle of properly mitigating spam caused by malicious aliases being added to a room. However, until this work fully lands, we temporarily filter out all m.room.aliases events from /sync and /messages on the CS API, to remove abusive aliases. This is considered acceptable as m.room.aliases events were never a reliable record of the given alias->id mapping and were purely informational, and in their current state do more harm than good.
2020-02-10Update setuptools for python 3.5 tests (#6880)Richard van der Hoff2-0/+19
Workaround for jaraco/zipp#40
2020-02-07Add support for putting fed user query API on workers (#6873)Erik Johnston5-21/+25
2020-02-07Remove unused `get_room_stats_state` method. (#6869)Richard van der Hoff2-25/+1
2020-02-07Add a `make_event_from_dict` method (#6858)Richard van der Hoff13-39/+52
... and use it in places where it's trivial to do so. This will make it easier to pass room versions into the FrozenEvent constructors.
2020-02-07Add typing to synapse.federation.sender (#6871)Erik Johnston9-107/+138
2020-02-07Allow moving group read APIs to workers (#6866)Erik Johnston9-687/+722
2020-02-07Admin api to add an email address (#6789)Dirk Klimpel6-2/+78
2020-02-07remove unused room_version_to_event_format (#6857)Richard van der Hoff2-23/+2
2020-02-06Limit the number of events that can be requested when backfilling events (#6864)Patrick Cloke2-0/+5
Limit the maximum number of events requested when backfilling events.
2020-02-06Pass room_version into `event_from_pdu_json`Richard van der Hoff5-60/+51
It's called from all over the shop, so this one's a bit messy.
2020-02-06pass room version into FederationClient.send_join (#6854)Richard van der Hoff3-30/+34
... which allows us to sanity-check the create event.
2020-02-06Allow empty federation_certificate_verification_whitelist (#6849)timfi2-0/+3
2020-02-06Third party event rules Update (#6781)PeerD3-4/+10
2020-02-06Reduce amount of logging at INFO level. (#6862)Erik Johnston12-21/+22
A lot of the things we log at INFO are now a bit superfluous, so lets make them DEBUG logs to reduce the amount we log by default. Co-Authored-By: Brendan Abolivier <babolivier@matrix.org> Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
2020-02-06Update changelog v1.10.0rc2Erik Johnston1-1/+1
2020-02-06<