]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003042.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003042.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Restricted + Secure --&gt; No Kick List.
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Restricted%20%2B%20Secure%20--%3E%20No%20Kick%20List.&In-Reply-To=001201c46474%24dd72aac0%24f64f9144%40weed">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003041.html">
11 <LINK REL="Next" HREF="003043.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Restricted + Secure --&gt; No Kick List.</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Restricted%20%2B%20Secure%20--%3E%20No%20Kick%20List.&In-Reply-To=001201c46474%24dd72aac0%24f64f9144%40weed"
17 TITLE="[IRCServices Coding] Restricted + Secure --&gt; No Kick List.">achurch at achurch.org
18 </A><BR>
19 <I>Thu Jul 8 09:41:13 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003041.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
22 </A></li>
23 <LI>Next message: <A HREF="003043.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3042">[ date ]</a>
27 <a href="thread.html#3042">[ thread ]</a>
28 <a href="subject.html#3042">[ subject ]</a>
29 <a href="author.html#3042">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>He wants the restrict function to not kick, instead he wants something like
35 </I>&gt;<i>&quot;You cannot join this channel, it is restricted&quot; in the status window.
36 </I>&gt;<i>Basically making it so you don't actually join the channel before ChanServ
37 </I>&gt;<i>realizes you aren't identified, instead chanserv would see before joining
38 </I>&gt;<i>the channel.
39 </I>&gt;<i>
40 </I>&gt;<i>Last I checked, this wasn't possible. If someone can think of a way I'd
41 </I>&gt;<i>love to hear it, but AFAIK its an ircd related issue.
42 </I>
43 You're right, this isn't possible--the ircd doesn't know anything
44 about ChanServ settings, and there's no method in the IRC protocol for a
45 server to query Services about whether a user is permitted to join a
46 channel before actually sending out the JOIN message.
47
48 On the other hand, most modern ircds have a +R channel mode which
49 prevents any users without user mode +r (registered nick) from entering the
50 channel. Services only sets +r on users once they identify, so on an ircd
51 with these modes available, setting a +R mode lock would have the effect of
52 preventing users who haven't identified from entering the channel.
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
59 </PRE>
60
61 <!--endarticle-->
62 <HR>
63 <P><UL>
64 <!--threads-->
65 <LI>Previous message: <A HREF="003041.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
66 </A></li>
67 <LI>Next message: <A HREF="003043.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
68 </A></li>
69 <LI> <B>Messages sorted by:</B>
70 <a href="date.html#3042">[ date ]</a>
71 <a href="thread.html#3042">[ thread ]</a>
72 <a href="subject.html#3042">[ subject ]</a>
73 <a href="author.html#3042">[ author ]</a>
74 </LI>
75 </UL>
76
77 </body></html>