Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-10-29 | Deduplicate device updates sent over replication | Erik Johnston | 1 | -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-29 | Don't truncate command name in metrics | Erik Johnston | 1 | -2/+2 | |
2018-10-29 | Delete the disused & unspecced identicon functionality (#4106) | Amber Brown | 6 | -113/+1 | |
2018-10-29 | Make the replication logger quieter (#4108) | Amber Brown | 2 | -1/+2 | |
2018-10-27 | Better handling of odd PLs during room upgrades | Richard van der Hoff | 2 | -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-26 | Remember to copy the avatar on room upgrades | Richard van der Hoff | 2 | -1/+3 | |
2018-10-26 | optimise state copying | Richard van der Hoff | 1 | -7/+5 | |
2018-10-26 | Address review comments | Richard van der Hoff | 2 | -12/+25 | |
Improve comments, get old room state from the context we already have | |||||
2018-10-26 | Port register_new_matrix_user to Python 3 and add tests (#4085) | Amber Brown | 6 | -202/+378 | |
2018-10-25 |