]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000335.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000335.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=Pine.LNX.4.10.9911181057150.1040-100000%40dragon.wastelands.net">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000334.html">
11 <LINK REL="Next" HREF="000336.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Adding features to services</H1>
15 <B>Rafael Ritter</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Adding%20features%20to%20services&In-Reply-To=Pine.LNX.4.10.9911181057150.1040-100000%40dragon.wastelands.net"
17 TITLE="[IRCServices] Adding features to services">rafael at kapa.procergs.com.br
18 </A><BR>
19 <I>Thu Nov 18 03:18:21 PST 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000334.html">[IRCServices] Adding features to services
22 </A></li>
23 <LI>Next message: <A HREF="000336.html">[IRCServices] Adding features to services
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#335">[ date ]</a>
27 <a href="thread.html#335">[ thread ]</a>
28 <a href="subject.html#335">[ subject ]</a>
29 <a href="author.html#335">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Just a suggestion:
35 in my server, I had disabled the DROP and SET FOUNDER commands. To use this
36 command you need to be an IRCop.
37 This simple change dont let users to stole channels from another users.
38 They can even stole de password, but the channel's INFO allways will show
39 the nickname of real founder. If someone, ask for a password or something
40 relative, you only need to look at channel INFO.
41
42 Rafael Ritter
43 Equipe VIA RS
44
45 At 11:10 18/11/99 +0200, you wrote:
46 &gt;<i>
47 </I>&gt;<i>This is just a quickie based on what I read earlier.
48 </I>&gt;<i>
49 </I>&gt;<i>If you're going to add features to ircservices, especially if you intend
50 </I>&gt;<i>(or atleast, would like) your features to be incorporated into newer
51 </I>&gt;<i>releases, you MUST make sure ALL your code changes will accomodate ALL
52 </I>&gt;<i>supported IRCds.
53 </I>&gt;<i>
54 </I>&gt;<i>The way Andy originally coded services makes this quite easier... you have
55 </I>&gt;<i>a number of compile-time directives which compile in the appropriate code
56 </I>&gt;<i>based on the ircd selected at configuration.
57 </I>&gt;<i>
58 </I>&gt;<i>For example:
59 </I>&gt;<i>
60 </I>&gt;<i> #ifdef IRC_DAL4_4_15
61 </I>&gt;<i> ... code ...
62 </I>&gt;<i> #endif
63 </I>&gt;<i>
64 </I>&gt;<i>The expressions available are:
65 </I>&gt;<i>
66 </I>&gt;<i> IRC_DALNET, IRC_DAL4_4_15, IRC_CLASSIC,
67 </I>&gt;<i> IRC_UNDERNET_NEW, IRC_TS8, IRC_UNDERNET,
68 </I>&gt;<i>
69 </I>&gt;<i>Don't suppose anyone is bored and would like to outline the differences
70 </I>&gt;<i>between these IRCds? Maybe add it to a programming FAQ for services which
71 </I>&gt;<i>another bored person could make?
72 </I>&gt;<i>
73 </I>&gt;<i>Lastly, I agree with the need for an additional list for the CODING of
74 </I>&gt;<i>ircservices. Feature suggestions and things help requests are fine for a
75 </I>&gt;<i>normal list, but I think a place where people could discuss implementation
76 </I>&gt;<i>of certain things and what they break, how to fix these things, etc, would
77 </I>&gt;<i>be constructive.
78 </I>&gt;<i>
79 </I>&gt;<i>- Gav
80 </I>&gt;<i>
81 </I>&gt;<i>---
82 </I>&gt;<i>Gaven Cohen aka Kinslayer &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">dragon at wastelands.net</A>&gt; www.wastelands.net
83 </I>&gt;<i>freelance sysadmin/programmer HABONIM DROR linux, fantasy enthusiast
84 </I>&gt;<i>RSA/1024 0xFC82B78F 4B 43 3C 20 47 58 AF AC DB 1E 7F 6E 64 08 15 7E
85 </I>&gt;<i>
86 </I>&gt;<i>---------------------------------------------------------------
87 </I>&gt;<i>To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
88 </I>&gt;<i>with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
89 </I>&gt;<i>
90 </I>&gt;<i>
91 </I>
92 ---------------------------------------------------------------
93 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
94 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
95
96 </PRE>
97
98 <!--endarticle-->
99 <HR>
100 <P><UL>
101 <!--threads-->
102 <LI>Previous message: <A HREF="000334.html">[IRCServices] Adding features to services
103 </A></li>
104 <LI>Next message: <A HREF="000336.html">[IRCServices] Adding features to services
105 </A></li>
106 <LI> <B>Messages sorted by:</B>
107 <a href="date.html#335">[ date ]</a>
108 <a href="thread.html#335">[ thread ]</a>
109 <a href="subject.html#335">[ subject ]</a>
110 <a href="author.html#335">[ author ]</a>
111 </LI>
112 </UL>
113
114 </body></html>