forked from External/ergo
fix #1436
This commit is contained in:
parent
31003bd02d
commit
48d5bd9144
2 changed files with 9 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ const (
|
|||
// @ separates username from hostname
|
||||
// : means trailing
|
||||
protocolBreakingNameCharacters = " ,*?.!@:"
|
||||
|
||||
// #1436: we discovered that these characters are problematic,
|
||||
// so we're disallowing them in new nicks/account names, but allowing
|
||||
// previously registered names
|
||||
disfavoredNameCharacters = `<>'"`
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue