]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000334.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000334.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="000333.html">
11 <LINK REL="Next" HREF="000335.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Adding features to services</H1>
15 <B>Gaven Cohen</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">dragon at wastelands.net
18 </A><BR>
19 <I>Thu Nov 18 01:10:21 PST 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000333.html">[IRCServices] Re: Mirror Site of ircservices
22 </A></li>
23 <LI>Next message: <A HREF="000335.html">[IRCServices] Adding features to services
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#334">[ date ]</a>
27 <a href="thread.html#334">[ thread ]</a>
28 <a href="subject.html#334">[ subject ]</a>
29 <a href="author.html#334">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>
35 This is just a quickie based on what I read earlier.
36
37 If you're going to add features to ircservices, especially if you intend
38 (or atleast, would like) your features to be incorporated into newer
39 releases, you MUST make sure ALL your code changes will accomodate ALL
40 supported IRCds.
41
42 The way Andy originally coded services makes this quite easier... you have
43 a number of compile-time directives which compile in the appropriate code
44 based on the ircd selected at configuration.
45
46 For example:
47
48 #ifdef IRC_DAL4_4_15
49 ... code ...
50 #endif
51
52 The expressions available are:
53
54 IRC_DALNET, IRC_DAL4_4_15, IRC_CLASSIC,
55 IRC_UNDERNET_NEW, IRC_TS8, IRC_UNDERNET,
56
57 Don't suppose anyone is bored and would like to outline the differences
58 between these IRCds? Maybe add it to a programming FAQ for services which
59 another bored person could make?
60
61 Lastly, I agree with the need for an additional list for the CODING of
62 ircservices. Feature suggestions and things help requests are fine for a
63 normal list, but I think a place where people could discuss implementation
64 of certain things and what they break, how to fix these things, etc, would
65 be constructive.
66
67 - Gav
68
69 ---
70 Gaven Cohen aka Kinslayer &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">dragon at wastelands.net</A>&gt; www.wastelands.net
71 freelance sysadmin/programmer HABONIM DROR linux, fantasy enthusiast
72 RSA/1024 0xFC82B78F 4B 43 3C 20 47 58 AF AC DB 1E 7F 6E 64 08 15 7E
73
74 ---------------------------------------------------------------
75 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
76 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
77
78 </PRE>
79
80 <!--endarticle-->
81 <HR>
82 <P><UL>
83 <!--threads-->
84 <LI>Previous message: <A HREF="000333.html">[IRCServices] Re: Mirror Site of ircservices
85 </A></li>
86 <LI>Next message: <A HREF="000335.html">[IRCServices] Adding features to services
87 </A></li>
88 <LI> <B>Messages sorted by:</B>
89 <a href="date.html#334">[ date ]</a>
90 <a href="thread.html#334">[ thread ]</a>
91 <a href="subject.html#334">[ subject ]</a>
92 <a href="author.html#334">[ author ]</a>
93 </LI>
94 </UL>
95
96 </body></html>