]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/002550.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 002550.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="002549.html">
11 <LINK REL="Next" HREF="002551.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Little remote WHOIS formal bug</H1>
15 <B>John Binder</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">jbinder at kgazd.bme.hu
18 </A><BR>
19 <I>Mon Nov 19 23:13:00 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002549.html">[IRCServices] Little remote WHOIS formal bug
22 </A></li>
23 <LI>Next message: <A HREF="002551.html">[IRCServices] Services 4.5.33 released
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2550">[ date ]</a>
27 <a href="thread.html#2550">[ thread ]</a>
28 <a href="subject.html#2550">[ subject ]</a>
29 <a href="author.html#2550">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>OK, where can I send the .diff if I will fix it?
35
36 Janos Binder
37
38
39 ----- Original Message -----
40 From: &quot;Andrew Church&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>&gt;
41 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>&gt;
42 Sent: Monday, November 19, 2001 9:20 PM
43 Subject: Re: [IRCServices] Little remote WHOIS formal bug
44
45
46 &gt;<i> &gt;I've just found this reply via whois from services:
47 </I>&gt;<i> &gt;:services.abc.xyz 311 janos operserv services services.abc.xyz :Operator
48 </I>&gt;<i> &gt;Server
49 </I>&gt;<i> &gt;&gt;From server:
50 </I>&gt;<i> &gt;:irc.abc.xyz 311 janos OperServ services services.abc.xyz * :Operator
51 </I>Server
52 &gt;<i> &gt;So the * is missing from the source.
53 </I>&gt;<i>
54 </I>&gt;<i> This is already fixed for version 5.0.
55 </I>&gt;<i>
56 </I>&gt;<i> &gt;And the last line is also buggy in void m_whois, it should be:
57 </I>&gt;<i> &gt; 'send_cmd(ServerName, &quot;318 %s %s End of /WHOIS response.&quot;,
58 </I>source,
59 &gt;<i> &gt;av[0])'
60 </I>&gt;<i> &gt;
61 </I>&gt;<i> &gt;For extra another line should be added (oper numeric) and it should be:
62 </I>&gt;<i> &gt; 'send_cmd(ServerName, &quot;313 %s %s :is a Network Service&quot;, source,
63 </I>&gt;<i> &gt;av[0])' (or &quot;an IRC Operator&quot;) - but this is only optional , and it
64 </I>should
65 &gt;<i> &gt;be for clients/scripts to detect services as a &quot;super-user&quot;. (Scripts and
66 </I>&gt;<i> &gt;clients only watch the numeric in the most cases)
67 </I>&gt;<i>
68 </I>&gt;<i> These will be added for version 5.0. I may backport the fix to 4.5
69 </I>&gt;<i> once 5.0 has been finished.
70 </I>&gt;<i>
71 </I>&gt;<i> &gt;&quot;/whois services.abc.xyz notexistantuser&quot; is also affected:
72 </I>&gt;<i> &gt; 'send_cmd(ServerName, &quot;401 %s %s :No such service.&quot;, source, av[0]);'
73 </I>&gt;<i> &gt;Sometimes it breaks some client, it should be two lines:
74 </I>&gt;<i> &gt; 'send_cmd(ServerName, &quot;401 %s %s :No such nick/channel.&quot;, source,
75 </I>&gt;<i> &gt;av[0]);'
76 </I>&gt;<i> &gt; 'send_cmd(ServerName, &quot;318 End of /WHOIS response.&quot;);'
77 </I>&gt;<i> &gt;But the last bug can be found rarely.
78 </I>&gt;<i>
79 </I>&gt;<i> I'd consider this a client bug.
80 </I>&gt;<i>
81 </I>&gt;<i> --Andrew Church
82 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A>
83 </I>&gt;<i> <A HREF="http://achurch.org/">http://achurch.org/</A>
84 </I>&gt;<i> -----------------------------------------------------------
85 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
86 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
87 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
88 </I>&gt;<i>
89 </I>&gt;<i>
90 </I>
91
92 </PRE>
93
94 <!--endarticle-->
95 <HR>
96 <P><UL>
97 <!--threads-->
98 <LI>Previous message: <A HREF="002549.html">[IRCServices] Little remote WHOIS formal bug
99 </A></li>
100 <LI>Next message: <A HREF="002551.html">[IRCServices] Services 4.5.33 released
101 </A></li>
102 <LI> <B>Messages sorted by:</B>
103 <a href="date.html#2550">[ date ]</a>
104 <a href="thread.html#2550">[ thread ]</a>
105 <a href="subject.html#2550">[ subject ]</a>
106 <a href="author.html#2550">[ author ]</a>
107 </LI>
108 </UL>
109
110 </body></html>