- Jul 01, 2022
-
-
Andrew Morgan authored
Synapse 1.62.0rc2 (2022-07-01) ============================== Bugfixes -------- - Fix unread counts for users on large servers. Introduced in v1.62.0rc1. ([\#13140](https://github.com/matrix-org/synapse/issues/13140)) - Fix DB performance when deleting old push notifications. Introduced in v1.62.0rc1. ([\#13141](https://github.com/matrix-org/synapse/issues/13141))
-
David Robertson authored
* Extra validation for rest/client/account_data This is a fairly simple endpoint and we did pretty well here. * Changelog
-
Richard van der Hoff authored
`_check_event_auth` is expected to raise `AuthError`s, so no need to log it again.
-
Richard van der Hoff authored
When we receive an event over federation during a faster join, there is no need to wait for full state, since we have a whole reconciliation process designed to take the partial state into account.
-
- Jun 30, 2022
-
-
Andrew Morgan authored
-
Jacek Kuśnierz authored
Signed-off-by:
Jacek Kusnierz <jacek.kusnierz@tum.de> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-
Patrick Cloke authored
-
Shay authored
-
Shay authored
-
Andrew Morgan authored
Add a link to the configuration manual from the homeserver sample config documentation page (#13139)
-
Erik Johnston authored
-
Erik Johnston authored
-
Patrick Cloke authored
Completes type hints for synapse.logging.scopecontextmanager and (partially) for synapse.logging.opentracing.
-
reivilibre authored
Improve startup times in Complement test runs against workers, particularly in CPU-constrained environments. (#13127) Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
David Robertson authored
-
David Teller authored
Co-authored-by:
reivilibre <oliverw@matrix.org>
-
Brendan Abolivier authored
-
- Jun 29, 2022
-
-
Šimon Brandner authored
Signed-off-by:
Šimon Brandner <simon.bra.ag@gmail.com>
-
Moritz Stückler authored
Signed-off-by:
Moritz Stückler <moritz.stueckler@gmail.com> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Erik Johnston authored
-
jejo86 authored
Signed-off-by:
jejo86 <28619134+jejo86@users.noreply.github.com>
-
- Jun 28, 2022
-
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
reivilibre authored
* Make _iterate_over_text easier to read by using simple data structures * Prefer a set of tags to ignore In my tests, it's 4x faster to check for containment in a set of this size * Add a stack size limit to _iterate_over_text * Continue accepting the case where there is no body element * Use an early return instead for None Co-authored-by:
Richard van der Hoff <richard@matrix.org>
-
Erik Johnston authored
-
David Robertson authored
-
santhoshivan23 authored
- Jun 27, 2022
-
-
Šimon Brandner authored
Signed-off-by:
Šimon Brandner <simon.bra.ag@gmail.com>
-
Robert Long authored
-
reivilibre authored
Refactor the Dockerfile-workers configuration script to use Jinja2 templates in Synapse workers' Supervisord blocks. (#13054) Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Aaron Raimist authored
This API no longer exists. Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Jun 22, 2022
-
-
santhoshivan23 authored
-
- Jun 17, 2022
-
-
David Robertson authored
-
Shay authored
Update opentracing docs to reference the configuration manual rather than the configuation file. (#13076)
-
Richard van der Hoff authored
-