]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003004.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003004.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=40697403.44740%40achurch.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="003002.html">
12 <LINK REL="Next" HREF="003005.html">
13 </HEAD>
14 <BODY BGCOLOR="#ffffff">
15 <H1>[IRCServices Coding] Bug using svs4-db in
16 svs5(autodeop/nojoin-level)</H1>
17 <B>Elijah</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=40697403.44740%40achurch.org"
19 TITLE="[IRCServices Coding] Bug using svs4-db in
20 svs5(autodeop/nojoin-level)">admin at nevernet.net
21 </A><BR>
22 <I>Tue Mar 30 16:12:09 PST 2004</I>
23 <P><UL>
24 <LI>Previous message: <A HREF="003002.html">[IRCServices Coding] Bug using svs4-db in svs5
25 (autodeop/nojoin-level)
26 </A></li>
27 <LI>Next message: <A HREF="003005.html">[IRCServices Coding] possible bug in 5.0.28 and below?
28 </A></li>
29 <LI> <B>Messages sorted by:</B>
30 <a href="date.html#3004">[ date ]</a>
31 <a href="thread.html#3004">[ thread ]</a>
32 <a href="subject.html#3004">[ subject ]</a>
33 <a href="author.html#3004">[ author ]</a>
34 </LI>
35 </UL>
36 <HR>
37 <!--beginarticle-->
38 <PRE>Would it be possible to get a patch for this issue ahead of the release, or a
39 rough estimate on the next release?
40
41 Elijah
42
43 -----Original Message-----
44 From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-bounces at ircservices.za.net</A>
45 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-bounces at ircservices.za.net</A>] On Behalf Of Andrew
46 Church
47 Sent: Tuesday, 30 March, 2004 8:19 AM
48 To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
49 Subject: Re: [IRCServices Coding] Bug using svs4-db in
50 svs5(autodeop/nojoin-level)
51
52 Correct you are; fixed for the next release, thanks.
53
54 --Andrew Church
55 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
56 <A HREF="http://achurch.org/">http://achurch.org/</A>
57
58 &gt;<i>Hi,
59 </I>&gt;<i>
60 </I>&gt;<i>yesterday, a user told our staff that he was not able to op users who were
61 </I>&gt;<i>not on the channel's access list.
62 </I>&gt;<i>
63 </I>&gt;<i>[19:41:58] *** Mode change [+o testuser] on channel #quizzing by papillio
64 </I>&gt;<i>[19:41:58] *** Mode change [-o testuser] on channel #quizzing by ChanServ
65 </I>&gt;<i>
66 </I>&gt;<i>=ChanServ= Information for channel #quizzing:
67 </I>&gt;<i>=ChanServ= Options: Topic Retention, Op-Notice
68 </I>&gt;<i>
69 </I>&gt;<i>As you can see, Secureops is deactivated.
70 </I>&gt;<i>
71 </I>&gt;<i>Trying to op via '/chanserv op #quizzing testuser' results in:
72 </I>&gt;<i>=ChanServ= Unable to op testuser on channel #quizzing.
73 </I>&gt;<i>
74 </I>&gt;<i>On our network, we've been using Services5 for about a month. Before, we
75 </I>&gt;<i>used Services4; the channel #quizzing was registered under version 4 and the
76 </I>&gt;<i>founder modified the level settings completely. He also set AUTODEOP to
77 </I>&gt;<i>level 4. This was the problem:
78 </I>&gt;<i>
79 </I>&gt;<i>After some investigation I found out that the level settings were
80 </I>&gt;<i>_completely_ taken over to Services5, including the level settings of
81 </I>&gt;<i>AUTODEOP and NOJOIN. As you know, in Services5 AUTODEOP and NOJOIN should
82 </I>&gt;<i>always be fixed to -1 and -100, and they are invisible to the user. To check
83 </I>&gt;<i>this, I modified services to also show those two levels in '/chanserv levels
84 </I>&gt;<i>list':
85 </I>&gt;<i>
86 </I>&gt;<i>=ChanServ= Access level settings for channel #quizzing:
87 </I>&gt;<i>[...]
88 </I>&gt;<i>=ChanServ= _AUTODEOP 40
89 </I>&gt;<i>=ChanServ= _NOJOIN -20
90 </I>&gt;<i>[...]
91 </I>&gt;<i>
92 </I>&gt;<i>The values were simply converted (new level=old level*10 in this case) like
93 </I>&gt;<i>any other level and are also being used to check user rights.
94 </I>&gt;<i>
95 </I>&gt;<i>So if you have registered channels with Services4 with a positive AUTODEOP
96 </I>&gt;<i>or NOJOIN level and then use Services5, users without an access list entry
97 </I>&gt;<i>or too low access level may not be able to join the channel or get opped.
98 </I>&gt;<i>Since NOJOIN and AUTODEOP-settings can't be changed in v5, the founder has
99 </I>&gt;<i>to use '/chanserv levels reset' to work around this problem.
100 </I>&gt;<i>
101 </I>&gt;<i>I was able to reproduce this bug with a new installation of Services 4.5.45
102 </I>&gt;<i>with clean databases, then using Services 5.0.29.
103 </I>&gt;<i>Hopefully this will get fixed in the next services release, i.e. by setting
104 </I>&gt;<i>both levels to -1 and -100 after reading the database.
105 </I>&gt;<i>
106 </I>&gt;<i>If there are any problems understanding me/the bug, please ask.. ;)
107 </I>&gt;<i>Wolle
108 </I>&gt;<i>
109 </I>&gt;<i>
110 </I>&gt;<i>------------------------------------------------------------------
111 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
112 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
113 </I>
114 ------------------------------------------------------------------
115 To unsubscribe or change your subscription options, visit:
116 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
117
118
119
120
121
122
123 </PRE>
124
125 <!--endarticle-->
126 <HR>
127 <P><UL>
128 <!--threads-->
129 <LI>Previous message: <A HREF="003002.html">[IRCServices Coding] Bug using svs4-db in svs5
130 (autodeop/nojoin-level)
131 </A></li>
132 <LI>Next message: <A HREF="003005.html">[IRCServices Coding] possible bug in 5.0.28 and below?
133 </A></li>
134 <LI> <B>Messages sorted by:</B>
135 <a href="date.html#3004">[ date ]</a>
136 <a href="thread.html#3004">[ thread ]</a>
137 <a href="subject.html#3004">[ subject ]</a>
138 <a href="author.html#3004">[ author ]</a>
139 </LI>
140 </UL>
141
142 </body></html>