Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.26.0rc1 | Patrick Cloke | 2021-01-20 | 1 | -1/+0 |
| | |||||
* | Add basic domain validation for `DomainSpecificString.is_valid`. (#9071) | Patrick Cloke | 2021-01-13 | 1 | -0/+1 |
This checks that the domain given to `DomainSpecificString.is_valid` (e.g. `UserID`, `RoomAlias`, etc.) is of a valid form. Previously some validation was done on the localpart (e.g. the sigil), but not the domain portion. |