summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Log maria membership event github/maddlittlemods/msc2716-many-batches-optimization maddlittlemods/msc2716-many-batches-optimizationEric Eastwood2022-10-121-3/+5
* Ordering off because not setting stream_orderingEric Eastwood2022-10-122-2/+37
* Add stream_ordering to debug stringEric Eastwood2022-10-121-1/+1
* Explain why auth/state necessary hereEric Eastwood2022-09-302-3/+19
* WIP: Connect state_chain to prev_event and the batch to the state_chain so ev...Eric Eastwood2022-09-293-11/+14
* Seems to work with MariaEric Eastwood2022-09-293-21/+86
* Working once you connect the floating insertion eventEric Eastwood2022-09-293-25/+80
* Simplify case more (no more alice)Eric Eastwood2022-09-281-10/+2
* Simplify caseEric Eastwood2022-09-281-41/+17
* Try chronolgoical which rejects the historicalEric Eastwood2022-09-281-2/+4
* I think working same as Complement reverse_chronological, only the insertion ...Eric Eastwood2022-09-284-35/+143
* Align more to Complement test which does passEric Eastwood2022-09-281-16/+59
* Show extra unepexpected eventsEric Eastwood2022-09-282-5/+27
* Use event_id to compareEric Eastwood2022-09-271-3/+3
* Better assertion messageEric Eastwood2022-09-271-24/+87
* Test running but no expected results yetEric Eastwood2022-09-271-3/+31
* Non-working testEric Eastwood2022-09-273-3/+174
* Merge branch 'madlittlemods/13356-messages-investigation-scratch-v1' into mad...Eric Eastwood2022-09-2676-306/+3735
|\
| * Merge branch 'madlittlemods/11850-migrate-to-opentelemetry' into madlittlemod...Eric Eastwood2022-09-26118-492/+4784
| |\
| | * Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-26118-492/+4784
| | |\
| | | * Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893)Patrick Cloke2022-09-263-30/+97
| | | * Update the manpage documentation for the hash_password script (#13911)Andrew Morgan2022-09-263-1/+9
| | | * Snapshot schema 72 (#13873)David Robertson2022-09-2613-22/+2165
| | | * typing: check origin server of typing event against room's servers (#13830)Mathieu Velten2022-09-263-2/+10
| | | * Simplify cache invalidation after event persist txn (#13796)Nick Mills-Barrett2022-09-264-119/+52
| | | * Update NixOS module URL (#13818)enterprisey2022-09-262-1/+2
| | | * Correctly add Cargo.lock to sdsit (#13909)Erik Johnston2022-09-262-1/+2
| | | * Fix mypy errors with latest canonicaljson (#13905)David Robertson2022-09-263-6/+8
| | | * Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-234-48/+626
| | | * Faster room joins: Avoid blocking `/keys/changes` (#13888)Sean Quah2022-09-233-3/+12
| | | * Fix access token leak to logs from proxyagent (#13855)Eric Eastwood2022-09-232-1/+7
| | | * Update Cargo.lock file. (#13889)Patrick Cloke2022-09-232-10/+153
| | | * Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-2317-41/+173
| | | * Send device list updates out to servers in partially joined rooms (#13874)Sean Quah2022-09-234-2/+66
| | | * Faster Remote Room Joins: tell remote homeservers that we are unable to autho...reivilibre2022-09-2311-42/+58
| | | * Add comments to the Prometheus recording rules to make it clear which set of ...reivilibre2022-09-232-7/+19
| | | * Merge branch 'release-v1.68' into developErik Johnston2022-09-238-10/+360
| | | |\
| | | | * Move warnings up v1.68.0rc2Erik Johnston2022-09-231-7/+7
| | | | * 1.68.0rc2Erik Johnston2022-09-237-5/+24
| | | | * Fix sdist to include rust build script (#13866)Erik Johnston2022-09-222-0/+2
| | | | * Fix the release script not publishing binary wheels. (#13850)reivilibre2022-09-212-11/+35
| | | | * Lock rust dependencies (#13858)Erik Johnston2022-09-214-1/+328
| | | | * Lower minimum rustc version to 1.58.1 (#13857)Erik Johnston2022-09-213-7/+8
* | | | | More debuggingEric Eastwood2022-09-242-8/+142
* | | | | DebuggingEric Eastwood2022-09-242-3/+25
* | | | | Merge branch 'madlittlemods/13856-fix-have-seen-events-not-being-invalidated'...Eric Eastwood2022-09-2354-175/+1093
|\ \ \ \ \
| * | | | | Add test to ensure the safety worksEric Eastwood2022-09-221-1/+32
| * | | | | Raise exception so we don't run into this arg mismatch againEric Eastwood2022-09-221-0/+6
| * | | | | Add test to make sure we can actually clear entries just by room_idEric Eastwood2022-09-221-1/+28
| * | | | | Better changelogEric Eastwood2022-09-221-1/+1
| * | | | | Add test descriptionEric Eastwood2022-09-221-0/+5
| * | | | | Fix `@cachedList` on `_have_seen_events_dict`Eric Eastwood2022-09-222-19/+23
| * | | | | Invalidate cache like #13796Eric Eastwood2022-09-222-33/+26
| * | | | | Merge branch 'develop' into madlittlemods/13856-fix-have-seen-events-not-bein...Eric Eastwood2022-09-228-16/+65
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Raise issue if complement fails with latest deps (#13859)David Robertson2022-09-222-1/+3
| | * | | | Fix the cross-link from register admin API to config docs. (#13870)Patrick Cloke2022-09-222-1/+2
| | * | | | Properly paginate forward in the /relations API. (#13840)Patrick Cloke2022-09-224-14/+60
| * | | | | Assert is not NoneEric Eastwood2022-09-211-2/+2
| * | | | | Add changelogEric Eastwood2022-09-211-0/+1
| * | | | | Fix `have_seen_event` cache not being invalidatedEric Eastwood2022-09-213-50/+106
| |/ / / /
| * | | | Last batch of Pydantic for synapse/rest/client/account.py (#13832)David Robertson2022-09-212-6/+14
| * | | | Add version flag for MSC3881 (#13860)Brendan Abolivier2022-09-212-0/+3
| * | | | Track device IDs for pushers (#13831)Brendan Abolivier2022-09-217-10/+154
| * | | | Implementation of MSC3882 login token request (#13722)Hugh Nimmo-Smith2022-09-216-0/+238
| * | | | Add `worker_main_http_uri` to the contrib bash script (#13772)villepeh2022-09-212-1/+4
| * | | | Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-2115-71/+294
| * | | | Add cache invalidation across workers to module API (#13667)Mathieu Velten2022-09-217-21/+153
| * | | | Correct documentation for map_user_attributes of OpenID Mapping Providers (#1...Peter Scheu2022-09-213-3/+13
| * | | | Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809)Quentin Gliech2022-09-212-26/+11
| * | | | Fix the release script not publishing binary wheels. (#13850)reivilibre2022-09-212-11/+35
* | | | | Scratch try different orders just to see how the tests pass differentlyEric Eastwood2022-09-222-1/+3
* | | | | Try sort backfill points by tie breaking on stream_orderingEric Eastwood2022-09-223-112/+220
* | | | | Calculate the stream_ordering from newest -> oldest (in the correct order) an...Eric Eastwood2022-09-213-3/+36
* | | | | Fix `have_seen_event` cache not being invalidatedEric Eastwood2022-09-213-50/+106
| |/ / / |/| | |
* | | | Merge branch 'madlittlemods/11850-migrate-to-opentelemetry' into madlittlemod...Eric Eastwood2022-09-20310-4035/+8726
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-20108-1062/+2164
| |\| |
| | * | Merge branch 'release-v1.68' into developOlivier Wilkinson (reivilibre)2022-09-2070-68/+105
| | |\|
| | | * Tweak changelog v1.68.0rc1Olivier Wilkinson (reivilibre)2022-09-201-1/+1
| | | * Edit description of cache invalidation bugOlivier Wilkinson (reivilibre)2022-09-201-1/+1
| | | * Edit changelog in response to feedbackOlivier Wilkinson (reivilibre)2022-09-202-7/+21
| | | * 1.68.0rc1Olivier Wilkinson (reivilibre)2022-09-2069-67/+90
| | * | Remove the `complete_sso_login` method from the Module API which was deprecat...Quentin Gliech2022-09-203-58/+2
| | * | Generate separate snapshots for logical databases (#13792)David Robertson2022-09-204-46/+140
| | * | Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-2014-615/+930
| | |/
| | * Don't include redundant prev_state in new events (#13791)Denis2022-09-203-4/+1
| | * Add support to purge rows from MSC2716 and other tables when purging a room (...Eric Eastwood2022-09-164-0/+30
| | * Fix Docker build when Rust .so has been build locally first (#13811)Mathieu Velten2022-09-163-3/+7
| | * Compare ported to unported PG schemas in portdb test job (#13808)David Robertson2022-09-165-47/+50
| | * Minor speedups to CI linting (#13827)David Robertson2022-09-162-4/+6
| | * Remove error spam when users query the keys of departed remote users (#13826)Sean Quah2022-09-162-9/+13
| | * complement: init postgres DB directly inside the target image (#13819)Mathieu Velten2022-09-162-11/+10
| | * Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-165-0/+155
| | * Update request log format documentation to mention the format used when the a...reivilibre2022-09-162-2/+3
| | * Avoid putting rejected events in room state (#13723)Sean Quah2022-09-163-0/+415
| | * Document common fix of Poetry problems by removing egg-info (#13785)Eric Eastwood2022-09-152-0/+28
| | * Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pul...Eric Eastwood2022-09-155-5/+38
| | * Record any exception when processing a pulled event (#13814)Eric Eastwood2022-09-153-1/+12
| | * Support providing an index predicate for upserts. (#13822)Patrick Cloke2022-09-153-7/+25
| | * A third batch of Pydantic validation for rest/client/account.py (#13736)David Robertson2022-09-154-45/+78
| | * Add a `MXCUri` class to make working with mxc uri's easier. (#13162)Andrew Morgan2022-09-156-74/+53
| * | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-1438-121/+783
| |\|
| | * Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-147-9/+329
| | * Update event push action and receipt tables to support threads. (#13753)Patrick Cloke2022-09-1411-20/+312
| | * Use partial indices on SQLIte. (#13802)Patrick Cloke2022-09-144-5/+59
| | * Deduplicate `is_server_notices_room`. (#13780)reivilibre2022-09-144-18/+20
| | * Fix a memory leak when running the unit tests. (#13798)reivilibre2022-09-143-6/+8
| | * Remove unused method in `synapse.api.auth.Auth`. (#13795)Quentin Gliech2022-09-142-9/+1
| | * Remove incorrect migration file from `state` logical DB (#13788)David Robertson2022-09-142-37/+1
| | * Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-145-15/+51
| | * Fix a long-standing spec compliance bug where Synapse would accept a trailing...reivilibre2022-09-142-2/+2
| * | Maybe fix positional argument mismatch for DummyLinkEric Eastwood2022-09-141-7/+2
| * | Hopefully fix problem when OTEL not installed with non recording spanEric Eastwood2022-09-133-17/+23
| * | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-1370-94/+290
| |\|
| | * Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766)Mathieu Velten2022-09-133-0/+25
| | * Merge branch 'master' into developErik Johnston2022-09-1357-56/+145
| | |\
| | | * Fixup changelog v1.67.0Erik Johnston2022-09-131-3/+3
| | | * 1.67.0Erik Johnston2022-09-133-3/+15
| | | * Also cite upgrade notesDavid Robertson2022-09-081-1/+1
| | | * Add minimum version bump for sqlite to the release notes (#13742)David Robertson2022-09-082-1/+21
| | | * Fixup changelog v1.67.0rc1Erik Johnston2022-09-061-2/+2
| | | * Update changelogErik Johnston2022-09-062-0/+22
| | | * 1.67.0rc1Erik Johnston2022-09-0656-56/+91
| | * | Updates to the schema dump script (#13770)David Robertson2022-09-133-32/+21
| | * | Simplify CI tests DAG (#13784)David Robertson2022-09-132-4/+1
| | * | installation.md: require libpq on M1 macs (#13480)Richard van der Hoff2022-09-132-2/+4
| | * | Add receipts event stream ordering (#13703)Nick Mills-Barrett2022-09-134-1/+95
| * | | Remove linting from CI for nowEric Eastwood2022-09-131-82/+82
| * | | Update Twisted to lastestEric Eastwood2022-09-131-15/+16
| * | | OTEL install with DMREric Eastwood2022-09-132-116/+4
| * | | Install otel deps from developEric Eastwood2022-09-121-774/+786
| * | | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-1215-158/+256
| |\| |
| | * | Fix GHA skippable syntax (#13778)Mathieu Velten2022-09-122-1/+3
| | * | Fix typo in ratelimiting documentation (#13727)Brendan Abolivier2022-09-122-1/+2
| | * | Fix CI on non-PR builds (#13769)Erik Johnston2022-09-122-0/+2
| | * | Remove check current state membership up to date (#13745)Nick Mills-Barrett2022-09-123-155/+100
| | * | Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-127-1/+149
| * | | poetry updateEric Eastwood2022-09-091-681/+781
| * | | Poetry install againEric Eastwood2022-09-091-63/+92
| * | | Try to resolve poetry depsEric Eastwood2022-09-092-204/+274
| * | | Merge branch 'develop' into madlittlemods/11850-migrate-to-opentelemetryEric Eastwood2022-09-09347-2934/+5468
| |\| |
| | * | Concurrently collect room unread counts for push badges (#13765)Nick Mills-Barrett2022-09-092-3/+11
| | * | Tag trace with instance name (#13761)Eric Eastwood2022-09-093-2/+12
| | * | Strip number suffix from instance name to consolidate services that traces ar...Eric Eastwood2022-09-092-1/+13
| | * | Use an upsert for `receipts_graph`. (#13752)Patrick Cloke2022-09-092-8/+5
| | * | Add rust to CI (#13763)Erik Johnston2022-09-093-1/+84
| | * | Require SQLite >= 3.27.0 (#13760)David Robertson2022-09-099-208/+106
| | * | Re-type hint some collections in `/sync` code as read-only (#13754)Sean Quah2022-09-082-10/+11
| | * | Remove unused Prometheus recording rules from `synapse-v2.rules` and add comm...reivilibre2022-09-082-23/+9
| | * | Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-087-8/+52
| | * | Update docstrings to explain the impact of partial state (#13750)Sean Quah2022-09-082-1/+17
| | * | Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#13...Sean Quah2022-09-082-1/+5
| | * | Fix error in `is_mine_id` when encountering a malformed ID (#13746)Sean Quah2022-09-083-2/+37
| | * | Fix cache metrics not being updated when not using the legacy exposition modu...reivilibre2022-09-084-21/+81
| | * | Fix Prometheus recording rules to not use legacy metric names. (#13718)reivilibre2022-09-086-37/+22
| | * | Fix latest deps (#13743)Erik Johnston2022-09-082-0/+15
| | * | Fix a bug where Synapse fails to start if a signing key file contains an empt...reivilibre2022-09-082-1/+13
| | * | Instrument `get_metadata_for_events` for tracing (#13730)Eric Eastwood2022-09-072-0/+3
| | * | Fix latest deps CI (#13734)Erik Johnston2022-09-073-3/+42
| | * | Add some rust caching to CI (#13735)Erik Johnston2022-09-072-0/+6
| | * | Correct out-of-date doc for `event_cache_size` (#13726)David Robertson2022-09-072-2/+5
| | * | Define SQLite compat policy (#13728)David Robertson2022-09-072-4/+12
| | * | A second batch of Pydantic models for rest/client/account.py (#13687)David Robertson2022-09-074-34/+64
| | * | Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-0718-20/+110
| | * | Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-0713-41/+47
| | * | Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-076-14/+435
| | * | Remove the unspecced room_id field in the /hierarchy response. (#13506)reivilibre2022-09-062-1/+1
| | * | Add a stub Rust crate (#12595)Erik Johnston2022-09-0623-11/+302
| | * | Fix trial-olddeps (#13725)Erik Johnston2022-09-063-2/+3
| | * | Actually fix typechecking with latest types-jsonschema (#13724)David Robertson2022-09-062-4/+5
| | * | Update trial old deps CI to use poetry 1.2.0 (#13707)Erik Johnston2022-09-063-29/+42
| | * | Update Grafana dashboard to not use legacy metric names. (#13714)reivilibre2022-09-064-73/+74
| | |/
| | * Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-0612-78/+63
| | * Reduce number of CI jobs run on PRs (#13713)Erik Johnston2022-09-053-66/+160
| | * Extend the release script to wait for GitHub Actions to finish and to be usab...reivilibre2022-09-052-4/+143
| | * Fix typechecking with latest `types-jsonschema` (#13712)David Robertson2022-09-052-4/+5
| | * Share some metrics between the Prometheus exporter and the phone home stats (...Brendan Abolivier2022-09-056-4/+146
| | * fix grammarMatthew Hodgson2022-09-031-1/+1
| | * Clarify `(room_id, event_id)` global uniqueness (#13701)Eric Eastwood2022-09-022-0/+25
| | * Update docs to make enabling metrics more clear (#13678)Eric Eastwood2022-09-022-4/+8
| | * Update lock file for Poetry v1.2.0 (#13689)Erik Johnston2022-09-025-66/+99
| | * Only run trial CI on all python versions on non-PRs (#13698)Erik Johnston2022-09-022-0/+11
| | * Fix two typos with colon in headlines (#13665)Dirk Klimpel2022-09-012-2/+3
| | * Add a schema delta to drop unstable private read receipts. (#13692)Patrick Cloke2022-09-012-0/+20
| | * Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-014-23/+30
| | * Update the Grafana dashboard that is included with Synapse in the `contrib` d...reivilibre2022-09-012-20/+128
| | * Cache `is_partial_state_room` (#13693)Erik Johnston2022-09-012-4/+8
| | * Add monthly active users documentation (#13617)Will Hunt2022-09-014-0/+88
| | * Use poetry 1.2.0 rather than prerelease for deb packages (#13695)Erik Johnston2022-09-012-1/+7
| | * Add some logging to help track down #13444 (#13679)Erik Johnston2022-09-012-0/+14
| | * Return keys for unwhitelisted servers from `/_matrix/key/v2/query` (#13683)Richard van der Hoff2022-09-012-20/+22
| | * Bump docker image to use stable poetry version (#13688)Erik Johnston2022-09-013-11/+2
| | * Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-0113-122/+44
| | * Merge branch 'master' into developSean Quah2022-08-315-9/+47
| | |\
| | | * Tweak changelog formatting v1.66.0Sean Quah2022-08-311-6/+4
| | | * Move notice from 1.66.0rc1 to 1.66.0 section in changelogSean Quah2022-08-311-6/+6
| | | * Tweak changelog wordingSean Quah2022-08-311-4/+5
| | | * Improve clarity on deprecation of TCP replicationSean Quah2022-08-312-2/+10
| | | * Fix dead link in 1.18.0 upgrade notesSean Quah2022-08-311-1/+1
| | | * Update changelog to link to the Synapse docs instead of markdownSean Quah2022-08-311-1/+1
| | | * 1.66.0Sean Quah2022-08-313-3/+12
| | | * Update changelog for v1.62.0Sean Quah2022-08-311-0/+14
| | | * Remind people that direct TCP replication is disabled. (#13674)Patrick Cloke2022-08-311-0/+8
| | * | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz2022-08-319-137/+81
| | * | Remove cached wrap on `_get_joined_users_from_context` method (#13569)Nick Mills-Barrett2022-08-313-85/+40
| | * | Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-3110-75/+75
| | * | Fix admin List Room API return type on sqlite (#13509)David Robertson2022-08-313-7/+19
| | * | Change dpkg-statoverride to use --force-statoverride-add (#13638)Jörg Behrmann2022-08-312-1/+2
| | * | Give the correct next event when the message timestamps are the same - MSC303...Eric Eastwood2022-08-302-2/+11
| | * | Drop unused column `application_services_state.last_txn` (#13627)Shay2022-08-304-0/+59
| | * | Remove documentation of legacy `frontend_proxy` worker app (#13645)Richard van der Hoff2022-08-303-41/+23
| | * | Merge branch 'release-v1.66' into developDavid Robertson2022-08-305-34/+144
| | |\|
| | | * Update changes v1.66.0rc2David Robertson2022-08-301-1/+1
| | | * 1.66.0rc2David Robertson2022-08-304-2/+16
| | | * Fix rate limit metrics registering twice and misreporting (#13649)Eric Eastwood2022-08-303-32/+128
| | * | Clarify documentation about replication traffic. (#13656)Patrick Cloke2022-08-302-1/+5
| | * | Fix bug where we wedge media plugins if clients disconnect early (#13660)Erik Johnston2022-08-302-19/+22
| | * | Do not wait for background updates to complete do expire URL cache. (#13657)Patrick Cloke2022-08-302-4/+1
| | * | Speed up inserting `event_push_actions_staging`. (#13634)Patrick Cloke2022-08-302-20/+9
| | * | Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-304-6/+99
| | * | Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood2022-08-305-70/+89
| | * | Print complement failure results last (#13639)Richard van der Hoff2022-08-286-11/+31
| | * | Improve documentation around user registration (#13640)Richard van der Hoff2022-08-264-103/+134
| | * | Generate missing configuration files at startup (#13615)Richard van der Hoff2022-08-263-12/+56
| | * | Update debhelper (#13594)Jörg Behrmann2022-08-267-41/+15
| | * | Move the execution of the retention purge_jobs to the main worker (#13632)Brad Murray2022-08-262-4/+3
| | * | Debian packaging: explicitly allocate a group for the system user (#13593)Jörg Behrmann2022-08-252-2/+8
| | * | Support `registration_shared_secret` in a file (#13614)Richard van der Hoff2022-08-254-5/+92
| | * | register_new_matrix_user: read server url from config (#13616)Richard van der Hoff2022-08-252-6/+52
| | * | Update automation for incoming issues (#13629)Kat Gerasimova2022-08-251-4/+4
| | * | Comment about a better future where we can get the state diff between two eve...Eric Eastwood2022-08-242-0/+9
| | * | Rename `event_map` to `unpersisted_events` (#13603)David Robertson2022-08-242-32/+38
| | * | Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h...Eric Eastwood2022-08-246-17/+31
| | * | Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-248-17/+60
| | * | When loading current ids, sort by `stream_id` to avoid incorrect overwrite an...Eric Eastwood2022-08-242-2/+12
| | * | Use dedicated `get_local_users_in_room` to find local users when calculating ...Eric Eastwood2022-08-242-6/+4
| | * | First draft of triage_labelled action (#13612)Andy Balaam2022-08-241-0/+44
| | * | Add experimental configuration option to allow disabling legacy Prometheus me...reivilibre2022-08-249-21/+150
| | * | Add GitHub automation for new issues (#13610)Kat Gerasimova2022-08-241-0/+28
| | * | Rewrite get push actions queries (#13597)Nick Mills-Barrett2022-08-242-160/+69
| | * | Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in q...reivilibre2022-08-242-0/+12
| | * | Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child conc...Eric Eastwood2022-08-235-3/+47
| | * | Write about the chain cover a little. (#13602)David Robertson2022-08-232-9/+43
| | * | Speed up `@cachedList` (#13591)Erik Johnston2022-08-234-141/+298
| | * | Fix regression caused by #13573 (#13600)Erik Johnston2022-08-232-4/+7
| | * | Update openid.md (#13568)nilsKr32022-08-231-1/+3
| | * | Merge tag 'v1.66.0rc1' into developDavid Robertson2022-08-2359-291/+185
| | |\|
| | | * Remove manually-added changelog v1.66.0rc1David Robertson2022-08-231-1/+0
| | | * Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-2313-245/+108
| | | * Update changelogDavid Robertson2022-08-231-5/+5
| | | * Adjust changelogDavid Robertson2022-08-231-18/+26