]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000089.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000089.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] svcs5 - request
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20svcs5%20-%20request&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="000087.html">
11 <LINK REL="Next" HREF="000090.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] svcs5 - request</H1>
15 <B>Ben Goldstein</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20svcs5%20-%20request&In-Reply-To="
17 TITLE="[IRCServices Coding] svcs5 - request">beng at nc.rr.com
18 </A><BR>
19 <I>Sun Jan 6 09:42:24 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000087.html">[IRCServices Coding] svcs5 - request
22 </A></li>
23 <LI>Next message: <A HREF="000090.html">[IRCServices Coding] svcs5 - request
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#89">[ date ]</a>
27 <a href="thread.html#89">[ thread ]</a>
28 <a href="subject.html#89">[ subject ]</a>
29 <a href="author.html#89">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>This is an excellent idea. I don't think it would be that big of a deal to
35 add this to a final database version in 5.0-release, depending on how far
36 off that is.. Keep up the good work, guys.
37
38 -- Ben Goldstein (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">beng at nc.rr.com</A>)
39
40 ----- Original Message -----
41 From: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">v13 at priest.com</A>&gt;
42 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
43 Sent: Sunday, January 06, 2002 8:52 AM
44 Subject: [IRCServices Coding] svcs5 - request
45
46
47 If you realy want other people to write useful modules, then it should be
48 possible for each module to extend the NickServ and ChanServ (and even the
49 others) databases. I suppose that having a:
50
51 struct ext_list {
52 struct ext_list *prev, *next;
53 long id;
54 size_t size;
55 void *buf;
56 };
57
58 that will form a list for each nickname/channel whould be what we need. It
59 should be easy to save it using the existing database format.
60 Also by providing some functions like:
61
62 struct ext_list *get_extlist_memb(struct ext_list *head, long id);
63
64 void update_extlist_memb(struct ext_list **head, long id, size_t size,
65 void *buf);
66
67
68
69
70
71
72 </PRE>
73
74 <!--endarticle-->
75 <HR>
76 <P><UL>
77 <!--threads-->
78 <LI>Previous message: <A HREF="000087.html">[IRCServices Coding] svcs5 - request
79 </A></li>
80 <LI>Next message: <A HREF="000090.html">[IRCServices Coding] svcs5 - request
81 </A></li>
82 <LI> <B>Messages sorted by:</B>
83 <a href="date.html#89">[ date ]</a>
84 <a href="thread.html#89">[ thread ]</a>
85 <a href="subject.html#89">[ subject ]</a>
86 <a href="author.html#89">[ author ]</a>
87 </LI>
88 </UL>
89
90 </body></html>