]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000894.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000894.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] NS LINK and NS SET PRIVATE
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20NS%20LINK%20and%20NS%20SET%20PRIVATE&In-Reply-To=OE41VFOh1vdkmyCF1Hk00014cab%40hotmail.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000892.html">
11 <LINK REL="Next" HREF="000896.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] NS LINK and NS SET PRIVATE</H1>
15 <B>Romek Krisztian</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20NS%20LINK%20and%20NS%20SET%20PRIVATE&In-Reply-To=OE41VFOh1vdkmyCF1Hk00014cab%40hotmail.com"
17 TITLE="[IRCServices Coding] NS LINK and NS SET PRIVATE">r-krisztian at softhome.net
18 </A><BR>
19 <I>Tue Jun 18 03:32:24 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000892.html">[IRCServices Coding] NS LINK and NS SET PRIVATE
22 </A></li>
23 <LI>Next message: <A HREF="000896.html">[IRCServices Coding] Probs with re-registering dropped nicknames...
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#894">[ date ]</a>
27 <a href="thread.html#894">[ thread ]</a>
28 <a href="subject.html#894">[ subject ]</a>
29 <a href="author.html#894">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Look at Unreal3.2/src/s_user.c:
35
36 /*
37 ** 'do_nick_name' ensures that the given parameter (nick) is
38 ** really a proper string for a nickname (note, the 'nick'
39 ** may be modified in the process...)
40 **
41 ** RETURNS the length of the final NICKNAME (0, if
42 ** nickname is illegal)
43 **
44 ** Nickname characters are in range
45 ** 'A'..'}', '_', '-', '0'..'9'
46 ** anything outside the above set will terminate nickname.
47 ** In addition, the first character cannot be '-'
48 ** or a Digit.
49 **
50 ** Note:
51 ** '~'-character should be allowed, but
52 ** a change should be global, some confusion would
53 ** result if only few servers allowed it...
54 */
55
56 Romek Krisztian
57
58 &gt;<i> Sorry, made a mistake
59 </I>&gt;<i>
60 </I>&gt;<i> - can not be used as a first character. _ can.
61 </I>&gt;<i> As i said there might be more characters that can be used as first char,
62 </I>&gt;<i> these are the ones i know of.
63 </I>&gt;<i>
64 </I>&gt;<i> ----- Original Message -----
65 </I>&gt;<i> From: &quot;Martin Pels&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">martinpels at hotmail.com</A>&gt;
66 </I>&gt;<i> To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
67 </I>&gt;<i> Sent: Tuesday, June 18, 2002 12:08 PM
68 </I>&gt;<i> Subject: Re: [IRCServices Coding] NS LINK and NS SET PRIVATE
69 </I>&gt;<i>
70 </I>&gt;<i> &gt; Unreal supports nicknames starting with the characters ^ [ { \ -
71 </I>&gt;<i> &gt; There might be more.
72 </I>&gt;<i> &gt;
73 </I>&gt;<i> &gt; &gt; According to RFC1459, nicks must begin with a letter. What ircd
74 </I>&gt;<i>
75 </I>&gt;<i> are
76 </I>&gt;<i>
77 </I>&gt;<i> &gt; &gt; you using?
78 </I>&gt;<i> &gt; &gt;
79 </I>&gt;<i> &gt; &gt; &gt;2. We know that &quot;Nicks with the PRIVATE option set will not be
80 </I>&gt;<i>
81 </I>&gt;<i> displayed&quot;
82 </I>&gt;<i>
83 </I>&gt;<i> &gt; in
84 </I>&gt;<i> &gt;
85 </I>&gt;<i> &gt; &gt; &gt;LIST and LISTEMAIL. And if I turn on NSListOpersOnly then only IRC
86 </I>&gt;<i> &gt;
87 </I>&gt;<i> &gt; Operators
88 </I>&gt;<i> &gt;
89 </I>&gt;<i> &gt; &gt; &gt;can use NickServ LIST and LISTEMAIL command, so there's no need to use
90 </I>&gt;<i> &gt; &gt; &gt;NickServ SET PRIVATE option. Am I right?
91 </I>&gt;<i> &gt; &gt;
92 </I>&gt;<i> &gt; &gt; It still has an effect: to prevent IRC operators who are not
93 </I>&gt;<i>
94 </I>&gt;<i> Services
95 </I>&gt;<i>
96 </I>&gt;<i> &gt; &gt; admins from seeing the nick in the list.
97 </I>&gt;<i> &gt; &gt;
98 </I>&gt;<i> &gt; &gt; --Andrew Church
99 </I>&gt;<i> &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
100 </I>&gt;<i> &gt; &gt; <A HREF="http://achurch.org/">http://achurch.org/</A>
101 </I>&gt;<i> &gt; &gt; ------------------------------------------------------------------
102 </I>&gt;<i> &gt; &gt; To unsubscribe or change your subscription options, visit:
103 </I>&gt;<i> &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
104 </I>&gt;<i>
105 </I>&gt;<i> ------------------------------------------------------------------
106 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
107 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
108 </I>
109 </PRE>
110
111 <!--endarticle-->
112 <HR>
113 <P><UL>
114 <!--threads-->
115 <LI>Previous message: <A HREF="000892.html">[IRCServices Coding] NS LINK and NS SET PRIVATE
116 </A></li>
117 <LI>Next message: <A HREF="000896.html">[IRCServices Coding] Probs with re-registering dropped nicknames...
118 </A></li>
119 <LI> <B>Messages sorted by:</B>
120 <a href="date.html#894">[ date ]</a>
121 <a href="thread.html#894">[ thread ]</a>
122 <a href="subject.html#894">[ subject ]</a>
123 <a href="author.html#894">[ author ]</a>
124 </LI>
125 </UL>
126
127 </body></html>