- Aug 23, 2023
-
-
Erik Johnston authored
-
Andrew Morgan authored
Switch `devenv` dependency in the nix development environment to the latest release (instead of the development branch) (#16063)
-
Neil Johnson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mathieu Velten authored
-
Patrick Cloke authored
-
DeepBlueV7.X authored
* Properly update retry_last_ts when hitting the maximum retry interval This was broken in 1.87 when the maximum retry interval got changed from almost infinite to a week (and made configurable). fixes #16101 Signed-off-by:
Nicolas Werner <nicolas.werner@hotmail.de> * Add changelog * Change fix + add test * Add comment --------- Signed-off-by:
Nicolas Werner <nicolas.werner@hotmail.de> Co-authored-by:
Mathieu Velten <mathieuv@matrix.org>
-
Erik Johnston authored
-
Erik Johnston authored
We do this by marking the tables as `UNLOGGED` in PostgreSQL.
-
- Aug 22, 2023
-
-
Patrick Cloke authored
Reduce duplicated code & remove unused variables.
-
Erik Johnston authored
-
Mathieu Velten authored
-
Shay authored
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Patrick Cloke authored
Support users should not be added to the user directory after being deactivated.
-
Theodore Ni authored
-
Patrick Cloke authored
This should only be called on HomeServer objects which are configured to run background tasks, which is automatically (and properly) done via the call to setup().
-
Hugh Nimmo-Smith authored
-
- Aug 21, 2023
-
-
Maximilian Bosch authored
-
Mathieu Velten authored
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Aug 18, 2023
-
-
Erik Johnston authored
If we don't have all the auth events in a room then not all state events will have a chain cover index. Even so, we can still use the chain cover index on the events that do have it, rather than bailing and using the slower functions. This situation should not arise for newly persisted rooms, as we check we have the full auth chain for each event, but can happen for existing rooms. c.f. #15245
-
Mathieu Velten authored
-
Alexander Fechler authored
-
Erik Johnston authored
See #16119
-
Erik Johnston authored
-
- Aug 17, 2023
-
-
Shay authored
-
Erik Johnston authored
We were seeing serialization errors when taking out multiple read locks. The transactions were retried, so isn't causing any failures. Introduced in #15782.
-
Shay authored
-
Matthew Ma authored
Fixes #15502
-
- Aug 16, 2023
-
-
Mathieu Velten authored
-
axel simon authored
-
- Aug 15, 2023
-
-
David Robertson authored
-
Patrick Cloke authored
-