]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2005/003142.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2005 / 003142.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] channel modes bug report
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20channel%20modes%20bug%20report&In-Reply-To=d50f59a005082203254ed22715%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="003141.html">
11 <LINK REL="Next" HREF="003143.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] channel modes bug report</H1>
15 <B>Robin Burchell</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.esper.net?Subject=%5BIRCServices%20Coding%5D%20channel%20modes%20bug%20report&In-Reply-To=d50f59a005082203254ed22715%40mail.gmail.com"
17 TITLE="[IRCServices Coding] channel modes bug report">surreal.w00t at gmail.com
18 </A><BR>
19 <I>Mon Aug 22 03:32:35 PDT 2005</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003141.html">[IRCServices Coding] channel modes bug report
22 </A></li>
23 <LI>Next message: <A HREF="003143.html">[IRCServices Coding] channel modes bug report
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3142">[ date ]</a>
27 <a href="thread.html#3142">[ thread ]</a>
28 <a href="subject.html#3142">[ subject ]</a>
29 <a href="author.html#3142">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Basically because ChanServ sees the -o, processes that, then sees that
35 you don't have permissions to perform +h.
36
37 That'd be my guess anyhow, I'm not too familar with the core of
38 ircservices yet.
39
40 Anton Wolkov wrote:
41 &gt;<i> Hi,
42 </I>&gt;<i> just noticed something weird, services try to do ircd's job by not
43 </I>&gt;<i> letting users without channel op to add modes like half-ops and voices,
44 </I>&gt;<i> problem is this is done really poorly on unrealircd which does this on
45 </I>&gt;<i> his own fairly good.
46 </I>&gt;<i> here's an example:
47 </I>&gt;<i>
48 </I>&gt;<i> *** SoCkX (~a@ NiX-B9069B23.iplei.pt &lt;<A HREF="http://NiX-B9069B23.iplei.pt">http://NiX-B9069B23.iplei.pt</A>&gt;)
49 </I>&gt;<i> has joined #somechan
50 </I>&gt;<i> * ChanServ sets mode: +o SoCkX
51 </I>&gt;<i> * SoCkX sets mode: -o+hv SoCkX SoCkX SoCkX
52 </I>&gt;<i> * ChanServ sets mode: -h SoCkX
53 </I>&gt;<i>
54 </I>&gt;<i> See how the voice is unset? and how this user should have +h?
55 </I>&gt;<i> This however will not happen if
56 </I>&gt;<i>
57 </I>&gt;<i> *** SoCkX (~a@ NiX-B9069B23.iplei.pt &lt;<A HREF="http://NiX-B9069B23.iplei.pt">http://NiX-B9069B23.iplei.pt</A>&gt;)
58 </I>&gt;<i> has joined #somechan
59 </I>&gt;<i> * ChanServ sets mode: +o SoCkX
60 </I>&gt;<i> * SoCkX sets mode: +hv-o SoCkX SoCkX SoCkX
61 </I>&gt;<i>
62 </I>&gt;<i> This is exactly the same for the ircd, but it's not for the services.
63 </I>&gt;<i> Even if this is desired functionality, it's done poorly since only the
64 </I>&gt;<i> first mode is actually unset, though i believe it isn't.
65 </I>&gt;<i> Hope this helps,
66 </I>&gt;<i>
67 </I>&gt;<i> Best Regards,
68 </I>&gt;<i> PHANTOm &lt; <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">phantom at nix.co.il</A> &lt;mailto:<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">phantom at nix.co.il</A>&gt; &gt; --
69 </I>&gt;<i> www.irc.nix.co.il &lt;<A HREF="http://www.irc.nix.co.il/">http://www.irc.nix.co.il/</A>&gt;
70 </I>&gt;<i>
71 </I>&gt;<i>
72 </I>&gt;<i> ------------------------------------------------------------------------
73 </I>&gt;<i>
74 </I>&gt;<i> ------------------------------------------------------------------
75 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
76 </I>&gt;<i> <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding">http://lists.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
77 </I>
78 </PRE>
79
80
81 <!--endarticle-->
82 <HR>
83 <P><UL>
84 <!--threads-->
85 <LI>Previous message: <A HREF="003141.html">[IRCServices Coding] channel modes bug report
86 </A></li>
87 <LI>Next message: <A HREF="003143.html">[IRCServices Coding] channel modes bug report
88 </A></li>
89 <LI> <B>Messages sorted by:</B>
90 <a href="date.html#3142">[ date ]</a>
91 <a href="thread.html#3142">[ thread ]</a>
92 <a href="subject.html#3142">[ subject ]</a>
93 <a href="author.html#3142">[ author ]</a>
94 </LI>
95 </UL>
96
97 </body></html>