]> jfr.im git - irc.git/blobdiff - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003006.html
RELEASE -> !RELEASE
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003006.html
diff --git a/software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003006.html b/software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003006.html
deleted file mode 100644 (file)
index 9f59bba..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
-   <TITLE> [IRCServices Coding] Bug using svs4-db in
-       svs5(autodeop/nojoin-level)
-   </TITLE>
-   <LINK REL="Index" HREF="index.html" >
-   <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">
-   <META NAME="robots" CONTENT="index,nofollow">
-   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
-   <LINK REL="Previous"  HREF="003007.html">
-   <LINK REL="Next"  HREF="003009.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-   <H1>[IRCServices Coding] Bug using svs4-db in
-       svs5(autodeop/nojoin-level)</H1>
-    <B>Andrew Church</B> 
-    <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"
-       TITLE="[IRCServices Coding] Bug using svs4-db in
-       svs5(autodeop/nojoin-level)">achurch at achurch.org
-       </A><BR>
-    <I>Wed Mar 31 20:23:57 PST 2004</I>
-    <P><UL>
-        <LI>Previous message: <A HREF="003007.html">[IRCServices Coding] possible bug in 5.0.28 and below?
-</A></li>
-        <LI>Next message: <A HREF="003009.html">[IRCServices Coding] Feature request: No logonnews after netsplit
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#3006">[ date ]</a>
-              <a href="thread.html#3006">[ thread ]</a>
-              <a href="subject.html#3006">[ subject ]</a>
-              <a href="author.html#3006">[ author ]</a>
-         </LI>
-       </UL>
-    <HR>  
-<!--beginarticle-->
-<PRE>&gt;<i>Would it be possible to get a patch for this issue ahead of the release, or a
-</I>&gt;<i>rough estimate on the next release?
-</I>
-     I don't know when the next release will happen, though I expect it
-will not be too far in the future.  If this is a serious problem now, apply
-the following patch.  (Note that applying the patch will cause the diff for
-the next release to fail to apply; either reverse this or reinstall from
-the tarball at that time.)
-
-  --Andrew Church
-    <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
-    <A HREF="http://achurch.org/">http://achurch.org/</A>
-
---- modules/protocol/unreal.c  23 Mar 2004 15:13:42 -0000      2.117
-+++ modules/protocol/unreal.c  30 Mar 2004 13:46:57 -0000      2.118
-@@ -506,6 +506,10 @@
-      * such a TKL exists in the SZline list, and do not remove it if it's
-      * found; Unreal does not report IP address information for users, so
-      * we have no way to re-add the masks by checking connecting users.
-+     *
-+     * FIXME: Unreal 3.2 converts an SQLINE into a TKL and sends it back to
-+     * us!  Previous Unreal releases don't understand TKL Q, so for now
-+     * check these against the SQline list.
-      */
-     /* Pointer to the `get_maskdata' function defined in the database
-@@ -521,6 +525,8 @@
-       return;
-     if (*av[1] == 'Z' &amp;&amp; (*p_get_maskdata)(MD_SZLINE, av[3]))
-       return;
-+    if (*av[1] == 'Q' &amp;&amp; (*p_get_maskdata)(MD_SQLINE, av[3]))
-+      return;
-     send_cmd(ServerName, &quot;TKL - %c %s %s %s&quot;,
-            *av[1], av[2], av[3], ServerName);
- }
-
-
-</PRE>
-
-<!--endarticle-->
-    <HR>
-    <P><UL>
-        <!--threads-->
-       <LI>Previous message: <A HREF="003007.html">[IRCServices Coding] possible bug in 5.0.28 and below?
-</A></li>
-       <LI>Next message: <A HREF="003009.html">[IRCServices Coding] Feature request: No logonnews after netsplit
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#3006">[ date ]</a>
-              <a href="thread.html#3006">[ thread ]</a>
-              <a href="subject.html#3006">[ subject ]</a>
-              <a href="author.html#3006">[ author ]</a>
-         </LI>
-       </UL>
-
-</body></html>