Omnimaga

Omnimaga => Discontinued => Our Projects => OmnomIRC Development => Topic started by: Jim Bauwens on May 05, 2011, 01:05:33 pm

Title: OmnomIRC bug for users with a space in their name
Post by: Jim Bauwens on May 05, 2011, 01:05:33 pm
Today my brother was telling me that OmnomIRC didn't work for him, and it wasn't the cache.
So I went to look for the problem, and here is what I found:

Inside the code their is a line which converts your username to base64, and it looks like this with me:
Code: [Select]
userName = base64.encode("jimbauwens");
However, with Stefan (nick is "Stefan Bauwens"), it looks like this:
Code: [Select]
userName = base64.encode("Stefan
Bauwens");
It is divided over 2 lines. This is probably because the space in his name gets somehow replaced with a new line.
Title: Re: OmnomIRC bug for users with a space in their name
Post by: Netham45 on May 05, 2011, 01:44:49 pm
Kk. I'll check it when my computer boots up.

Edit: His name had a new line in it. Not sure how, I blame the recovery process.
Title: Re: OmnomIRC bug for users with a space in their name
Post by: Jim Bauwens on May 05, 2011, 02:02:35 pm
Ok, then it wasn't a bug.
Thanks for fixing Netham!
Title: Re: OmnomIRC bug for users with a space in their name
Post by: Stefan Bauwens on May 05, 2011, 02:05:00 pm
Thanks from me too.
Title: Re: OmnomIRC bug for users with a space in their name
Post by: DJ Omnimaga on May 05, 2011, 04:23:27 pm
I had a similar bug elsewhere too on Omni recently, but I can't remember what.