Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-18 | Improve get auth chain difference algorithm. (#7095) | Erik Johnston | 6 | -71/+310 | |
It was originally implemented by pulling the full auth chain of all state sets out of the database and doing set comparison. However, that can take a lot work if the state and auth chains are large. Instead, lets try and fetch the auth chains at the same time and calculate the difference on the fly, allowing us to bail early if all the auth chains converge. Assuming that the auth chains do converge more often than not, this should improve performance. Hopefully. | |||||
2020-03-18 | Add an option to the set password API to choose whether to logout other ↵ | Patrick Cloke | 5 | -20/+39 | |
devices. (#7085) | |||||
2020-03-17 | Update INSTALL.md updated CentOS8 install instructions (#6925) | Richard von Kellner | 2 | -2/+12 | |
2020-03-17 | Share SSL contexts for non-federation requests (#7094) | Richard van der Hoff | 7 | -44/+71 | |
Extends #5794 etc to the SimpleHttpClient so that it also applies to non-federation requests. Fixes #7092. | |||||
2020-03-17 | Set charset to utf-8 when adding headers for certain text content types (#7044) | The Stranjer | 2 | -1/+25 | |
Fixes #7043 | |||||
2020-03-17 | Remove unused federation endpoint (`query_auth`) (#7026) | Patrick Cloke | 5 | -146/+80 | |
2020-03-17 | Remove special casing of `m.room.aliases` events (#7034) | Patrick Cloke | 5 | -42/+35 | |
2020-03-17 | Revert "Add options to disable setting profile info for prevent changes. ↵ | Richard van der Hoff | 7 | -398/+1 | |
(#7053)" This reverts commit 54dd28621b070ca67de9f773fe9a89e1f4dc19da, reversing changes made to 6640460d054e8f4444046a34bdf638921b31c01e. | |||||
2020-03-16 | Populate the room version from state events (#7070) | Brendan Abolivier |