summary refs log tree commit diff
path: root/changelog.d/14077.doc (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-26Actually fetch if a server is linearized.Patrick Cloke1-2/+32
2023-07-26Bump serde from 1.0.171 to 1.0.175 (#15982)dependabot[bot]1-4/+4
2023-07-26Edit changelog v1.89.0rc1Mathieu Velten1-7/+7
2023-07-26Remove changelog fileMathieu Velten1-1/+0
2023-07-26Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten7-16/+22
2023-07-25FIx-up content hash checking for PDUs vs. delegated PDUs.Patrick Cloke2-19/+28
2023-07-251.89.0rc1Mathieu Velten33-31/+68
2023-07-25Bump pygithub from 1.58.2 to 1.59.0 (#15834)dependabot[bot]1-3/+3
2023-07-24Support MSC3814: Dehydrated Devices (#15929)Shay7-12/+603
2023-07-24Fix broken Arch Linux package link (#15981)SnipeX_2-2/+3
2023-07-24Resync stale devices in background (#15975)Erik Johnston2-1/+9
2023-07-24Bump click from 8.1.3 to 8.1.6 (#15984)dependabot[bot]1-3/+3
2023-07-24Bump sentry-sdk from 1.26.0 to 1.28.1 (#15985)dependabot[bot]1-3/+3
2023-07-24Bump pillow from 9.4.0 to 10.0.0 (#15986)dependabot[bot]1-83/+62
2023-07-24Bump types-requests from 2.31.0.1 to 2.31.0.2 (#15983)dependabot[bot]1-3/+3
2023-07-23Properly handle redactions of creation events (#15973)Shay3-5/+13
2023-07-23Actually stop reading from column `user_id` of tables `profiles` (#15955)Shay5-12/+12
2023-07-23Build packages for Debian Trixie (#15961)Shay2-0/+2
2023-07-22Print out error from remote homeserver if failed to inviteAndrew Morgan1-0/+3
2023-07-22Use room version, not "hub_server" field when adding/validating "origin"Andrew Morgan2-4/+6
2023-07-20If we are acting on a PDU, keep the "lpdu" hash intact.Andrew Morgan1-4/+13
2023-07-20Fix a couple type hints.Andrew Morgan1-2/+2
2023-07-20Do not add `origin` field to LPDUs.Andrew Morgan2-1/+8
2023-07-20Speed up updating state in large rooms (#15971)Erik Johnston5-131/+141
2023-07-20Fixed grafana deploy annotations in the dashboard config, so it shows for tho...Will Lewis2-1/+2
2023-07-20Don't log exceptions for every non-200 response (#15969)Erik Johnston2-4/+1
2023-07-20Reduce the amount of state we pull out (#15968)Erik Johnston4-12/+14
2023-07-19Fix https://github.com/matrix-org/synapse/issues/15962Travis Ralston1-1/+2
2023-07-19Fix(?) MSC2176 implementationTravis Ralston1-2/+2
2023-07-19Ensure a long state res does not starve CPU (#15960)Erik Johnston2-1/+9
2023-07-19Fix bad merge of #15933 (#15958)Erik Johnston3-0/+1
2023-07-19Fix race in triggers for read/write locks. (#15933)Erik Johnston5-98/+135
2023-07-18Fix background schema updates failing over a large upgrade gap (#15887)Shay2-0/+71
2023-07-18Add notePatrick Cloke1-0/+3
2023-07-18Linting.Patrick Cloke1-7/+21
2023-07-18Sort auth/state.Patrick Cloke1-0/+8
2023-07-18Do not return depth.Patrick Cloke1-1/+4
2023-07-18Fix accepting an invite.Patrick Cloke3-4/+19
2023-07-18Fix creating events from LPDUs.Patrick Cloke3-16/+22
2023-07-18Remove unsigned and depth in more places.Patrick Cloke2-1/+10
2023-07-181.88.0 v1.88.0Olivier Wilkinson (reivilibre)4-3/+16
2023-07-18Support room version 11 (#15912)Patrick Cloke19-290/+190
2023-07-18Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte...Shay10-122/+174
2023-07-18Add a locality to a few presence metrics (#15952)Jason Little2-13/+25
2023-07-18Re-introduce the outbound federation proxy (#15913)Eric Eastwood32-96/+1128
2023-07-17Provide templated LPDUs for make_{join,leave,knock} requests.Patrick Cloke4-27/+60
2023-07-17Accept LPDUs in transactions and fan them back out.Patrick Cloke3-10/+151
2023-07-17Convert new-style EDUs to old-style EDUs.Patrick Cloke1-8/+41
2023-07-17Implement new device endpoint.Patrick Cloke1-0/+28
2023-07-17Implement new send endpoint.Patrick Cloke4-7/+129
2023-07-17Implement new invite endpoint.Patrick Cloke3-0/+60
2023-07-17Implement new send_{join,leave,knock} endpoints.Patrick Cloke5-15/+195
2023-07-17Implement new event and backfill endpoints.Patrick Cloke4-64/+209
2023-07-17Handle LPDU content hash.Patrick Cloke3-16/+55
2023-07-17Ignore non-state events sent in state.Patrick Cloke1-0/+3
2023-07-17Linearized Matrix events do not have a depth.Patrick Cloke4-12/+23
2023-07-17Remove references to m.room.hub events.Patrick Cloke2-20/+3
2023-07-17Update for v2.Patrick Cloke9-84/+78
2023-07-17Revert "Initial routing of events."Patrick Cloke4-138/+0
2023-07-17Initial routing of events.Patrick Cloke4-0/+138
2023-07-17Disable TLS over federation.Patrick Cloke1-4/+5
2023-07-17Initial cut at signature verification.Patrick Cloke5-17/+178
2023-07-17Bump anyhow from 1.0.71 to 1.0.72 (#15949)dependabot[bot]1-2/+2
2023-07-17Bump pyo3-log from 0.8.2 to 0.8.3 (#15951)dependabot[bot]1-2/+2
2023-07-17Bump serde_json from 1.0.100 to 1.0.103 (#15950)dependabot[bot]1-2/+2
2023-07-17Bump jsonschema from 4.17.3 to 4.18.3 (#15948)dependabot[bot]1-42/+144
2023-07-17Bump typing-extensions from 4.5.0 to 4.7.1 (#15947)dependabot[bot]1-3/+3
2023-07-17Bump pydantic from 1.10.10 to 1.10.11 (#15946)dependabot[bot]1-37/+37
2023-07-17Bump prometheus-client from 0.17.0 to 0.17.1 (#15945)dependabot[bot]1-3/+3
2023-07-17Pin the rust version in `flake.nix`, and bump to 1.70.0 to fix installing `ru...Andrew Morgan3-43/+87
2023-07-15Bump cryptography from 41.0.1 to 41.0.2 (#15943)dependabot[bot]1-20/+24
2023-07-14Document that you cannot login as yourself on /_synapse/admin/v1/users/<user_...Will Hunt2-1/+3
2023-07-13Stop accepting 'user' parameter for application service registration. (#15928)Patrick Cloke3-8/+15
2023-07-13Bump types-pillow from 9.5.0.4 to 10.0.0.1 (#15932)dependabot[bot]1-3/+5
2023-07-12Remove unneeded __init__. (#15926)Patrick Cloke2-9/+1
2023-07-12Fix running with an empty experimental features section. (#15925)Patrick Cloke2-1/+2
2023-07-12Fix push for invites received over federation (#15820)Erik Johnston2-1/+37
2023-07-12Mark get_user_in_directory private since only used in tests (#15884)Mathieu Velten4-20/+14
2023-07-11Make it more obvious which Python version runs on a given Linux distribution ...Eric Eastwood2-7/+12
2023-07-11Better clarify how to run a worker instance (pass both configs) (#15921)Eric Eastwood2-2/+3
2023-07-11Better warning in logs when we fail to fetch an alias (#15922)Eric Eastwood2-1/+4
2023-07-11Bump Unix sockets intro version (#15924)Eric Eastwood2-1/+2
2023-07-11Unix Sockets for HTTP Replication (#15708)Jason Little16-52/+260
2023-07-11Add + as an allowed character for Matrix IDs (MSC4009) (#15911)Patrick Cloke7-39/+17
2023-07-11Don't build wheels for Python 3.7 (#15917) v1.88.0rc1David Robertson2-2/+10
2023-07-11Call out upgrade notes in READMEDavid R