]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000218.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000218.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Operserv Admin and Oper list bug
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Operserv%20Admin%20and%20Oper%20list%20bug&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="000217.html">
11 <LINK REL="Next" HREF="000219.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Operserv Admin and Oper list bug</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Operserv%20Admin%20and%20Oper%20list%20bug&In-Reply-To="
17 TITLE="[IRCServices Coding] Operserv Admin and Oper list bug">achurch at achurch.org
18 </A><BR>
19 <I>Thu Feb 7 14:51:52 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000217.html">[IRCServices Coding] Services 5.0 sendmail query
22 </A></li>
23 <LI>Next message: <A HREF="000219.html">[IRCServices Coding] Services' segfault
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#218">[ date ]</a>
27 <a href="thread.html#218">[ thread ]</a>
28 <a href="subject.html#218">[ subject ]</a>
29 <a href="author.html#218">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> Fixed (the fix below is wrong but the report is right).
35
36 --Andrew Church
37 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
38 <A HREF="http://achurch.org/">http://achurch.org/</A>
39
40 &gt;<i>Since version 5.0a19 (with the fix for ever increasing oper.db size),
41 </I>&gt;<i>services admins are now also listed under the services operators list.
42 </I>&gt;<i>
43 </I>&gt;<i>Deleting a nickname from the services operator list which is duplicated in
44 </I>&gt;<i>this manner will also delete that person from the services admins list.
45 </I>&gt;<i>
46 </I>&gt;<i>IIRC in previous versions, these lists were exclusive which I believe is the
47 </I>&gt;<i>correct operation for the lists.
48 </I>&gt;<i>
49 </I>&gt;<i>It seems that
50 </I>&gt;<i> if (ngi-&gt;os_priv &gt;= NP_SERVOPER)
51 </I>&gt;<i>should be
52 </I>&gt;<i> if (ngi-&gt;os_priv == NP_SERVOPER)
53 </I>&gt;<i>
54 </I>&gt;<i>in modules/operserv/main.c function do_oper().
55 </I>&gt;<i>
56 </I>&gt;<i>Mark.
57 </I>&gt;<i>
58 </I>&gt;<i>------------------------------------------------------------------
59 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
60 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
61 </I>
62 </PRE>
63
64 <!--endarticle-->
65 <HR>
66 <P><UL>
67 <!--threads-->
68 <LI>Previous message: <A HREF="000217.html">[IRCServices Coding] Services 5.0 sendmail query
69 </A></li>
70 <LI>Next message: <A HREF="000219.html">[IRCServices Coding] Services' segfault
71 </A></li>
72 <LI> <B>Messages sorted by:</B>
73 <a href="date.html#218">[ date ]</a>
74 <a href="thread.html#218">[ thread ]</a>
75 <a href="subject.html#218">[ subject ]</a>
76 <a href="author.html#218">[ author ]</a>
77 </LI>
78 </UL>
79
80 </body></html>