Russian Idents

These are old archives. They are kept for historic purposes only.
Post Reply
tral
Posts: 2
Joined: Thu Jan 26, 2006 5:55 am

Russian Idents

Post 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 ))
tral
Posts: 2
Joined: Thu Jan 26, 2006 5:55 am

Re: Russian Idents

Post by tral »

up
Ron2K

Post 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.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

You can disable hostile username checking in include/config.h (which is allowed).
Why the hell can't my signature be empty?
"Your message contains too few characters."
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Oh. I meant the file itself. Forgot about the DO NOT CHANGE.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply