]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/002545.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 002545.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="002544.html">
11 <LINK REL="Next" HREF="002546.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>Sat Nov 17 00:04:01 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002544.html">[IRCServices] French language file (was: Services 4.5.32 released)
22 </A></li>
23 <LI>Next message: <A HREF="002546.html">[IRCServices] Little remote WHOIS formal bug
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2545">[ date ]</a>
27 <a href="thread.html#2545">[ thread ]</a>
28 <a href="subject.html#2545">[ subject ]</a>
29 <a href="author.html#2545">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hi,
35
36 I've just found this reply via whois from services:
37 :<i>services.abc.xyz 311 janos operserv services services.abc.xyz :Operator
38 </I>Server
39 &gt;<i>From server:
40 </I>:<i>irc.abc.xyz 311 janos OperServ services services.abc.xyz * :Operator Server
41 </I>So the * is missing from the source.
42 And the last line is also buggy in void m_whois, it should be:
43 'send_cmd(ServerName, &quot;318 %s %s End of /WHOIS response.&quot;, source,
44 av[0])'
45
46 For extra another line should be added (oper numeric) and it should be:
47 'send_cmd(ServerName, &quot;313 %s %s :is a Network Service&quot;, source,
48 av[0])' (or &quot;an IRC Operator&quot;) - but this is only optional , and it should
49 be for clients/scripts to detect services as a &quot;super-user&quot;. (Scripts and
50 clients only watch the numeric in the most cases)
51
52 Effect: breaking some client (I tried mirc and xchat)
53
54 &quot;/whois services.abc.xyz notexistantuser&quot; is also affected:
55 'send_cmd(ServerName, &quot;401 %s %s :No such service.&quot;, source, av[0]);'
56 Sometimes it breaks some client, it should be two lines:
57 'send_cmd(ServerName, &quot;401 %s %s :No such nick/channel.&quot;, source,
58 av[0]);'
59 'send_cmd(ServerName, &quot;318 End of /WHOIS response.&quot;);'
60 But the last bug can be found rarely.
61
62 John Binder (Janos on IRC)
63
64 P.S.: I hope I didn't write my bug report to the wrong place.
65
66
67 </PRE>
68
69 <!--endarticle-->
70 <HR>
71 <P><UL>
72 <!--threads-->
73 <LI>Previous message: <A HREF="002544.html">[IRCServices] French language file (was: Services 4.5.32 released)
74 </A></li>
75 <LI>Next message: <A HREF="002546.html">[IRCServices] Little remote WHOIS formal bug
76 </A></li>
77 <LI> <B>Messages sorted by:</B>
78 <a href="date.html#2545">[ date ]</a>
79 <a href="thread.html#2545">[ thread ]</a>
80 <a href="subject.html#2545">[ subject ]</a>
81 <a href="author.html#2545">[ author ]</a>
82 </LI>
83 </UL>
84
85 </body></html>