]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001126.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001126.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Greetings
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Greetings&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="001125.html">
11 <LINK REL="Next" HREF="001133.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Greetings</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Greetings&In-Reply-To="
17 TITLE="[IRCServices] Greetings">achurch at achurch.org
18 </A><BR>
19 <I>Fri Jan 19 09:38:36 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001125.html">[IRCServices] Greetings
22 </A></li>
23 <LI>Next message: <A HREF="001133.html">[IRCServices] exceptions entries by IP &amp; channel bans with bahamut
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1126">[ date ]</a>
27 <a href="thread.html#1126">[ thread ]</a>
28 <a href="subject.html#1126">[ subject ]</a>
29 <a href="author.html#1126">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>On Fri, 19 Jan 2001 08:59:03 JST, <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A> (Andrew Church) wrote:
35 </I>&gt;<i>
36 </I>&gt;&gt;&gt;<i> It seems that all functions like access_del_callback,
37 </I>&gt;&gt;&gt;<i>akick_del_callback etc have a problem. That is , executing a /msg memoserv
38 </I>&gt;&gt;&gt;<i>del 1-99999999999999999999999999 services are delaying for a long period
39 </I>&gt;&gt;&gt;<i>of time. This behaviour will cause the server that are connected to send
40 </I>&gt;&gt;&gt;<i>an squit if there is general activity at the network. If there is no
41 </I>&gt;&gt;&gt;<i>activity and you are running for example a test server at home, you will
42 </I>&gt;&gt;&gt;<i>regain control at the services after a period of time. The same command
43 </I>&gt;&gt;&gt;<i>could apply at chanserv with /msg chanserv access #channel del
44 </I>&gt;&gt;&gt;<i>1-99999999999999etcetc or at the akick function.
45 </I>&gt;&gt;<i>
46 </I>&gt;&gt;<i> Fixed for 4.5, thanks for the report.
47 </I>&gt;<i>
48 </I>&gt;<i>Is there any possibility of seeing a quick fix for this now? Anyone can
49 </I>&gt;<i>disconnect services with this and I'd rather not wait for 4.5 to be
50 </I>&gt;<i>released...
51 </I>
52 The following patch (untested) should do the trick for now.
53
54 --- misc.c.old Sat Jan 29 14:17:51 2000
55 +++ misc.c Fri Jan 19 09:40:32 2001
56 @@ -246,6 +246,10 @@
57 numstr += strcspn(numstr, &quot;0123456789,-&quot;);
58 }
59 }
60 + if (n1 &lt; 0)
61 + n1 = 0;
62 + if (n2 &gt; 1024)
63 + n2 = 1024;
64 for (i = n1; i &lt;= n2 &amp;&amp; i &gt;= 0; i++) {
65 int res = callback(u, i, args);
66 count++;
67
68
69 --Andrew Church
70 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">achurch at achurch.org</A> | New address - please note.
71 <A HREF="http://achurch.org/">http://achurch.org/</A> | \e$B%a!&lt;%k%&quot;%I%l%9$,JQ$o$j$^$7$?!#\e(B
72
73
74 </PRE>
75
76 <!--endarticle-->
77 <HR>
78 <P><UL>
79 <!--threads-->
80 <LI>Previous message: <A HREF="001125.html">[IRCServices] Greetings
81 </A></li>
82 <LI>Next message: <A HREF="001133.html">[IRCServices] exceptions entries by IP &amp; channel bans with bahamut
83 </A></li>
84 <LI> <B>Messages sorted by:</B>
85 <a href="date.html#1126">[ date ]</a>
86 <a href="thread.html#1126">[ thread ]</a>
87 <a href="subject.html#1126">[ subject ]</a>
88 <a href="author.html#1126">[ author ]</a>
89 </LI>
90 </UL>
91
92 </body></html>