[IRCServices Coding] NS LINK and NS SET PRIVATE
Romek Krisztian
r-krisztian at softhome.net
Tue Jun 18 03:32:24 PDT 2002
Look at Unreal3.2/src/s_user.c:
/*
** 'do_nick_name' ensures that the given parameter (nick) is
** really a proper string for a nickname (note, the 'nick'
** may be modified in the process...)
**
** RETURNS the length of the final NICKNAME (0, if
** nickname is illegal)
**
** Nickname characters are in range
** 'A'..'}', '_', '-', '0'..'9'
** anything outside the above set will terminate nickname.
** In addition, the first character cannot be '-'
** or a Digit.
**
** Note:
** '~'-character should be allowed, but
** a change should be global, some confusion would
** result if only few servers allowed it...
*/
Romek Krisztian
> Sorry, made a mistake
>
> - can not be used as a first character. _ can.
> As i said there might be more characters that can be used as first char,
> these are the ones i know of.
>
> ----- Original Message -----
> From: "Martin Pels" <martinpels at hotmail.com>
> To: <ircservices-coding at ircservices.za.net>
> Sent: Tuesday, June 18, 2002 12:08 PM
> Subject: Re: [IRCServices Coding] NS LINK and NS SET PRIVATE
>
> > Unreal supports nicknames starting with the characters ^ [ { \ -
> > There might be more.
> >
> > > According to RFC1459, nicks must begin with a letter. What ircd
>
> are
>
> > > you using?
> > >
> > > >2. We know that "Nicks with the PRIVATE option set will not be
>
> displayed"
>
> > in
> >
> > > >LIST and LISTEMAIL. And if I turn on NSListOpersOnly then only IRC
> >
> > Operators
> >
> > > >can use NickServ LIST and LISTEMAIL command, so there's no need to use
> > > >NickServ SET PRIVATE option. Am I right?
> > >
> > > It still has an effect: to prevent IRC operators who are not
>
> Services
>
> > > admins from seeing the nick in the list.
> > >
> > > --Andrew Church
> > > achurch at achurch.org
> > > http://achurch.org/
> > > ------------------------------------------------------------------
> > > To unsubscribe or change your subscription options, visit:
> > > http://www.ircservices.za.net/mailman/listinfo/ircservices-coding
>
> ------------------------------------------------------------------
> To unsubscribe or change your subscription options, visit:
> http://www.ircservices.za.net/mailman/listinfo/ircservices-coding