mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-11 10:58:11 -07:00
fix #1436
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user