Page 1 of 1

Russian Idents

Posted: Thu Jan 26, 2006 6:03 am
by tral
Hello all from Russia.

It's very nice, that UnrealIRCd since the version 3.2.3 supports Russian characters in the nicknames.

I use it so:

set { allowed-nickchars { russian-w1251; }; };

But, if my Ident contains non-english characters I see such error:

ERROR : Closing Link: tral[tral.fragnet] (Hostile username. Please use only 0-9 a-z A-Z _ - and . in your username.)

If my Ident contains only english characters, everything is OK.

So, that's my question:

Will it be support of non-english idents? (for example, with Russian characters). If it is available right now, please tell me how can I enable this feature.

PS : sorry for my bad endlish ))

Re: Russian Idents

Posted: Sun Feb 05, 2006 4:02 am
by tral
up

Posted: Sun Feb 05, 2006 8:36 am
by Ron2K
Request it as a feature on http://bugs.unrealircd.org. (Whether it will go in or not is another story.)

And please don't bump threads again.

Posted: Sun Feb 05, 2006 3:22 pm
by Jason
You can disable hostile username checking in include/config.h (which is allowed).

Posted: Sun Feb 05, 2006 4:01 pm
by Syzop

Code: Select all

#define HOSTILENAME     /* [DO NOT CHANGE!] */
I wouldn't call that allowed :P

- Then why is it in config.h ?

Who cares, if it says that, it's clearly NOT allowed :P.

Posted: Sun Feb 05, 2006 6:37 pm
by Jason
Oh. I meant the file itself. Forgot about the DO NOT CHANGE.