]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000337.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000337.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Adding features to services
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Adding%20features%20to%20services&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="000338.html">
11 <LINK REL="Next" HREF="000347.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Adding features to services</H1>
15 <B>Chris</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Adding%20features%20to%20services&In-Reply-To="
17 TITLE="[IRCServices] Adding features to services">chriswh at cyberhighway.net
18 </A><BR>
19 <I>Thu Nov 18 12:37:54 PST 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000338.html">[IRCServices] Ref: coding ml
22 </A></li>
23 <LI>Next message: <A HREF="000347.html">[IRCServices] Adding features to services
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#337">[ date ]</a>
27 <a href="thread.html#337">[ thread ]</a>
28 <a href="subject.html#337">[ subject ]</a>
29 <a href="author.html#337">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>What do you gain by this? From how I read it, only IRCops can drop
35 channels. That can be a major pain. Users
36 should be able to drop stuff by themselves without having to go ask
37 somebody to do it for them, and getting put on a waiting list for the Opers
38 to get around to dropping their channel. I'm sorry, but if I read this
39 correctly, this isn't a good idea IMHO. I know if I were a user it'd really
40 piss me off.
41 Just my $.02
42
43 -Chris
44
45 P.S. I would like to see the aop/sop/av/etc. commands implemented into
46 services in replace of the &quot;dreaded&quot; ACCESS =)
47
48 ----------
49 &gt;<i> From: Rafael Ritter &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">rafael at kapa.procergs.com.br</A>&gt;
50 </I>&gt;<i> To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ender.shadowfire.org</A>
51 </I>&gt;<i> Subject: Re: [IRCServices] Adding features to services
52 </I>&gt;<i> Date: Thursday, November 18, 1999 6:18 AM
53 </I>&gt;<i>
54 </I>&gt;<i> Just a suggestion:
55 </I>&gt;<i> in my server, I had disabled the DROP and SET FOUNDER commands. To use
56 </I>this
57 &gt;<i> command you need to be an IRCop.
58 </I>&gt;<i> This simple change dont let users to stole channels from another users.
59 </I>&gt;<i> They can even stole de password, but the channel's INFO allways will show
60 </I>&gt;<i> the nickname of real founder. If someone, ask for a password or something
61 </I>&gt;<i> relative, you only need to look at channel INFO.
62 </I>&gt;<i>
63 </I>&gt;<i> Rafael Ritter
64 </I>&gt;<i> Equipe VIA RS
65 </I>&gt;<i>
66 </I>&gt;<i> At 11:10 18/11/99 +0200, you wrote:
67 </I>&gt;<i> &gt;
68 </I>&gt;<i> &gt;This is just a quickie based on what I read earlier.
69 </I>&gt;<i> &gt;
70 </I>&gt;<i> &gt;If you're going to add features to ircservices, especially if you intend
71 </I>&gt;<i> &gt;(or atleast, would like) your features to be incorporated into newer
72 </I>&gt;<i> &gt;releases, you MUST make sure ALL your code changes will accomodate ALL
73 </I>&gt;<i> &gt;supported IRCds.
74 </I>&gt;<i> &gt;
75 </I>&gt;<i> &gt;The way Andy originally coded services makes this quite easier... you
76 </I>have
77 &gt;<i> &gt;a number of compile-time directives which compile in the appropriate
78 </I>code
79 &gt;<i> &gt;based on the ircd selected at configuration.
80 </I>&gt;<i> &gt;
81 </I>&gt;<i> &gt;For example:
82 </I>&gt;<i> &gt;
83 </I>&gt;<i> &gt; #ifdef IRC_DAL4_4_15
84 </I>&gt;<i> &gt; ... code ...
85 </I>&gt;<i> &gt; #endif
86 </I>&gt;<i> &gt;
87 </I>&gt;<i> &gt;The expressions available are:
88 </I>&gt;<i> &gt;
89 </I>&gt;<i> &gt; IRC_DALNET, IRC_DAL4_4_15, IRC_CLASSIC,
90 </I>&gt;<i> &gt; IRC_UNDERNET_NEW, IRC_TS8, IRC_UNDERNET,
91 </I>&gt;<i> &gt;
92 </I>&gt;<i> &gt;Don't suppose anyone is bored and would like to outline the differences
93 </I>&gt;<i> &gt;between these IRCds? Maybe add it to a programming FAQ for services
94 </I>which
95 &gt;<i> &gt;another bored person could make?
96 </I>&gt;<i> &gt;
97 </I>&gt;<i> &gt;Lastly, I agree with the need for an additional list for the CODING of
98 </I>&gt;<i> &gt;ircservices. Feature suggestions and things help requests are fine for
99 </I>a
100 &gt;<i> &gt;normal list, but I think a place where people could discuss
101 </I>implementation
102 &gt;<i> &gt;of certain things and what they break, how to fix these things, etc,
103 </I>would
104 &gt;<i> &gt;be constructive.
105 </I>&gt;<i> &gt;
106 </I>&gt;<i> &gt;- Gav
107 </I>&gt;<i> &gt;
108 </I>&gt;<i> &gt;---
109 </I>&gt;<i> &gt;Gaven Cohen aka Kinslayer &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">dragon at wastelands.net</A>&gt; www.wastelands.net
110 </I>&gt;<i> &gt;freelance sysadmin/programmer HABONIM DROR linux, fantasy enthusiast
111 </I>&gt;<i> &gt;RSA/1024 0xFC82B78F 4B 43 3C 20 47 58 AF AC DB 1E 7F 6E 64 08 15 7E
112 </I>&gt;<i> &gt;
113 </I>&gt;<i> &gt;---------------------------------------------------------------
114 </I>&gt;<i> &gt;To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
115 </I>&gt;<i> &gt;with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
116 </I>&gt;<i> &gt;
117 </I>&gt;<i> &gt;
118 </I>&gt;<i>
119 </I>&gt;<i> ---------------------------------------------------------------
120 </I>&gt;<i> To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
121 </I>&gt;<i> with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
122 </I>---------------------------------------------------------------
123 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
124 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
125
126 </PRE>
127
128 <!--endarticle-->
129 <HR>
130 <P><UL>
131 <!--threads-->
132 <LI>Previous message: <A HREF="000338.html">[IRCServices] Ref: coding ml
133 </A></li>
134 <LI>Next message: <A HREF="000347.html">[IRCServices] Adding features to services
135 </A></li>
136 <LI> <B>Messages sorted by:</B>
137 <a href="date.html#337">[ date ]</a>
138 <a href="thread.html#337">[ thread ]</a>
139 <a href="subject.html#337">[ subject ]</a>
140 <a href="author.html#337">[ author ]</a>
141 </LI>
142 </UL>
143
144 </body></html>