[bugfix] Allow mention namestrings to include unicode emoji in username + domain parts (#4609)
Closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4571 by allowing up to unicode 17 emojis in usernames + domains in the namestring regex. Co-authored-by: kim <grufwub@gmail.com> Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4609 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
committed by
kim
co-authored by
kim
parent
9a6004bffe
commit
3c6817fbca
@@ -452,6 +452,7 @@ The following open source libraries, frameworks, and tools are used by GoToSocia
|
||||
- [jackc/pgx](https://github.com/jackc/pgx); Postgres driver and toolkit. [MIT License](https://spdx.org/licenses/MIT.html).
|
||||
- [KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit); cgroups memory limit checking. [MIT License](https://spdx.org/licenses/MIT.html).
|
||||
- [k3a/html2text](https://github.com/k3a/html2text); HTML-to-text conversion. [MIT License](https://spdx.org/licenses/MIT.html).
|
||||
- [mathiasbynens/emoji-test-regex-pattern](https://github.com/mathiasbynens/emoji-test-regex-pattern); unicode Emoji regular expression. [MIT License](https://spdx.org/licenses/MIT.html).
|
||||
- [mcuadros/go-syslog](https://github.com/mcuadros/go-syslog); Syslog server library. [MIT License](https://spdx.org/licenses/MIT.html).
|
||||
- [microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday); HTML user-input sanitization. [BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html).
|
||||
- [miekg/dns](https://github.com/miekg/dns); DNS utilities. [Go License](https://go.dev/LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user