]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003006.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003006.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Bug using svs4-db in
5 svs5(autodeop/nojoin-level)
6 </TITLE>
7 <LINK REL="Index" HREF="index.html" >
8 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20using%20svs4-db%20in%0A%09svs5%28autodeop/nojoin-level%29&In-Reply-To=406a0d3e.15422%40mail.achurch.org">
9 <META NAME="robots" CONTENT="index,nofollow">
10 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
11 <LINK REL="Previous" HREF="003007.html">
12 <LINK REL="Next" HREF="003009.html">
13 </HEAD>
14 <BODY BGCOLOR="#ffffff">
15 <H1>[IRCServices Coding] Bug using svs4-db in
16 svs5(autodeop/nojoin-level)</H1>
17 <B>Andrew Church</B>
18 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20using%20svs4-db%20in%0A%09svs5%28autodeop/nojoin-level%29&In-Reply-To=406a0d3e.15422%40mail.achurch.org"
19 TITLE="[IRCServices Coding] Bug using svs4-db in
20 svs5(autodeop/nojoin-level)">achurch at achurch.org
21 </A><BR>
22 <I>Wed Mar 31 20:23:57 PST 2004</I>
23 <P><UL>
24 <LI>Previous message: <A HREF="003007.html">[IRCServices Coding] possible bug in 5.0.28 and below?
25 </A></li>
26 <LI>Next message: <A HREF="003009.html">[IRCServices Coding] Feature request: No logonnews after netsplit
27 </A></li>
28 <LI> <B>Messages sorted by:</B>
29 <a href="date.html#3006">[ date ]</a>
30 <a href="thread.html#3006">[ thread ]</a>
31 <a href="subject.html#3006">[ subject ]</a>
32 <a href="author.html#3006">[ author ]</a>
33 </LI>
34 </UL>
35 <HR>
36 <!--beginarticle-->
37 <PRE>&gt;<i>Would it be possible to get a patch for this issue ahead of the release, or a
38 </I>&gt;<i>rough estimate on the next release?
39 </I>
40 I don't know when the next release will happen, though I expect it
41 will not be too far in the future. If this is a serious problem now, apply
42 the following patch. (Note that applying the patch will cause the diff for
43 the next release to fail to apply; either reverse this or reinstall from
44 the tarball at that time.)
45
46 --Andrew Church
47 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
48 <A HREF="http://achurch.org/">http://achurch.org/</A>
49
50 --- modules/protocol/unreal.c 23 Mar 2004 15:13:42 -0000 2.117
51 +++ modules/protocol/unreal.c 30 Mar 2004 13:46:57 -0000 2.118
52 @@ -506,6 +506,10 @@
53 * such a TKL exists in the SZline list, and do not remove it if it's
54 * found; Unreal does not report IP address information for users, so
55 * we have no way to re-add the masks by checking connecting users.
56 + *
57 + * FIXME: Unreal 3.2 converts an SQLINE into a TKL and sends it back to
58 + * us! Previous Unreal releases don't understand TKL Q, so for now
59 + * check these against the SQline list.
60 */
61
62 /* Pointer to the `get_maskdata' function defined in the database
63 @@ -521,6 +525,8 @@
64 return;
65 if (*av[1] == 'Z' &amp;&amp; (*p_get_maskdata)(MD_SZLINE, av[3]))
66 return;
67 + if (*av[1] == 'Q' &amp;&amp; (*p_get_maskdata)(MD_SQLINE, av[3]))
68 + return;
69 send_cmd(ServerName, &quot;TKL - %c %s %s %s&quot;,
70 *av[1], av[2], av[3], ServerName);
71 }
72
73
74 </PRE>
75
76 <!--endarticle-->
77 <HR>
78 <P><UL>
79 <!--threads-->
80 <LI>Previous message: <A HREF="003007.html">[IRCServices Coding] possible bug in 5.0.28 and below?
81 </A></li>
82 <LI>Next message: <A HREF="003009.html">[IRCServices Coding] Feature request: No logonnews after netsplit
83 </A></li>
84 <LI> <B>Messages sorted by:</B>
85 <a href="date.html#3006">[ date ]</a>
86 <a href="thread.html#3006">[ thread ]</a>
87 <a href="subject.html#3006">[ subject ]</a>
88 <a href="author.html#3006">[ author ]</a>
89 </LI>
90 </UL>
91
92 </body></html>