Hi all,
i want that mine eggdrops join on us.ircnet.org and ircnet.choopa.net with UID nick.
On my config file i have set: set nick "0" .
Eggdrop don't join on irc and i have received from servers these message:
Connected to ircnet.choopa.net
Server says my nickname is invalid.
Connected to us.ircnet.org
Server says my nickname is invalid.
another weird IRCnet feature? or rather german-only IRCnet feature, since you can only use this on *.de servers? I don't follow IRCnet development so we'll have to wait for some of our heavy-duty IRCnet users to comment on that
I can't believe they did that, it really looks Unreal-ish
demond wrote:another weird IRCnet feature? or rather german-only IRCnet feature, since you can only use this on *.de servers? I don't follow IRCnet development so we'll have to wait for some of our heavy-duty IRCnet users to comment on that
That's not true. UIDs work in whole IRCnet and Eggdrop doesn't have any problems with it. It seems that those 2 servers are currently broken. You won't connect even with regular client if you set nick to 0, however you can change your nick to UID later without any problems.
You have 2 options: use another server (open.pl.ircnet.net works fine and is also opened for foreign connections) or set normal nickname and change it to UID when bot connect to server (using init-server procedure)
2002-11-25 Jakub Vlasek
* s_user.c/m_nick(): Allow user to set his nick to UID by specifying
nick 0 or his own UID.
that they use UIDs I can understand, most modern ircds use UIDs internally for client tracking (since the UID doesn't change in client's lifetime, therefore nick chasing is no longer an issue); but why do they allow UIDs to be used externally as nicks is beyond me... seems irrational and like a present for spammers and drone monkeys who now can generate random nicks without actually trying!
demond wrote:that they use UIDs I can understand, most modern ircds use UIDs internally for client tracking (since the UID doesn't change in client's lifetime, therefore nick chasing is no longer an issue); but why do they allow UIDs to be used externally as nicks is beyond me... seems irrational and like a present for spammers and drone monkeys who now can generate random nicks without actually trying!
It's nick collision protection. Previously collided user was disconnected from server. Now that user change his nick to UID. Now much changed in spammers and drones.
okay but that's presumably done automatically by the server itself, isn't it? i.e. when you are to be nick-collided, the server changes your nick to random (UID) instead of disconnecting you; why allow users to do that too? seems irrelevant to the nick collision problem - the server can't wait for you to change your nick/UID by issuing NICK 0 and only then to resolve the collision, right?
demond wrote:okay but that's presumably done automatically by the server itself, isn't it
Yes, it's done automatically.
why allow users to do that too?
Well, why not? I don't see anyting wrong with it.It can be used also as temporary altnick etc. There is same spammers and clones activity as before. Maybe you should ask ircd developers about it.