summary refs log tree commit diff
path: root/synapse/replication/tcp/streams.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-03Fix for issue 2635: correctly update rooms avatar/display name when modified ↵Francois Granade1-12/+8
by admin
2017-10-27Revert "Add jitter to validity period of attestations"Erik Johnston1-12/+1
2017-10-27Add jitter to validity period of attestationsErik Johnston1-1/+12
This helps ensure that the renewals of attestations are spread out more evenly.
2017-10-24Bump version and changelog github/release-v0.24.1 release-v0.24.1Erik Johnston2-1/+9
2017-10-23fix vars named `l`Richard van der Hoff2-7/+4
E741 says "do not use variables named ‘l’, ‘O’, or ‘I’".
2017-10-23replace 'except:' with 'except Exception:'Richard van der Hoff54-93/+93
what could possibly go wrong
2017-10-23Correctly wire in update group profile over federationErik Johnston2-11/+31
2017-10-23Fix a logcontext leak in the media repoRichard van der Hoff1-1/+4
2017-10-23Bump version and changelog github/release-v0.24.0 release-v0.24.0Erik Johnston2-1/+7
2017-10-21Validate group ids when parsingRichard van der Hoff3-17/+45
May as well do it whenever we parse a Group ID. We check the sigil and basic structure here so it makes sense to check the grammar in the same place.
2017-10-20Allow = in mxids and groupidsRichard van der Hoff3-5/+4
... because the spec says we should.
2017-10-20Disallow capital letters in useridsRichard van der Hoff3-16/+25
Factor out a common function for checking user ids and group ids, which forbids capitals.
2017-10-20Remove pointless create() methodRichard van der Hoff6-12/+8
It just calls the constructor, so we may as well kill it rather than having random codepaths.
2017-10-19Correctly bump version v0.24.0-rc1Erik Johnston1-1/+1
2017-10-19Update changelogErik Johnston1-0/+1
2017-10-19Bump version and changelogErik Johnston2-1/+36