]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003025.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003025.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Unreal and akill excludes
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Unreal%20and%20akill%20excludes&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="003008.html">
11 <LINK REL="Next" HREF="003027.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Unreal and akill excludes</H1>
15 <B>Arathorn</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Unreal%20and%20akill%20excludes&In-Reply-To="
17 TITLE="[IRCServices Coding] Unreal and akill excludes">arathorn at theonering.net
18 </A><BR>
19 <I>Tue Apr 27 16:04:18 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003008.html">[IRCServices Coding] Unreal and akill excludes
22 </A></li>
23 <LI>Next message: <A HREF="003027.html">[IRCServices Coding] Unreal and akill excludes
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3025">[ date ]</a>
27 <a href="thread.html#3025">[ thread ]</a>
28 <a href="subject.html#3025">[ subject ]</a>
29 <a href="author.html#3025">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>----- Original Message -----
35 From: &quot;Andrew Church&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>&gt;
36 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
37 Sent: Friday, April 02, 2004 4:12 AM
38 Subject: Re: [IRCServices Coding] Unreal and akill excludes
39
40
41 &gt;<i> &gt;I can't get them to work. It sends a gline if someone matches an akill =
42 </I>&gt;<i> &gt;whether or not there's an exclude on it. This of course makes excludes =
43 </I>&gt;<i> &gt;useless.
44 </I>&gt;<i>
45 </I>&gt;<i> Fixed, thanks for the report.
46 </I>&gt;<i>
47 </I>&gt;<i> --Andrew Church
48 </I>
49 Hm, I'm probably completely missing a critical part of this thread, but in
50 ircservices-5.0.30.diff:
51
52 diff -uNr ircservices-5.0.29/modules/protocol/unreal.c
53 ircservices-5.0.30/modules/protocol/unreal.c
54 --- ircservices-5.0.29/modules/protocol/unreal.c 2004-03-24 19:23:26
55 +0900
56 +++ ircservices-5.0.30/modules/protocol/unreal.c 2004-04-14 11:33:36
57 +0900
58 @@ -889,10 +895,6 @@
59 } else {
60 /* Successfully parsed */
61 unreal_version = ver;
62 - /* Unreal 3.2 (protocol version 2303) and above support
63 - * autokill exclusions, so make a note of that */
64 - if (ver &gt;= 2303)
65 - protocol_features |= PF_AKILL_EXCL;
66 }
67 }
68
69 doesn't this completely remove support for akill excludes in unreal? Have
70 they been given up on as a lost cause, or can I re-flag support for them in
71 unreal.c? Apologies if i'm failing to find an explanatory post on the lists
72 or missing something in the Changelog,
73
74 cheers,
75
76 A.
77
78 ________________________________________________________________
79 Matthew Hodgson <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">arathorn at theonering.net</A> Tel: +44 7968 722968
80 Arathorn: Co-Sysadmin, TheOneRing.netR
81
82
83
84
85 </PRE>
86
87 <!--endarticle-->
88 <HR>
89 <P><UL>
90 <!--threads-->
91 <LI>Previous message: <A HREF="003008.html">[IRCServices Coding] Unreal and akill excludes
92 </A></li>
93 <LI>Next message: <A HREF="003027.html">[IRCServices Coding] Unreal and akill excludes
94 </A></li>
95 <LI> <B>Messages sorted by:</B>
96 <a href="date.html#3025">[ date ]</a>
97 <a href="thread.html#3025">[ thread ]</a>
98 <a href="subject.html#3025">[ subject ]</a>
99 <a href="author.html#3025">[ author ]</a>
100 </LI>
101 </UL>
102
103 </body></html>