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

Filter Chat #4

Closed JoshuaJB closed 11 years ago

JoshuaJB commented 11 years ago

Certain symbols in chat can cause un-desired behavior. sanderd17 has reported UTF-8 symbols can cause this.

JoshuaJB commented 11 years ago

I believe all ACSII symbols should work as of c99f3f9. Please report any further ACSII issues immediately.

JoshuaJB commented 11 years ago

After a little back-tracing it seems that the issue with UTF-8 is that ejabbered is getting sent invalid XML which it rejects by kicking the sender.

JoshuaJB commented 11 years ago

Philip should have fixed all the Unicode issues in SVN.