Dr Brain Posted February 4, 2010 Report Posted February 4, 2010 Who wrote that code? Using a char without specifying signed or unsigned is bad form. Any decent compiler should probably throw a warning. Quote
MikeTheNose Posted February 4, 2010 Author Report Posted February 4, 2010 Who wrote that code? Using a char without specifying signed or unsigned is bad form. Any decent compiler should probably throw a warning. Catid for that one. And it works. Funny part is that he used unsigned elsewhere. bool CheckRange(unsigned long IP, unsigned long RangeStart, unsigned long RangeEnd) I'm in the process of trying to get Altecs source. Quote
Samapico Posted February 4, 2010 Report Posted February 4, 2010 Any sane programmer would use 'a' , 'A' , '0', and that kind of thing instead of integer values Also note that any char value under 127 would be the same signed or not But yeah... that had nothing to do with the 'long name bug' thing... which is actually more related to the server/client protocol itself Quote
MikeTheNose Posted February 4, 2010 Author Report Posted February 4, 2010 One can only wonder why I don't intend to use an insane programmer's source Quote
MikeTheNose Posted February 4, 2010 Author Report Posted February 4, 2010 Only to look at. I don't intend to use it. Quote
»Xog Posted February 4, 2010 Report Posted February 4, 2010 (edited) what would happen if int i = 0? Would people be able to sign on using a blank username? Edited February 4, 2010 by Xog Quote
MikeTheNose Posted February 4, 2010 Author Report Posted February 4, 2010 Wouldn't you like be the lucky user who owns the blank username? Quote
»Xog Posted February 4, 2010 Report Posted February 4, 2010 Wouldn't you like be the lucky user who owns the blank username? Nobody would ever be able to send me a private message if they didn't know what arena I was in! Quote
L.C. Posted February 4, 2010 Report Posted February 4, 2010 Wouldn't you like be the lucky user who owns the blank username? Nobody would ever be able to send me a private message if they didn't know what arena I was in!But but but... how would they be able to ban you? Quote
»Xog Posted February 4, 2010 Report Posted February 4, 2010 Wouldn't you like be the lucky user who owns the blank username? Nobody would ever be able to send me a private message if they didn't know what arena I was in!But but but... how would they be able to ban you? :-D Quote
L.C. Posted February 16, 2010 Report Posted February 16, 2010 http://www.hlrse.net/scores/ <-- old Sonera style Working to try and get indexpage.html restored O_o Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.