]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000252.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000252.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Services 5 - Suggestions/Queries
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%20-%20Suggestions/Queries&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="000261.html">
11 <LINK REL="Next" HREF="000253.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Services 5 - Suggestions/Queries</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205%20-%20Suggestions/Queries&In-Reply-To="
17 TITLE="[IRCServices Coding] Services 5 - Suggestions/Queries">achurch at achurch.org
18 </A><BR>
19 <I>Sun Feb 10 23:26:55 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000261.html">[IRCServices Coding] ChanServ suggestion
22 </A></li>
23 <LI>Next message: <A HREF="000253.html">[IRCServices Coding] Services 5 - AKILL expiry
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#252">[ date ]</a>
27 <a href="thread.html#252">[ thread ]</a>
28 <a href="subject.html#252">[ subject ]</a>
29 <a href="author.html#252">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>1) SQlineReason &quot;%s&quot; (and your point about the examples being incosistent
35 is a valid one, I'll look into it).
36
37 2) This is an ircd issue (Unreal, at least, propogates all S-lines so this
38 does not occur). If you want S-lines propogated immediately rather than
39 waiting for Services to detect a violation, use ImmediatelySendSline.
40
41 3) If the protocol module provides an IP address to users.c:do_nick(), then
42 IP addresses are deemed available, else they're deemed unavailable.
43 Unreal doesn't send IP addresses, so you get the warning.
44
45 --Andrew Church
46 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
47 <A HREF="http://achurch.org/">http://achurch.org/</A>
48
49 &gt;<i>1) Suggestion: When a qline is set on the ircd, the error reported to the
50 </I>&gt;<i>user is formatted as follows:
51 </I>&gt;<i>
52 </I>&gt;<i>Guest781361765 Erroneous Nickname: Reserved for Services
53 </I>&gt;<i>
54 </I>&gt;<i>However, sqlines set in services merely report:
55 </I>&gt;<i>
56 </I>&gt;<i>testsqline Erroneous Nickname: Reserved nickname
57 </I>&gt;<i>
58 </I>&gt;<i>A better response would be:
59 </I>&gt;<i>
60 </I>&gt;<i>testsqline Erroneous Nickname: (reason set in services)
61 </I>&gt;<i>
62 </I>&gt;<i>2) Suggestion/Query: The sline modules provides a very useful central
63 </I>&gt;<i>repository for qlines/zlines etc that remove the need for individual
64 </I>&gt;<i>ircd.conf changes when a new sline is required. However, in the qline
65 </I>&gt;<i>example above, services does not seem to have added the qline to the list
66 </I>&gt;<i>used by the ircd. In the event of any downtime, this would mean that the
67 </I>&gt;<i>qlines would no longer remain in operation even though some services set
68 </I>&gt;<i>options (e.g. akills) would likely survive the downtime. I appreciate that
69 </I>&gt;<i>this maybe be largely an IRCd issue but if services were to provide a
70 </I>&gt;<i>framework for interaction with the IRCd, I am sure it should be possible to
71 </I>&gt;<i>add IRCd level support so identifying the appropriate area would be a good
72 </I>&gt;<i>first step.
73 </I>&gt;<i>
74 </I>&gt;<i>3) Suggestion/Query: With the s(z)line support, I am not sure of the exact
75 </I>&gt;<i>manner in which Services determines what level of support is available in
76 </I>&gt;<i>the ircd (i.e. whether it is the appropriate protocol module or the sline
77 </I>&gt;<i>module which makes the decision and how).
78 </I>&gt;<i>
79 </I>&gt;<i>I notice for Unreal, services reports in the log a lack of IP information as
80 </I>&gt;<i>being of relevance to the szline support. If this is determined by say the
81 </I>&gt;<i>protocol module, then I guess the operation is fixed by that module, but if
82 </I>&gt;<i>it is down to some sort of real time startup test, I would assume that the
83 </I>&gt;<i>Unreal &quot;connection message&quot; which is lacking in IP is the cause. Since this
84 </I>&gt;<i>is a relatively trivial issue to address on the IRCd, it would be useful to
85 </I>&gt;<i>have some way to have services recognise the support.
86 </I>&gt;<i>
87 </I>&gt;<i>This largely depends on the method(s) services uses to determine the level
88 </I>&gt;<i>of support. If the protocol module does fix this operation, the suggestion
89 </I>&gt;<i>would be to have some type of configuration directive to override this
90 </I>&gt;<i>operation for a server modified to be more &quot;services friendly&quot;.
91 </I>&gt;<i>
92 </I>&gt;<i>If it does check the connection message format, I can safely update that
93 </I>&gt;<i>portion of code and services have access to IP addresses in the manner it
94 </I>&gt;<i>desires. A number of &quot;tools&quot; cite Unreal's connection message as a bug so it
95 </I>&gt;<i>may ultimately be addressed in the new version as it progresses through
96 </I>&gt;<i>beta.
97 </I>&gt;<i>
98 </I>&gt;<i>However, if neither of these options is in force, then I guess I am loooking
99 </I>&gt;<i>for some long term solution to this based on how the current operation
100 </I>&gt;<i>determines support.
101 </I>&gt;<i>
102 </I>&gt;<i>
103 </I>&gt;<i>Mark.
104 </I>&gt;<i>
105 </I>&gt;<i>------------------------------------------------------------------
106 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
107 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
108 </I>
109 </PRE>
110
111 <!--endarticle-->
112 <HR>
113 <P><UL>
114 <!--threads-->
115 <LI>Previous message: <A HREF="000261.html">[IRCServices Coding] ChanServ suggestion
116 </A></li>
117 <LI>Next message: <A HREF="000253.html">[IRCServices Coding] Services 5 - AKILL expiry
118 </A></li>
119 <LI> <B>Messages sorted by:</B>
120 <a href="date.html#252">[ date ]</a>
121 <a href="thread.html#252">[ thread ]</a>
122 <a href="subject.html#252">[ subject ]</a>
123 <a href="author.html#252">[ author ]</a>
124 </LI>
125 </UL>
126
127 </body></html>