]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003044.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003044.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=20040708115938.8767.qmail%40web53101.mail.yahoo.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="003043.html">
11 <LINK REL="Next" HREF="003040.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=20040708115938.8767.qmail%40web53101.mail.yahoo.com"
17 TITLE="[IRCServices Coding] Restricted + Secure --&gt; No Kick List.">achurch at achurch.org
18 </A><BR>
19 <I>Thu Jul 8 21:55:53 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003043.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
22 </A></li>
23 <LI>Next message: <A HREF="003040.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3044">[ date ]</a>
27 <a href="thread.html#3044">[ thread ]</a>
28 <a href="subject.html#3044">[ subject ]</a>
29 <a href="author.html#3044">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i>Someone has made an SQL Database:
35 </I>&gt;<i>
36 </I>&gt;<i>Ircd checks from this database if user is permitted or
37 </I>&gt;<i>not to join the channel. Allowed nicknames to database
38 </I>&gt;<i>can be added / removed with services command like
39 </I>&gt;<i>this:
40 </I>[...]
41 &gt;<i>Is possible for something like this to be made?
42 </I>
43 In theory, yes. In practice, no, because non-local servers would take
44 too much time to access the (remote) database, plus you'd have security
45 issues to worry about with allowing remote access to the detabase in the
46 first place. In any case it would be simpler to do it within the IRC
47 protocol--e.g.:
48
49 [client] JOIN #channel
50 [ircd, to Services] :client JOINREQ #channel
51 [Services, to ircd] :services.example.net JOINALLOW client #channel
52 (or) :services.example.net JOINDENY client #channel
53 [ircd, to client] :client JOIN #channel
54 (or) :ircd.example.net 499 client :Join for #channel denied
55
56 --Andrew Church
57 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
58 <A HREF="http://achurch.org/">http://achurch.org/</A>
59
60
61 </PRE>
62
63 <!--endarticle-->
64 <HR>
65 <P><UL>
66 <!--threads-->
67 <LI>Previous message: <A HREF="003043.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
68 </A></li>
69 <LI>Next message: <A HREF="003040.html">[IRCServices Coding] Restricted + Secure --&gt; No Kick List.
70 </A></li>
71 <LI> <B>Messages sorted by:</B>
72 <a href="date.html#3044">[ date ]</a>
73 <a href="thread.html#3044">[ thread ]</a>
74 <a href="subject.html#3044">[ subject ]</a>
75 <a href="author.html#3044">[ author ]</a>
76 </LI>
77 </UL>
78
79 </body></html>