Authentification fails with Space & é
Bug #332713 reported by
yarrt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Armagetron Advanced |
Fix Committed
|
Low
|
Unassigned |
Bug Description
A player named "Agent Zéro" can't login inside ArmagetronAd. I think it might be an authentification issue with é or the " " (space) inside his name ?
He can't auth with
/login "Agent Zéro"@forums
or
/login "Agent Zéro@forums"
He also tried the crazy tronners registry. Link to his profile (to contact him):
http://
My guess: forums.
Related branches
Changed in armagetronad: | |
importance: | Undecided → Low |
To post a comment you must log in.
from IRC:
(22.02.2009 00:05:26) dlh: se_EscapeName( "Agent Zéro" ) => Agent\_Z%C3%A9r
(00:05:30) dlh: :|
(00:05:59) dlh: off by one error maybe?
(00:10:48) dlh: so, both se_EscapeName() and se_UnEscapeName() cut off the last character
(00:19:32) joda_bot: I guess the "\" of the _ is not accounted for