JoshuaJB / 0ad

Git mirror of the 0 A.D. source code (http://trac.wildfiregames.com/browser)
http://play0ad.com
Other
3 stars 0 forks source link

Unfiltered nicks can break the code #1

Closed JoshuaJB closed 11 years ago

JoshuaJB commented 11 years ago

We need to truncate nicks to a certain length and disallow some characters otherwise code-breakage and unintended action may occur.

Example: try "/nick ?" in the lobby chat box.

JoshuaJB commented 11 years ago

Apparently an issue with nick highlighting was causing this, all ACSII characters should work as of commit c99f3f9.