]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000484.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000484.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] DB Conversion
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20DB%20Conversion&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="000492.html">
11 <LINK REL="Next" HREF="000485.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] DB Conversion</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20DB%20Conversion&In-Reply-To="
17 TITLE="[IRCServices Coding] DB Conversion">achurch at achurch.org
18 </A><BR>
19 <I>Tue Apr 9 10:09:30 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000492.html">[IRCServices Coding] Cosmetics
22 </A></li>
23 <LI>Next message: <A HREF="000485.html">[IRCServices Coding] services http module
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#484">[ date ]</a>
27 <a href="thread.html#484">[ thread ]</a>
28 <a href="subject.html#484">[ subject ]</a>
29 <a href="author.html#484">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> Sorry, I meant to include the patch in my previous message. Now you
35 can see just how stupid a bug it was. ;)
36
37 --- modules/misc/xml-import.c 6 Feb 2002 23:43:38 -0000 2.8
38 +++ modules/misc/xml-import.c 8 Apr 2002 16:31:12 -0000 2.9
39 @@ -1476,7 +1476,7 @@
40 error(&quot;&lt;name&gt; tag missing from channel, ignoring&quot;);
41 my_free_channelinfo(ci);
42 return CONTINUE;
43 - } else if (strcmp(ci-&gt;name, &quot;#&quot;)) {
44 + } else if (strcmp(ci-&gt;name, &quot;#&quot;) == 0) {
45 error(&quot;Channel \&quot;#\&quot; not supported&quot;);
46 my_free_channelinfo(ci);
47 return CONTINUE;
48
49 --Andrew Church
50 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
51 <A HREF="http://achurch.org/">http://achurch.org/</A>
52
53 &gt;<i>Hi,
54 </I>&gt;<i>
55 </I>&gt;<i>Thanks for the info, yes I realise it's a project in devel :) but its
56 </I>&gt;<i>seems more fit for purpose than epona. Any chance on being able to get
57 </I>&gt;<i>hold of a patch or a copy of the changes necessary?. Ideally I want help
58 </I>&gt;<i>test this and my users (who are picky) will hopefully identify a lot of
59 </I>&gt;<i>bugs for you. I understand the alpha status and am willing to accept any
60 </I>&gt;<i>bugs etc.
61 </I>&gt;<i>
62 </I>&gt;<i>Thanks in advance
63 </I>&gt;<i>
64 </I>&gt;<i>Adrian
65 </I>&gt;<i>
66 </I>&gt;<i>
67 </I>&gt;<i>-----Original Message-----
68 </I>&gt;<i>From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>
69 </I>&gt;<i>[mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>] On Behalf Of Andrew
70 </I>&gt;<i>Church
71 </I>&gt;<i>Sent: 08 April 2002 17:33
72 </I>&gt;<i>To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
73 </I>&gt;<i>Subject: Re: [IRCServices Coding] DB Conversion
74 </I>&gt;<i>
75 </I>&gt;<i> This is a stupid bug... fixed for alpha 28, thanks. Also, though I
76 </I>&gt;<i>presume you read the notice on the download page, be aware that alpha
77 </I>&gt;<i>versions are not suited for using on live networks and are likely to
78 </I>&gt;<i>crash
79 </I>&gt;<i>or experience other problems often. Bug reports of such problems are
80 </I>&gt;<i>welcome, but don't expect much sympathy if your users complain.
81 </I>&gt;<i>
82 </I>&gt;<i> --Andrew Church
83 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
84 </I>&gt;<i> <A HREF="http://achurch.org/">http://achurch.org/</A>
85 </I>&gt;<i>
86 </I>&gt;<i>
87 </I>&gt;<i>
88 </I>&gt;<i>------------------------------------------------------------------
89 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
90 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
91 </I>
92 </PRE>
93
94 <!--endarticle-->
95 <HR>
96 <P><UL>
97 <!--threads-->
98 <LI>Previous message: <A HREF="000492.html">[IRCServices Coding] Cosmetics
99 </A></li>
100 <LI>Next message: <A HREF="000485.html">[IRCServices Coding] services http module
101 </A></li>
102 <LI> <B>Messages sorted by:</B>
103 <a href="date.html#484">[ date ]</a>
104 <a href="thread.html#484">[ thread ]</a>
105 <a href="subject.html#484">[ subject ]</a>
106 <a href="author.html#484">[ author ]</a>
107 </LI>
108 </UL>
109
110 </body></html>