]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000077.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2001 / 000077.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5.0 alpha 9 released
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%209%20released&In-Reply-To=3c2939c5.10626%40achurch.org">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000075.html">
11 <LINK REL="Next" HREF="000076.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5.0 alpha 9 released</H1>
15 <B>Finny Merrill</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%209%20released&In-Reply-To=3c2939c5.10626%40achurch.org"
17 TITLE="[IRCServices Coding] Services 5.0 alpha 9 released">griever at t2n.org
18 </A><BR>
19 <I>Tue Dec 25 19:30:49 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000075.html">[IRCServices Coding] Services 5.0 alpha 9 released
22 </A></li>
23 <LI>Next message: <A HREF="000076.html">[IRCServices Coding] More bugs... :)
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#77">[ date ]</a>
27 <a href="thread.html#77">[ thread ]</a>
28 <a href="subject.html#77">[ subject ]</a>
29 <a href="author.html#77">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>On Wed, 26 Dec 2001, Andrew Church wrote:
35
36 &gt;<i> &gt;&gt; You should probably look into what check_access_cumode()
37 </I>&gt;<i> &gt;&gt; (modules/chanserv/access.c) is doing; that part of the
38 </I>&gt;<i> &gt;&gt; code has been
39 </I>&gt;<i> &gt;&gt; thoroughly redone and gotten almost no testing. I'm not
40 </I>&gt;<i> &gt;&gt; sure what would
41 </I>&gt;<i> &gt;&gt; cause the autovoice level to get set to 0.
42 </I>&gt;<i> &gt;
43 </I>&gt;<i> &gt;Ahh, I wasn't very clear there - the autovoice level was set to 0 on
44 </I>&gt;<i> &gt;the version 4 services by my chanops to make it easier to silence
45 </I>&gt;<i> &gt;certain users :). On the v5 net, with both the xOP and Levels modules
46 </I>&gt;<i> &gt;loaded, nothing happens to level 0 users, and users previously
47 </I>&gt;<i> &gt;autoopped (levels 5+) are all set mode +hq (insofar as that there is
48 </I>&gt;<i> &gt;more than one +q user in the room...).
49 </I>&gt;<i>
50 </I>&gt;<i> Hm, I'll have to take a look into that... but it will have to be after
51 </I>&gt;<i> I get back from vacation, I think. (: If you want to look into it yourself,
52 </I>&gt;<i> check_access_cumode() is a good place to start, as mentioned above.
53 </I>&gt;<i>
54 </I>&gt;<i> &gt;- The news.db database (imported from version 4) corrupted rather
55 </I>&gt;<i> &gt;easily the first time I sent services a SIGTERM. Now I get [Oper
56 </I>&gt;<i> &gt;News - Jan 01 1970] (null).
57 </I>&gt;<i>
58 </I>&gt;<i> I, uh, fixed that. Really. The gremlins must have backed out my
59 </I>&gt;<i> commit, or something.
60 </I>&gt;<i>
61 </I>&gt;<i> &gt;- The /os rehash command doesn't seem to rehash very many
62 </I>&gt;<i> &gt;configuration options. I could be wrong, but I don't think I've seen
63 </I>&gt;<i> &gt;any of the modules.conf options updated using this command.
64 </I>&gt;<i>
65 </I>&gt;<i> It should get most of them, and you should get log messages for ones
66 </I>&gt;<i> that can't be dynamically updated. (However, this is only since alpha 8;
67 </I>&gt;<i> alpha 7 didn't have support for reconfiguration in the modules.) At the
68 </I>&gt;<i> least I've been able to make OperServ dynamically change nicks here.
69 </I>&gt;<i>
70 </I>&gt;<i> &gt;- httpd/auth-password doesn't seem to work at all for me:
71 </I>&gt;<i> &gt;Module httpd/auth-password
72 </I>&gt;<i> &gt; AuthName &quot;PhaseNet Test IRC Services&quot;
73 </I>&gt;<i> &gt; Protect /debug &quot;quack:quack&quot;
74 </I>&gt;<i> &gt; Protect /dbaccess &quot;quack:quack&quot;
75 </I>&gt;<i> &gt;EndModule
76 </I>&gt;<i> &gt;
77 </I>&gt;<i> &gt;No auth box is presented
78 </I>
79 You *DO* have the LoadModule line in services.conf, right?
80
81 &gt;<i>
82 </I>&gt;<i> Hm, it seems to have broken somewhere. I'll look into this as well.
83 </I>&gt;<i>
84 </I>&gt;<i> &gt;- The httpd/dbaccess module is very useful for debugging
85 </I>&gt;<i> &gt;access/levels problems such as the above, but it would be quite handy
86 </I>&gt;<i> &gt;to have a <A HREF="http://serviceshost/dbaccess/chanserv/chan/levels">http://serviceshost/dbaccess/chanserv/chan/levels</A> page,
87 </I>&gt;<i> &gt;showing the xOP levels sometimes.
88 </I>&gt;<i>
89 </I>&gt;<i> Added to TODO.
90 </I>&gt;<i>
91 </I>&gt;<i> --Andrew Church
92 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
93 </I>&gt;<i> <A HREF="http://achurch.org/">http://achurch.org/</A>
94 </I>&gt;<i> ------------------------------------------------------------------
95 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
96 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
97 </I>&gt;<i>
98 </I>
99
100 </PRE>
101
102 <!--endarticle-->
103 <HR>
104 <P><UL>
105 <!--threads-->
106 <LI>Previous message: <A HREF="000075.html">[IRCServices Coding] Services 5.0 alpha 9 released
107 </A></li>
108 <LI>Next message: <A HREF="000076.html">[IRCServices Coding] More bugs... :)
109 </A></li>
110 <LI> <B>Messages sorted by:</B>
111 <a href="date.html#77">[ date ]</a>
112 <a href="thread.html#77">[ thread ]</a>
113 <a href="subject.html#77">[ subject ]</a>
114 <a href="author.html#77">[ author ]</a>
115 </LI>
116 </UL>
117
118 </body></html>