You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/changelog.d
Richard van der Hoff 318f4e738e
Be more tolerant of membership events in unknown rooms (#8110)
4 years ago
..
.gitignore
7864.bugfix Drop federation transmission queues during a significant remote outage. (#7864) 4 years ago
8013.feature Iteratively encode JSON responses to avoid blocking the reactor. (#8013) 4 years ago
8037.feature Use the default templates when a custom template file cannot be found (#8037) 4 years ago
8071.misc Convert events worker database to async/await. (#8071) 4 years ago
8072.misc Remove a space at the start of a changelog entry. 4 years ago
8074.misc Convert stream database to async/await. (#8074) 4 years ago
8075.misc Convert pusher databases to async/await. (#8075) 4 years ago
8076.misc Convert receipts and events databases to async/await. (#8076) 4 years ago
8081.bugfix Run `remove_push_actions_from_staging` in foreground (#8081) 4 years ago
8085.misc Remove some unused database functions. (#8085) 4 years ago
8087.misc Convert misc database code to async (#8087) 4 years ago
8090.misc Add type hints to synapse.handlers.room (#8090) 4 years ago
8092.feature Add a shadow-banned flag to users. (#8092) 4 years ago
8093.misc Rename changelog from bugfix to misc. 4 years ago
8100.misc Convert some of the general database methods to async (#8100) 4 years ago
8101.bugfix Remove : from allowed client_secret chars (#8101) 4 years ago
8106.bugfix Be stricter about JSON that is accepted by Synapse (#8106) 4 years ago
8107.feature Add resources.consent conditional dependency back (#8107) 4 years ago
8110.bugfix Be more tolerant of membership events in unknown rooms (#8110) 4 years ago
8111.doc Add a link to the matrix-synapse-rest-password-provider. (#8111) 4 years ago
8112.misc Fix the return type of send_nonmember_events. (#8112) 4 years ago
8113.misc Separate `get_current_token` into two. (#8113) 4 years ago
8116.feature Switch the JSON byte producer from a pull to a push producer. (#8116) 4 years ago
8119.misc Remove the unused inlineCallbacks code-paths in the caching code (#8119) 4 years ago
8120.doc Updated docs: Added note about missing 308 redirect support. (#8120) 4 years ago
8121.misc Convert runWithConnection to async. (#8121) 4 years ago
8123.misc Remove `ChainedIdGenerator`. (#8123) 4 years ago
8124.misc Use the JSON encoder without whitespace in more places. (#8124) 4 years ago
8127.misc Add more types to synapse.storage.database. (#8127) 4 years ago
8129.bugfix Ensure a group ID is valid before trying to get rooms for it. (#8129) 4 years ago
8131.bugfix Close the database connection we create during startup (#8131) 4 years ago
8133.misc Do not assume calls to runInteraction return Deferreds. (#8133) 4 years ago
8135.bugfix Improve the error code when trying to register using a name reserved for guests. (#8135) 4 years ago