summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fixup changlog v1.117.0rc1Erik Johnston2024-10-081-1/+1
* 1.117.0rc1Erik Johnston2024-10-0821-19/+47
* Improvements to admin redact api (#17792)Shay2024-10-085-41/+107
* Add missing license header (#17799)Andrew Ferrazzutti2024-10-0810-3/+87
* Sliding sync: omit bump stamp when it is unchanged (#17788)Erik Johnston2024-10-085-12/+136
* Sliding sync minor performance speed up using new table (#17787)Erik Johnston2024-10-083-9/+61
* Speed up sliding sync when there are many active subscriptions (#17789)Erik Johnston2024-10-083-7/+63
* Clarify `test_forget_when_not_left` docstring (#17628)Andrew Morgan2024-10-072-1/+2
* Add config option redis.password_path (#17717)V024602024-10-074-2/+81
* docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709)Henrique2024-10-072-0/+3
* Bump python-multipart from 0.0.10 to 0.0.12 (#17772)dependabot[bot]2024-10-072-6/+6
* Don't say MSC4140 is supported when it's disabled (#17780)Andrew Ferrazzutti2024-10-043-2/+19
* Fix NAME attribute of `ReplicationRemovePusherRestServlet` (#17779)Andrew Morgan2024-10-042-1/+2
* explain load balancing for `federation_sender_instances` (#17776)Dirk Klimpel2024-10-032-1/+8
* Merge branch 'master' into developAndrew Morgan2024-10-013-1/+14
|\
| * 1.116.0 v1.116.0Andrew Morgan2024-10-013-1/+14
* | Fix perf when streams don't change often (#17767)Erik Johnston2024-09-303-14/+19
* | Optimise notifier mk2 (#17766)Erik Johnston2024-09-302-35/+62
* | Bump ruff from 0.6.7 to 0.6.8 (#17774)dependabot[bot]2024-09-302-21/+21
* | Bump phonenumbers from 8.13.45 to 8.13.46 (#17773)dependabot[bot]2024-09-301-3/+3
* | Bump regex from 1.10.6 to 1.11.0 (#17770)dependabot[bot]2024-09-301-6/+6
* | Reduce overhead of sliding sync E2EE loops (#17771)Erik Johnston2024-09-303-6/+8
* | Add fast path for sliding sync streams that only ask for extensions (#17768)Erik Johnston2024-09-302-0/+22
* | Optimise notifier (#17765)Erik Johnston2024-09-303-35/+43
* | Minor perf speed up for large accounts on SSS (#17751)Erik Johnston2024-09-302-4/+7
* | Merge branch 'release-v1.116' into developQuentin Gliech2024-09-267-7/+414
|\|
| * 1.116.0rc2 v1.116.0rc2Quentin Gliech2024-09-264-2/+16
| * Support MSC3757: Restricting who can overwrite a state event (#17513)Andrew Ferrazzutti2024-09-265-6/+399
* | Remove spurious TODO in debian install step (#17749)Erik Johnston2024-09-262-5/+4
|/
* Changelog fixes v1.116.0rc1Quentin Gliech2024-09-251-20/+17
* 1.116.0rc1Quentin Gliech2024-09-2528-32/+73
* Bump treq from 23.11.0 to 24.9.1 (#17744)dependabot[bot]2024-09-253-5/+7
* Remove the deprecated cgi module (#17741)V024602024-09-253-5/+6
* Bump phonenumbers from 8.13.44 to 8.13.45 (#17762)dependabot[bot]2024-09-251-3/+3
* Bump ruff from 0.6.5 to 0.6.7 (#17760)dependabot[bot]2024-09-242-21/+21
* Bump msgpack from 1.0.8 to 1.1.0 (#17759)dependabot[bot]2024-09-241-57/+65
* Bump idna from 3.8 to 3.10 (#17758)dependabot[bot]2024-09-251-3/+6
* Bump types-setuptools from 74.1.0.20240907 to 75.1.0.20240917 (#17757)dependabot[bot]2024-09-241-3/+3
* Bump pydantic from 2.8.2 to 2.9.2 (#17756)dependabot[bot]2024-09-241-99/+100
* Bump types-pyyaml from 6.0.12.20240808 to 6.0.12.20240917 (#17755)dependabot[bot]2024-09-241-3/+3
* Bump prometheus-client from 0.20.0 to 0.21.0 (#17746)dependabot[bot]2024-09-241-3/+3
* Bump pyasn1-modules from 0.4.0 to 0.4.1 (#17747)dependabot[bot]2024-09-241-3/+3
* Bump python-multipart from 0.0.9 to 0.0.10 (#17745)dependabot[bot]2024-09-241-6/+3
* Bump bytes from 1.7.1 to 1.7.2 (#17743)dependabot[bot]2024-09-241-2/+2
* Never return negative bump stamp (#17748)Erik Johnston2024-09-242-0/+17
* Support MSC4140: Delayed events (Futures) (#17326)Andrew Ferrazzutti2024-09-2321-12/+1772
* Speed up sorting of sliding sync rooms in initial request (#17734)Erik Johnston2024-09-202-2/+70
* Sliding sync: Add connection tracking to the `account_data` extension (#17695)Erik Johnston2024-09-197-67/+742
* Sliding Sync: Avoid fetching left rooms and add back `newly_left` rooms (#17725)Eric Eastwood2024-09-198-110/+833
* Fix sliding sync for rooms with unknown room version (#17733)Erik Johnston2024-09-194-0/+68
* Sliding Sync: Add cache to `get_tags_for_room(...)` (#17730)Eric Eastwood2024-09-195-6/+21
* Sliding Sync: No need to sort if the range is large enough to cover all of th...Eric Eastwood2024-09-195-51/+80
* Sliding Sync: Fix `_bulk_get_max_event_pos(...)` being inefficient (#17728)Eric Eastwood2024-09-192-1/+2
* Sliding sync: Ignore invites from ignored users (#17729)Eric Eastwood2024-09-183-2/+142
* Sliding Sync: Shortcut for checking if certain background updates have comple...Eric Eastwood2024-09-182-0/+7
* Sliding Sync: bugfix: ensure we can sync with SSS even with missing rooms (#1...Kegan Dougal2024-09-182-1/+6
* Add an Admin API endpoint to redact all a user's events (#17506)Shay2024-09-187-5/+712
* Sliding Sync: Short-circuit `have_finished_sliding_sync_background_jobs` (#17...Eric Eastwood2024-09-172-2/+3
* Merge branch 'master' into developOlivier 'reivilibre2024-09-173-1/+14
|\
| * 1.115.0 v1.115.0Olivier 'reivilibre2024-09-173-1/+14
* | Sliding Sync: Return room tags in account data extension (#17707)Eric Eastwood2024-09-165-65/+226
* | Bump anyhow from 1.0.87 to 1.0.89 (#17716)dependabot[bot]2024-09-161-2/+2
* | Bump pyasn1 from 0.6.0 to 0.6.1 (#17714)dependabot[bot]2024-09-161-3/+3
* | Bump ruff from 0.6.4 to 0.6.5 (#17715)dependabot[bot]2024-09-162-21/+21
* | Bump types-requests from 2.32.0.20240712 to 2.32.0.20240914 (#17713)dependabot[bot]2024-09-161-3/+3
* | Bump sentry-sdk from 2.13.0 to 2.14.0 (#17712)dependabot[bot]2024-09-161-3/+3
* | Sliding Sync: Support filtering by 'tags' / 'not_tags' in SSS (#17662)David Baker2024-09-123-3/+369
* | Sliding Sync: Increase concurrency of sliding sync a bit (#17696)Erik Johnston2024-09-123-2/+11
* | Sliding Sync: Move filters tests to rest layer (#17703)Eric Eastwood2024-09-129-1795/+1928
* | Merge branch 'release-v1.115' into developAndrew Morgan2024-09-125-3/+17
|\|
| * 1.115.0rc2 v1.115.0rc2Andrew Morgan2024-09-125-3/+17
* | import pydantic objects from the `_pydantic_compat` module (#17667)Éloi Rivard2024-09-1118-161/+126
* | Sliding Sync: Use Sliding Sync tables for sorting (#17693)Eric Eastwood2024-09-118-105/+103
* | Sliding Sync: Make sure we get up-to-date information from `get_sliding_sync_...Eric Eastwood2024-09-115-56/+160
* | Merge remote-tracking branch 'origin/release-v1.115' into developErik Johnston2024-09-110-0/+0
|\|
| * Sliding sync: don't fetch room summary for named rooms. (#17683)Erik Johnston2024-09-117-76/+121
| * Sliding sync: various fixups to the background update (#17652)Erik Johnston2024-09-114-180/+186
* | Sliding sync: various fixups to the background update (#17652)Erik Johnston2024-09-114-180/+186
* | Sliding sync: don't fetch room summary for named rooms. (#17683)Erik Johnston2024-09-117-76/+121
* | Enable guest access on new media endpoints, per MSC4189 (#17675)Travis Ralston2024-09-102-2/+3
* | Add config option turn_shared_secret_path (#17690)V024602024-09-103-1/+30
* | Bump anyhow from 1.0.86 to 1.0.87 (#17685)dependabot[bot]2024-09-101-2/+2
* | Fix minor misspelling in README.rst. (#17664)Jeremy Wright2024-09-101-1/+1
* | Bump cryptography from 43.0.0 to 43.0.1 (#17689)dependabot[bot]2024-09-101-29/+29
* | Bump serde_json from 1.0.127 to 1.0.128 (#17687)dependabot[bot]2024-09-101-2/+2
* | Bump serde from 1.0.209 to 1.0.210 (#17686)dependabot[bot]2024-09-101-4/+4
|/
* Update changelog v1.115.0rc1Devon Hudson2024-09-101-1/+1
* 1.115.0rc1Devon Hudson2024-09-1036-34/+57
* Bump idna from 3.7 to 3.8 (#17682)dependabot[bot]2024-09-101-4/+4
* Bump types-setuptools from 71.1.0.20240818 to 74.1.0.20240907 (#17681)dependabot[bot]2024-09-101-3/+3
* Bump ruff from 0.6.2 to 0.6.4 (#17680)dependabot[bot]2024-09-102-21/+21
* Bump authlib from 1.3.1 to 1.3.2 (#17679)dependabot[bot]2024-09-101-3/+3
* Sliding sync: various fixups to the sliding sync joined room background job (...Erik Johnston2024-09-102-9/+19
* Sliding Sync: Look for `bump _stamp` in the room timeline (#17684)Erik Johnston2024-09-102-53/+96
* Sliding Sync: Retrieve fewer events from DB in sync (#17688)Erik Johnston2024-09-109-92/+90
* Sliding Sync: Add comment to explain extra case where you can be invited -> b...Eric Eastwood2024-09-092-3/+8
* Sliding Sync: Get `bump_stamp` from new sliding sync tables because it's fast...Eric Eastwood2024-09-095-56/+333
* Revert "Look for bump stamp in the room timeline"Erik Johnston2024-09-091-24/+12
* Look for bump stamp in the room timelineErik Johnston2024-09-091-12/+24
* Sliding Sync: Speed up incremental sync by avoiding extra work (#17665)Eric Eastwood2024-09-095-46/+471
* Fix bump stamp for non-joined rooms (#17674)Erik Johnston2024-09-063-19/+67
* Small performance improvements for sliding sync (#17672)Erik Johnston2024-09-064-17/+26
* Speed up fetching partial-state rooms on sliding sync (#17666)Erik Johnston2024-09-063-20/+35
* Speed up sliding sync by avoiding copies (#17670)Erik Johnston2024-09-065-262/+296
* Stabilise MSC4156: `server_name` -> `via` (#17650)Johannes Marbach2024-09-054-19/+9
* Revert "Fix bump stamp for non-joined rooms"Erik Johnston2024-09-052-66/+19
* Fix bump stamp for non-joined roomsErik Johnston2024-09-052-19/+66
* Fix background update to handle invalid events (#17641)Erik Johnston2024-09-052-3/+7
* Sliding Sync: Prevent duplicate tags being added to traces (#17655)Eric Eastwood2024-09-052-16/+18
* Fix sliding sync on workers (#17649)Erik Johnston2024-09-043-11/+13
* Bump twisted from 24.7.0rc1 to 24.7.0 (#17647)dependabot[bot]2024-09-031-3/+3
* Bump types-psycopg2 from 2.9.21.20240417 to 2.9.21.20240819 (#17646)dependabot[bot]2024-09-031-3/+3
* Bump towncrier from 24.7.1 to 24.8.0 (#17645)dependabot[bot]2024-09-031-3/+3
* Bump types-pillow from 10.2.0.20240520 to 10.2.0.20240822 (#17644)dependabot[bot]2024-09-031-3/+3
* Merge remote-tracking branch 'origin/release-v1.114' into developErik Johnston2024-09-0213-12/+89
|\
| * Fix changelog v1.114.0Erik Johnston2024-09-021-1/+1
| * Update changelogErik Johnston2024-09-021-0/+6
| * 1.114.0Erik Johnston2024-09-024-2/+16
| * Enable sliding sync support by default (#17648)Erik Johnston2024-09-022-2/+5
| * Fixup changelog v1.114.0rc3Erik Johnston2024-08-301-1/+1
| * 1.114.0rc3Erik Johnston2024-08-304-2/+16
| * Fix starting non-media repos (#17626)Erik Johnston2024-08-302-4/+3
| * Fixup changelogErik Johnston2024-08-301-1/+1
| * Fixup changelog v1.114.0rc2Erik Johnston2024-08-301-1/+1
| * 1.114.0rc2Erik Johnston2024-08-3017-15/+49
| * Replace isort and black with ruff (#17620)Quentin Gliech2024-08-3011-440/+56
| * MSC3861: load the issuer and account management URLs from OIDC discovery (#17...Quentin Gliech2024-08-309-46/+126
| * Use custom stage UIA error for MAS cross-signing reset (#17509)Michael Telatynski2024-08-305-18/+40
| * Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-3014-117/+695
| * Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston2024-08-309-444/+443
* | Format files with Ruff (#17643)Quentin Gliech2024-09-02152-492/+526
* | Sliding sync: use new DB tables (#17630)Erik Johnston2024-09-0121-18/+877
* | Sliding Sync: Split up `get_room_membership_for_user_at_to_token` (#17629)Erik Johnston2024-09-012-126/+196
* | Revert "Also handle invalid event errors"Erik Johnston2024-09-011-6/+3
* | Also handle invalid event errorsErik Johnston2024-09-011-3/+6
* | Sliding sync: various fixes to background update (#17636)Erik Johnston2024-09-014-16/+59
* | MSC3861: load the issuer and account management URLs from OIDC discovery (#17...Quentin Gliech2024-08-309-46/+126
* | Use custom stage UIA error for MAS cross-signing reset (#17509)Michael Telatynski2024-08-305-18/+40
* | Replace isort and black with ruff (#17620)Quentin Gliech2024-08-3011-440/+56
* | Sliding sync: Ignore tables with no create event in current state (#17633)Erik Johnston2024-08-302-23/+39
* | Sliding sync: Fix bg update again (v3) (#17634)Erik Johnston2024-08-302-5/+27
* | Sliding Sync: Fix outlier re-persisting causing problems with sliding sync ta...Eric Eastwood2024-08-305-134/+263
* | Fix background update for sliding sync (find previous membership) (#17632)Erik Johnston2024-08-292-4/+6
* | Fix background update for sliding sync (#17631)Erik Johnston2024-08-293-18/+24
* | Sliding sync: Store the per-connection state in the database. (#17599)Erik Johnston2024-08-2914-116/+692
* | Sliding Sync: Make `PerConnectionState` immutable (#17600)Erik Johnston2024-08-299-444/+441
* | Sliding Sync: Pre-populate room data for quick filtering/sorting (#17512)Eric Eastwood2024-08-2922-109/+7408
* | Fix Internal Server Error for Non-Local Users in Room Actions (#17607)Gordan Trevis2024-08-293-5/+26
* | Fix starting non-media repos (#17626)Erik Johnston2024-08-293-5/+4
* | docs: fix typo in saml2_config example (#17594)meise2024-08-292-2/+3
* | fix listener docs - admin api only on main process (#17590)Dirk Klimpel2024-08-292-3/+5
|/
* Sliding sync: Always send your own receipts down (#17617)Erik Johnston2024-08-294-87/+359
* Use `max_upload_size` as the limit when following the `Location` header (#17543)Till2024-08-293-1/+84
* Sliding sync: factor out room list logic (#17622)Erik Johnston2024-08-287-1356/+1468
* Fix hierarchy returning 403 when room is accessible through federation (#17194)Krishan2024-08-283-2/+72
* Fix content length on federation `/thumbnail` responses (#17532)Shay2024-08-284-20/+41
* Bump serde from 1.0.208 to 1.0.209 (#17613)dependabot[bot]2024-08-281-4/+4
* hash_password accepts stdin now (#17608)eyJhb2024-08-275-11/+216
* Bump pyyaml from 6.0.1 to 6.0.2 (#17611)dependabot[bot]2024-08-271-53/+55
* Bump phonenumbers from 8.13.43 to 8.13.44 (#17610)dependabot[bot]2024-08-271-3/+3
* Bump attrs from 23.2.0 to 24.2.0 (#17609)dependabot[bot]2024-08-271-9/+9
* Bump pygithub from 2.3.0 to 2.4.0 (#17612)dependabot[bot]2024-08-271-4/+4
* Bump serde_json from 1.0.125 to 1.0.127 (#17614)dependabot[bot]2024-08-271-2/+2
* Speed up fetching latest stream positions via cache (#17606)Erik Johnston2024-08-273-67/+77
* Fix @tag_args for non-methods (#17604)Erik Johnston2024-08-272-7/+8
* Bump types-setuptools from 71.1.0.20240726 to 71.1.0.20240818 (#17586)dependabot[bot]2024-08-231-3/+3
* Bump sentry-sdk from 2.12.0 to 2.13.0 (#17585)dependabot[bot]2024-08-231-3/+4
* Bump cryptography from 42.0.8 to 43.0.0 (#17584)dependabot[bot]2024-08-231-34/+29
* Bump types-jsonschema from 4.23.0.20240712 to 4.23.0.20240813 (#17583)dependabot[bot]2024-08-231-3/+14
* Bump serde_json from 1.0.124 to 1.0.125 (#17582)dependabot[bot]2024-08-231-2/+2
* Bump serde from 1.0.206 to 1.0.208 (#17581)dependabot[bot]2024-08-231-4/+4
* Sliding sync: Split up handler into its own module (#17595)Erik Johnston2024-08-205-1267/+1380
* changelog: move SSSS some changes in the features section v1.114.0rc1Quentin Gliech2024-08-201-3/+6
* 1.114.0rc1Quentin Gliech2024-08-2034-34/+58
* Sliding Sync: Speed up getting receipts for initial rooms (#17592)Erik Johnston2024-08-204-29/+108
* Add metrics for sliding sync processing time (#17593)Erik Johnston2024-08-202-0/+16
* Sliding Sync: Handle timeline limit changes (take 2) (#17579)Erik Johnston2024-08-205-13/+285
* Sliding Sync: Batch up fetching receipts (#17589)Erik Johnston2024-08-202-14/+17
* Sliding sync: Correctly track which read receipts we have or have not sent do...Erik Johnston2024-08-196-80/+378
* Sliding sync: Add classes for per-connection state (#17574)Erik Johnston2024-08-192-94/+190
* Fix zero length media handling (#17570)Erik Johnston2024-08-192-1/+2
* Test github token before running release script (#17562)Erik Johnston2024-08-192-0/+26
* Speed up `/keys/changes` (#17548)Erik Johnston2024-08-163-20/+77
* Add a flag to /versions about SSS support (#17571)Erik Johnston2024-08-162-0/+7
* Register the media threadpool with our metrics (#17566)Andrew Morgan2024-08-142-0/+5
* Fix fetching signing keys when `old_verify_keys` is omitted (#17568)Tulir Asokan2024-08-142-1/+2
* Fix 'Producer was not unregistered' error (#17569)Erik Johnston2024-08-142-0/+4
* Reduce concurrent thread usage in media (#17567)Erik Johnston2024-08-143-39/+90
* Handle lower-case http headers in `_Mulitpart_Parser_Protocol` (#17545)Shay2024-08-143-11/+38
* Sliding Sync: Exclude partially stated rooms if we must await full state (#17...Eric Eastwood2024-08-133-45/+255
* Use a larger, dedicated threadpool for media sending (#17564)Erik Johnston2024-08-137-17/+48
* Add a utility function for generating fake event IDs (#17557)Andrew Morgan2024-08-134-9/+36
* Add missing docstrings related to profile methods. (#17559)Patrick Cloke2024-08-133-0/+70
* Merge branch 'master' into developErik Johnston2024-08-133-1/+14
|\
| * 1.113.0 v1.113.0Erik Johnston2024-08-133-1/+14
* | Remove logging in multipart (#17563)Erik Johnston2024-08-132-1/+1
* | Fixup media logcontexts (#17561)Erik Johnston2024-08-132-2/+10
* | Speed up responding to media requests (#17558)Erik Johnston2024-08-137-21/+154
* | Bump serde from 1.0.204 to 1.0.206 (#17556)dependabot[bot]2024-08-131-4/+4
* | Bump setuptools from 67.6.0 to 72.1.0 (#17542)Andrew Morgan2024-08-122-18/+8
* | Bump serde_json from 1.0.122 to 1.0.124 (#17555)dependabot[bot]2024-08-121-2/+2
* | Bump sentry-sdk from 2.10.0 to 2.12.0 (#17553)dependabot[bot]2024-08-121-4/+4
* | Bump types-pyyaml from 6.0.12.20240311 to 6.0.12.20240808 (#17552)dependabot[bot]2024-08-121-3/+3
* | Bump phonenumbers from 8.13.42 to 8.13.43 (#17551)dependabot[bot]2024-08-121-3/+3
* | Bump lxml from 5.2.2 to 5.3.0 (#17550)dependabot[bot]2024-08-121-144/+140
* | Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#17549)dependabot[bot]2024-08-121-1/+1
* | Bump types-requests from 2.31.0.20240406 to 2.32.0.20240712 (#17524)dependabot[bot]2024-08-121-3/+3
* | Fix performance of device lists in `/key/changes` and sliding sync (#17537) github/developErik Johnston2024-08-094-205/+215
* | Start handlers for new media endpoints when media resource configured (#17483)devonh2024-08-086-70/+132
* | Replace deprecated `HTTPAdapter.get_connection` method with `get_connection_...Andrew Morgan2024-08-082-7/+19
* | SSS: Implement PREVIOUSLY room tracking (#17535)Erik Johnston2024-08-083-88/+53
* | Sliding Sync: Use `stream_ordering` based timeline pagination for incremental...Eric Eastwood2024-08-079-126/+311
* | Bump bytes from 1.6.1 to 1.7.1 (#17526)dependabot[bot]2024-08-071-2/+2
* | Bump regex from 1.10.5 to 1.10.6 (#17527)dependabot[bot]2024-08-071-2/+2
* | Fixup sliding sync comment (#17531)Erik Johnston2024-08-072-1/+2
* | Sliding Sync: Add more tracing (#17514)Eric Eastwood2024-08-066-240/+346
* | Merge branch 'release-v1.113' into developAndrew Morgan2024-08-0620-18/+51
|\|
| * 1.113.0rc1 v1.113.0rc1 github/release-v1.113 release-v1.113Andrew Morgan2024-08-0620-18/+51
* | Clarify `auto_accept_invites.worker_to_run_on` config docs (#17515)Andrew Morgan2024-08-062-1/+6
|/
* Bump phonenumbers from 8.13.39 to 8.13.42 (#17521)dependabot[bot]2024-08-061-3/+3
* Bump towncrier from 23.11.0 to 24.7.1 (#17523)dependabot[bot]2024-08-061-5/+5
* Bump black from 24.4.2 to 24.8.0 (#17522)dependabot[bot]2024-08-061-25/+25
* Bump serde_json from 1.0.121 to 1.0.122 (#17525)dependabot[bot]2024-08-061-2/+2
* SS: Reset connection if token is unrecognized (#17529)Erik Johnston2024-08-064-17/+57
* Sliding Sync: Easier to understand timeline assertions in tests (#17511)Eric Eastwood2024-08-052-21/+104
* Sliding Sync: Add typing notification extension (MSC3961) (#17505)Eric Eastwood2024-07-319-7/+640
* Sliding Sync: Split and move tests (#17504)Eric Eastwood2024-07-3115-5860/+6315
* Sliding Sync: Fix `limited` response description (make accurate) (#17507)Eric Eastwood2024-07-312-2/+3
* Sliding Sync: Update filters to be robust against remote invite rooms (#17450)Eric Eastwood2024-07-3011-109/+1597
* Sliding Sync: Add receipts extension (MSC3960) (#17489)Eric Eastwood2024-07-307-268/+1070
* Merge branch 'master' into developOlivier 'reivilibre2024-07-303-1/+33
|\
| * Merge branch 'release-v1.112' github/master masterOlivier 'reivilibre2024-07-3056-862/+5734
| |\
| | * 1.112.0 v1.112.0 github/release-v1.112 release-v1.112Olivier 'reivilibre2024-07-304-2/+32
| | * Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre2024-07-308-57/+65
* | | Bump types-setuptools from 70.1.0.20240627 to 71.1.0.20240726 (#17497)dependabot[bot]2024-07-301-3/+3
* | | Bump types-pyopenssl from 24.1.0.20240425 to 24.1.0.20240722 (#17496)dependabot[bot]2024-07-301-3/+3
* | | Bump bcrypt from 4.1.3 to 4.2.0 (#17495)dependabot[bot]2024-07-301-28/+28
* | | Bump serde_json from 1.0.120 to 1.0.121 (#17493)dependabot[bot]2024-07-301-2/+3
* | | Merge branch 'master' into developOlivier 'reivilibre2024-07-309-57/+90
|\| |
| * | Add bold emphasis to some parts of the changelog v1.111.1 github/release-v1.111 release-v1.111Olivier 'reivilibre2024-07-301-2/+2
| * | 1.111.1Olivier 'reivilibre2024-07-304-2/+27
| * | Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502)reivilibre2024-07-308-57/+65
* | | Bump ruff from 0.5.4 to 0.5.5 (#17494)dependabot[bot]2024-07-302-21/+21
* | | Add some more opentracing to sliding sync (#17501)Erik Johnston2024-07-303-5/+34
* | | Fix `failures` property in `/keys/query` (#17499)Richard van der Hoff2024-07-303-11/+75
* | | Only send rooms with updates down sliding sync (#17479)Erik Johnston2024-07-305-30/+138
* | | Sliding Sync: Track whether we have sent rooms down to clients (#17447)Erik Johnston2024-07-299-45/+814
* | | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase.do_sync(.....Eric Eastwood2024-07-252-1021/+726
* | | Refactor Sliding Sync tests to better utilize the `SlidingSyncBase` (pt. 1) (...Eric Eastwood2024-07-252-228/+107
* | | Update config_documentation - Change example of msisdn in allowed_local_3pids...YLong Shi2024-07-252-2/+6