summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-29Deduplicate device updates sent over replicationErik Johnston1-1/+5
We currently send several kHz of device list updates over replication occisonally, which often causes the replications streams to lag and then get dropped. A lot of those updates will actually be duplicates, since we don't send e.g. device_ids across replication, so let's deduplicate it when we pull them out of the database.
2018-10-29Don't truncate command name in metricsErik Johnston1-2/+2
2018-10-29Delete the disused & unspecced identicon functionality (#4106)Amber Brown6-113/+1
2018-10-29Make the replication logger quieter (#4108)Amber Brown2-1/+2
2018-10-27Better handling of odd PLs during room upgradesRichard van der Hoff2-44/+82
Fixes handling of rooms where we have permission to send the tombstone, but not other state. We need to (a) fail more gracefully when we can't send the PLs in the old room, and (b) not set the PLs in the new room until we are done with the other stuff.
2018-10-26Remember to copy the avatar on room upgradesRichard van der Hoff2-1/+3
2018-10-26optimise state copyingRichard van der Hoff1-7/+5
2018-10-26Address review commentsRichard van der Hoff2-12/+25
Improve comments, get old room state from the context we already have
2018-10-26Port register_new_matrix_user to Python 3 and add tests (#4085)Amber Brown6-202/+378
2018-10-25