..
.gitignore
Correct attrs package name in requirements ( #3492 )
2018-07-07 10:46:59 +10:00
13540.misc
Add experimental configuration option to allow disabling legacy Prometheus metric names. ( #13540 )
2022-08-24 11:35:54 +00:00
13546.bugfix
Fix that user cannot /forget
rooms after the last member has left ( #13546 )
2022-08-30 09:58:38 +00:00
13573.misc
Cache user IDs instead of profile objects ( #13573 )
2022-08-23 09:49:59 +00:00
13575.misc
Optimize how we calculate likely_domains
during backfill ( #13575 )
2022-08-30 01:38:14 -05:00
13583.bugfix
Faster Room Joins: fix /make_knock
blocking indefinitely when the room in question is a partial-stated room. ( #13583 )
2022-08-24 09:09:59 +00:00
13585.bugfix
When loading current ids, sort by stream_id
to avoid incorrect overwrite and avoid errors caused by sorting alphabetical instance name which can be null
( #13585 )
2022-08-24 12:53:46 -05:00
13586.misc
Comment about a better future where we can get the state diff between two events ( #13586 )
2022-08-24 18:59:27 -05:00
13588.misc
Instrument _check_sigs_and_hash_and_fetch
to trace time spent in child concurrent calls ( #13588 )
2022-08-23 21:53:37 -05:00
13591.misc
Speed up @cachedList
( #13591 )
2022-08-23 14:53:27 +00:00
13592.misc
Speed up fetching large numbers of push rules ( #13592 )
2022-08-23 13:15:43 +01:00
13597.misc
Rewrite get push actions queries ( #13597 )
2022-08-24 10:12:51 +01:00
13600.misc
Fix regression caused by #13573 ( #13600 )
2022-08-23 14:14:05 +00:00
13602.doc
Write about the chain cover a little. ( #13602 )
2022-08-23 17:41:55 +00:00
13603.misc
Rename event_map
to unpersisted_events
( #13603 )
2022-08-24 21:06:31 +01:00
13605.misc
Update get_users_in_room
mis-use to get hosts with dedicated get_current_hosts_in_room
( #13605 )
2022-08-24 14:15:37 -05:00
13606.misc
Use dedicated get_local_users_in_room
to find local users when calculating join_authorised_via_users_server
of a /make_join
request ( #13606 )
2022-08-24 11:14:28 -05:00
13608.misc
Directly lookup local membership instead of getting all members in a room first (get_users_in_room
mis-use) ( #13608 )
2022-08-24 14:13:12 -05:00
13614.feature
Support registration_shared_secret
in a file ( #13614 )
2022-08-25 16:27:46 +00:00
13615.feature
Generate missing configuration files at startup ( #13615 )
2022-08-26 11:26:06 +00:00
13616.bugfix
register_new_matrix_user: read server url from config ( #13616 )
2022-08-25 15:29:08 +01:00
13632.bugfix
Move the execution of the retention purge_jobs to the main worker ( #13632 )
2022-08-26 08:38:10 +01:00
13634.feature
Speed up inserting event_push_actions_staging
. ( #13634 )
2022-08-30 07:12:48 -04:00
13639.misc
Print complement failure results last ( #13639 )
2022-08-28 20:05:30 +00:00
13640.doc
Improve documentation around user registration ( #13640 )
2022-08-26 13:29:31 +00:00
13657.bugfix
Do not wait for background updates to complete do expire URL cache. ( #13657 )
2022-08-30 07:15:54 -04:00
13660.bugfix
Fix bug where we wedge media plugins if clients disconnect early ( #13660 )
2022-08-30 12:17:48 +01:00