]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2006/003232.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2006 / 003232.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20SET%20RESTRICTED%2C%20and%20possibly%20AKICK%20flaw&In-Reply-To=ce6d53600603170215s5bdcaaaaq6a4c813fc1fe0fdd%40mail.gmail.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003231.html">
11 <LINK REL="Next" HREF="003233.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw</H1>
15 <B>Anton Wolkov</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20SET%20RESTRICTED%2C%20and%20possibly%20AKICK%20flaw&In-Reply-To=ce6d53600603170215s5bdcaaaaq6a4c813fc1fe0fdd%40mail.gmail.com"
17 TITLE="[IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw">phan70m at gmail.com
18 </A><BR>
19 <I>Fri Mar 17 07:13:38 PST 2006</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003231.html">[IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw
22 </A></li>
23 <LI>Next message: <A HREF="003233.html">[IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3232">[ date ]</a>
27 <a href="thread.html#3232">[ thread ]</a>
28 <a href="subject.html#3232">[ subject ]</a>
29 <a href="author.html#3232">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>i actually done my homework on this one
35 it's a sync issue of unreal 3.2+
36 it sends bans and exceptions and invexes inside SJOIN in a very wierd format
37 and from time to time looses a leaf's settings. so as i get it it's only an
38 issue of miltiple leafs linked.
39 basicly there's another issue of service not being able to understand
40 extended ban ~c and extended ban ~r which are another reason why this might
41 happen.
42 ~c:#channel*name should be check against all channel names the user is in
43 and ~r:real_n*ame should be check against the realname of the user having
44 all spaces replaced to _. other extended bans don't affect joining.
45
46 On 3/17/06, ongeboren &lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">xxx.coder at gmail.com</A>&gt; wrote:
47 &gt;<i>
48 </I>&gt;<i> No idea how ircservices are doing it (as they do not join channels)..
49 </I>&gt;<i> but if the channel is just recreated on join, kicking the only person
50 </I>&gt;<i> will destroy the channel and all associated bans (at least on hybserv
51 </I>&gt;<i> based ircds, /me never used unreal).
52 </I>&gt;<i>
53 </I>&gt;<i> On 3/16/06, Robin Burchell &lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">surreal.w00t at gmail.com</A>&gt; wrote:
54 </I>&gt;<i> &gt; Hi,
55 </I>&gt;<i> &gt;
56 </I>&gt;<i> &gt; I've seen this happen once or twice, but was never able to reproduce it
57 </I>&gt;<i> &gt; - last night it got a little major, so I thought I'd better send it on
58 </I>&gt;<i> &gt; to the list.
59 </I>&gt;<i> &gt;
60 </I>&gt;<i> &gt; It appears sometimes on a violation of AKICK or SET RESTRICTED, ChanServ
61 </I>&gt;<i> &gt; doesn't add a +b to the channel, leading to fun endless JOIN/KICK
62 </I>&gt;<i> &gt; floods. Sometimes, ChanServ wakes up after a while - yesterday this
63 </I>&gt;<i> &gt; wasn't the case...
64 </I>&gt;<i> &gt;
65 </I>&gt;<i> &gt; [04:32:59] * You were kicked from #helpers by ChanServ (You are not
66 </I>&gt;<i> &gt; permitted to be on this channel.)
67 </I>&gt;<i> &gt; [04:33:01] * You were kicked from #helpers by ChanServ (You are not
68 </I>&gt;<i> &gt; permitted to be on this channel.)
69 </I>&gt;<i> &gt; [04:33:04] * You were kicked from #helpers by ChanServ (You are not
70 </I>&gt;<i> &gt; permitted to be on this channel.)
71 </I>&gt;<i> &gt;
72 </I>&gt;<i> &gt; ...
73 </I>&gt;<i> &gt;
74 </I>&gt;<i> &gt; [05:09:41] * You were kicked from #helpers by ChanServ (You are not
75 </I>&gt;<i> &gt; permitted to be on this channel.)
76 </I>&gt;<i> &gt; [05:09:43] * You were kicked from #helpers by ChanServ (You are not
77 </I>&gt;<i> &gt; permitted to be on this channel.)
78 </I>&gt;<i> &gt; [05:09:45] * You were kicked from #helpers by ChanServ (You are not
79 </I>&gt;<i> &gt; permitted to be on this channel.)
80 </I>&gt;<i> &gt; [05:09:46] #helpers unable to join channel (address is banned)
81 </I>&gt;<i> &gt;
82 </I>&gt;<i> &gt;
83 </I>&gt;<i> &gt; That ban being a +b Guest*!*@* set by someone else on the channel.
84 </I>&gt;<i> &gt;
85 </I>&gt;<i> &gt; IRCd is Unreal (3.2.2b, for the terminally curious) - services are at
86 </I>&gt;<i> &gt; 5.0.55, with some modules, but no core tweaks.
87 </I>&gt;<i> &gt;
88 </I>&gt;<i> &gt; If anyone else has ideas, because this one has me a little stumped...
89 </I>&gt;<i> &gt;
90 </I>&gt;<i> &gt; Thanks,
91 </I>&gt;<i> &gt; w00t.
92 </I>&gt;<i> &gt; ------------------------------------------------------------------
93 </I>&gt;<i> &gt; To unsubscribe or change your subscription options, visit:
94 </I>&gt;<i> &gt; <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
95 </I>&gt;<i> &gt;
96 </I>&gt;<i>
97 </I>&gt;<i>
98 </I>&gt;<i> --
99 </I>&gt;<i> Evlogi Petrov - <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">ongeboren at UniBG</A>
100 </I>&gt;<i>
101 </I>&gt;<i> ------------------------------------------------------------------
102 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
103 </I>&gt;<i> <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
104 </I>&gt;<i>
105 </I>&gt;<i>
106 </I>-------------- next part --------------
107 An HTML attachment was scrubbed...
108 URL: <A HREF="../attachments/20060317/e562d41b/attachment.html">../attachments/20060317/e562d41b/attachment.html</A>
109 </PRE>
110
111
112 <!--endarticle-->
113 <HR>
114 <P><UL>
115 <!--threads-->
116 <LI>Previous message: <A HREF="003231.html">[IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw
117 </A></li>
118 <LI>Next message: <A HREF="003233.html">[IRCServices Coding] SET RESTRICTED, and possibly AKICK flaw
119 </A></li>
120 <LI> <B>Messages sorted by:</B>
121 <a href="date.html#3232">[ date ]</a>
122 <a href="thread.html#3232">[ thread ]</a>
123 <a href="subject.html#3232">[ subject ]</a>
124 <a href="author.html#3232">[ author ]</a>
125 </LI>
126 </UL>
127
128 </body></html>