Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Issues: matrix-org/synapse

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

/createRoom: "ValueError: A string literal cannot contain NUL (0x00) characters." when \u0000 is sent in "room_alias_name" A-Create-Room A-Validation 500 (mostly) errors due to lack of event/parameter validation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13510 opened Aug 11, 2022 by MTRNord updated Oct 9, 2023 Validate data passed to REST endpoints
Logic for auto creating auto join rooms is brittle. A-Create-Room O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#15813 opened Jun 21, 2023 by erikjohnston updated Jun 25, 2023
Race condition with room creation means room directory lacks read-after-write consistency in monolith mode A-Create-Room A-Room-Directory S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. X-Regression Something broke which worked on a previous release Z-Read-After-Write A lack of read-after-write consistency, usually due to cache invalidation races with workers
#15526 opened May 3, 2023 by MadLittleMods updated May 4, 2023
Investigate whether membership event can be batched during the creation of DM A-Create-Room A-DMs Issues around DM rooms T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#13959 opened Sep 29, 2022 by H-Shay updated Apr 25, 2023
Add timestamp massaging to /createRoom A-Create-Room A-Testing Issues related to testing in complement, synapse, etc O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#15346 opened Mar 29, 2023 by MadLittleMods updated Apr 13, 2023
1 task done
Rooms created without any membership (only m.room.create event) A-Create-Room A-DAG Directed acyclic graph of events (events connected by prev_events) O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#15005 opened Feb 6, 2023 by MadLittleMods updated Apr 6, 2023
Creating a room with invitees from non-federated HS fails, but the room is created though. A-Create-Room A-Federation A-Invite Inviting users to rooms and accepting invites O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. Z-Help-Wanted We know exactly how to fix this issue, and would be grateful for any contribution
#8137 opened Aug 20, 2020 by bmarty updated Nov 23, 2022
Insufficient type check of creation_content field on /_matrix/client/v3/createRoom A-Create-Room A-Validation 500 (mostly) errors due to lack of event/parameter validation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13664 opened Aug 30, 2022 by MTRNord updated Oct 14, 2022 Validate data passed to REST endpoints
Synapse 500s when /createRoom is given with a full alias instead of the alias's localpart A-Create-Room A-Validation 500 (mostly) errors due to lack of event/parameter validation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#5127 opened May 2, 2019 by babolivier updated Oct 14, 2022 Validate data passed to REST endpoints
/createRoom: "UnicodeEncodeError" and Internal server error when having specific garbage in id_access_token of a 3pid invite A-Create-Room A-Validation 500 (mostly) errors due to lack of event/parameter validation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13512 opened Aug 11, 2022 by MTRNord updated Oct 14, 2022 Validate data passed to REST endpoints
/createRoom: "ValueError: invalid hostname:" when sending empty/invalid 3pid invite A-Create-Room A-Validation 500 (mostly) errors due to lack of event/parameter validation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13511 opened Aug 11, 2022 by MTRNord updated Oct 14, 2022 Validate data passed to REST endpoints
HS apparently doesn't block when clients provision an AS-backed virtual room (SYN-497) A-Application-Service Related to AS support A-Create-Room O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#1397 opened Oct 6, 2015 by matrixbot updated Oct 5, 2022
Idea: Sending multiple events to a single room in a linked batch A-Create-Room T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#12010 opened Feb 16, 2022 by reivilibre updated Aug 12, 2022
/createRoom creates an empty room when there is an error sending events A-Create-Room P4 (OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#8895 opened Dec 8, 2020 by t3chguy updated Aug 7, 2022
createRoom succeeded, but returned 500, due to replication lag A-Create-Room S-Minor Blocks non-critical functionality, workarounds exist. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#8625 opened Oct 22, 2020 by richvdh updated Aug 1, 2022
Server Owners Should Be Able to Have Admin Rights on Any Room and Block More Rooms from Being Created A-Create-Room T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#1970 opened Mar 7, 2017 by Rikudouu updated May 16, 2022
Cannot start a chat with a user if domain contains uppercases A-Create-Room A-Validation 500 (mostly) errors due to lack of event/parameter validation T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#1999 opened Mar 14, 2017 by sabrinaj updated May 16, 2022
bad things happen if you try to invite yourself to a room during creation A-Create-Room A-Invite Inviting users to rooms and accepting invites T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#2386 opened Jul 26, 2017 by ara4n updated May 16, 2022
room creation can be surprisingly slow A-Create-Room A-Performance Performance, both client-facing and admin-facing T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. z-p2 (Deprecated Label)
#6068 opened Sep 19, 2019 by richvdh updated May 16, 2022
Synapse does not respect event order of spec /createRoom A-Create-Room A-Spec-Compliance places where synapse does not conform to the spec T-Other Questions, user support, anything else.
#11731 opened Jan 12, 2022 by timokoesters updated May 16, 2022
ProTip! Find all open issues with in progress development work with linked:pr.