]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/002548.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 002548.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Little remote WHOIS formal bug
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Little%20remote%20WHOIS%20formal%20bug&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="002547.html">
11 <LINK REL="Next" HREF="002549.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Little remote WHOIS formal bug</H1>
15 <B>Andrew Kempe</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Little%20remote%20WHOIS%20formal%20bug&In-Reply-To="
17 TITLE="[IRCServices] Little remote WHOIS formal bug">andrewk at isdial.net
18 </A><BR>
19 <I>Mon Nov 19 16:13:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002547.html">[IRCServices] Little remote WHOIS formal bug
22 </A></li>
23 <LI>Next message: <A HREF="002549.html">[IRCServices] Little remote WHOIS formal bug
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2548">[ date ]</a>
27 <a href="thread.html#2548">[ thread ]</a>
28 <a href="subject.html#2548">[ subject ]</a>
29 <a href="author.html#2548">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I'm not arguing... just curious :-)
35
36 Thanks though.
37
38 Andrew
39
40 ----- Original Message -----
41 From: &quot;John Binder&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jbinder at kgazd.bme.hu</A>&gt;
42 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
43 Sent: Monday, November 19, 2001 3:54 PM
44 Subject: Re: [IRCServices] Little remote WHOIS formal bug
45
46
47 &gt;<i> It was Unreal ,but it is not important. I mean that remote whois reply in
48 </I>&gt;<i> services is incomplete (/whois nick nick). Try to do a '/whois nick nick'
49 </I>on
50 &gt;<i> a remote server. (The best if it is done by a raw telnet connection) And
51 </I>&gt;<i> then '/whois chanserv chanserv' for example and see the differences
52 </I>between
53 &gt;<i> them. (numeric 311)
54 </I>&gt;<i>
55 </I>&gt;<i> Cya
56 </I>&gt;<i>
57 </I>&gt;<i> John Binder
58 </I>&gt;<i>
59 </I>&gt;<i> ----- Original Message -----
60 </I>&gt;<i> From: &quot;Andrew Kempe&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">andrewk at isdial.net</A>&gt;
61 </I>&gt;<i> To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
62 </I>&gt;<i> Sent: Monday, November 19, 2001 7:25 AM
63 </I>&gt;<i> Subject: Re: [IRCServices] Little remote WHOIS formal bug
64 </I>&gt;<i>
65 </I>&gt;<i>
66 </I>&gt;<i> &gt; Out of interest, what ircd were you using to test this?
67 </I>&gt;<i> &gt;
68 </I>&gt;<i> &gt; Andrew
69 </I>&gt;<i> &gt;
70 </I>&gt;<i> &gt; ----- Original Message -----
71 </I>&gt;<i> &gt; From: &quot;John Binder&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">jbinder at kgazd.bme.hu</A>&gt;
72 </I>&gt;<i> &gt; To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
73 </I>&gt;<i> &gt; Sent: Saturday, November 17, 2001 12:02 AM
74 </I>&gt;<i> &gt; Subject: [IRCServices] Little remote WHOIS formal bug
75 </I>&gt;<i> &gt;
76 </I>&gt;<i> &gt;
77 </I>&gt;<i> &gt; &gt; Hi,
78 </I>&gt;<i> &gt; &gt;
79 </I>&gt;<i> &gt; &gt; I've just found this reply via whois from services:
80 </I>&gt;<i> &gt; &gt; :services.abc.xyz 311 janos operserv services services.abc.xyz
81 </I>:<i>Operator
82 </I>&gt;<i> &gt; &gt; Server
83 </I>&gt;<i> &gt; &gt; From server:
84 </I>&gt;<i> &gt; &gt; :irc.abc.xyz 311 janos OperServ services services.abc.xyz * :Operator
85 </I>&gt;<i> &gt; Server
86 </I>&gt;<i> &gt; &gt; So the * is missing from the source.
87 </I>&gt;<i> &gt; &gt; And the last line is also buggy in void m_whois, it should be:
88 </I>&gt;<i> &gt; &gt; 'send_cmd(ServerName, &quot;318 %s %s End of /WHOIS response.&quot;,
89 </I>&gt;<i> source,
90 </I>&gt;<i> &gt; &gt; av[0])'
91 </I>&gt;<i> &gt; &gt;
92 </I>&gt;<i> &gt; &gt; For extra another line should be added (oper numeric) and it should
93 </I>be:
94 &gt;<i> &gt; &gt; 'send_cmd(ServerName, &quot;313 %s %s :is a Network Service&quot;,
95 </I>source,
96 &gt;<i> &gt; &gt; av[0])' (or &quot;an IRC Operator&quot;) - but this is only optional , and it
97 </I>&gt;<i> &gt; should
98 </I>&gt;<i> &gt; &gt; be for clients/scripts to detect services as a &quot;super-user&quot;. (Scripts
99 </I>&gt;<i> and
100 </I>&gt;<i> &gt; &gt; clients only watch the numeric in the most cases)
101 </I>&gt;<i> &gt; &gt;
102 </I>&gt;<i> &gt; &gt; Effect: breaking some client (I tried mirc and xchat)
103 </I>&gt;<i> &gt; &gt;
104 </I>&gt;<i> &gt; &gt; &quot;/whois services.abc.xyz notexistantuser&quot; is also affected:
105 </I>&gt;<i> &gt; &gt; 'send_cmd(ServerName, &quot;401 %s %s :No such service.&quot;, source,
106 </I>&gt;<i> av[0]);'
107 </I>&gt;<i> &gt; &gt; Sometimes it breaks some client, it should be two lines:
108 </I>&gt;<i> &gt; &gt; 'send_cmd(ServerName, &quot;401 %s %s :No such nick/channel.&quot;, source,
109 </I>&gt;<i> &gt; &gt; av[0]);'
110 </I>&gt;<i> &gt; &gt; 'send_cmd(ServerName, &quot;318 End of /WHOIS response.&quot;);'
111 </I>&gt;<i> &gt; &gt; But the last bug can be found rarely.
112 </I>&gt;<i> &gt; &gt;
113 </I>&gt;<i> &gt; &gt; John Binder (Janos on IRC)
114 </I>&gt;<i> &gt; &gt;
115 </I>&gt;<i> &gt; &gt; P.S.: I hope I didn't write my bug report to the wrong place.
116 </I>&gt;<i> &gt; &gt;
117 </I>&gt;<i> &gt; &gt; -----------------------------------------------------------
118 </I>&gt;<i> &gt; &gt; To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
119 </I>&gt;<i> &gt; &gt; with the word UNSUBSCRIBE in the subject of the mail.
120 </I>&gt;<i> &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
121 </I>&gt;<i> &gt; &gt;
122 </I>&gt;<i> &gt;
123 </I>&gt;<i> &gt; -----------------------------------------------------------
124 </I>&gt;<i> &gt; To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
125 </I>&gt;<i> &gt; with the word UNSUBSCRIBE in the subject of the mail.
126 </I>&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
127 </I>&gt;<i> &gt;
128 </I>&gt;<i> &gt;
129 </I>&gt;<i>
130 </I>&gt;<i> -----------------------------------------------------------
131 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
132 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
133 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
134 </I>&gt;<i>
135 </I>
136
137 </PRE>
138
139 <!--endarticle-->
140 <HR>
141 <P><UL>
142 <!--threads-->
143 <LI>Previous message: <A HREF="002547.html">[IRCServices] Little remote WHOIS formal bug
144 </A></li>
145 <LI>Next message: <A HREF="002549.html">[IRCServices] Little remote WHOIS formal bug
146 </A></li>
147 <LI> <B>Messages sorted by:</B>
148 <a href="date.html#2548">[ date ]</a>
149 <a href="thread.html#2548">[ thread ]</a>
150 <a href="subject.html#2548">[ subject ]</a>
151 <a href="author.html#2548">[ author ]</a>
152 </LI>
153 </UL>
154
155 </body></html>