Skip to content
Snippets Groups Projects
Commit 00d915b2 authored by Olivier Wilkinson (reivilibre)'s avatar Olivier Wilkinson (reivilibre)
Browse files

Merge branch 'master' into develop

parents b5a3aecf 8a499d7a
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
Use constants for EDU types.
Reduce database load of `/sync` when presence is enabled.
Refactor `have_seen_events` to reduce memory consumed when processing federation traffic.
Refactor receipt linearization code.
Fix a bug introduced in Synapse 1.59.0 which caused room deletion to fail with a foreign key violation.
Add type annotations to `synapse.logging.opentracing`.
Remove support for the non-standard groups/communities feature from Synapse.
Remove support for the non-standard groups/communities feature from Synapse.
Remove support for the non-standard groups/communities feature from Synapse.
Remove support for the non-standard groups/communities feature from Synapse.
Remove PyNaCl occurrences directly used in Synapse code.
\ No newline at end of file
Fix a long-standing bug which caused the `/messages` endpoint to return an incorrect `end` attribute when there were no more events. Contributed by @Vetchu.
Pull out less state when handling gaps in room DAG.
Fix a bug introduced in Synapse 1.58.0 where `/sync` would fail if the most recent event in a room was a redaction of an event that has since been purged.
Remove contributed `kick_users.py` script. This is broken under Python 3, and is not added to the environment when `pip install`ing Synapse.
Remove `contrib/jitsimeetbridge`. This was an unused experiment that hasn't been meaningfully changed since 2014.
Remove unused `contrib/experiements/cursesio.py` script, which fails to run under Python 3.
Remove unused `contrib/experiements/test_messaging.py` script. This fails to run on Python 3.
Bump types-jsonschema from 4.4.1 to 4.4.6.
Rename storage classes.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment