]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001105.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001105.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Panic / Segmentation fault?
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Panic%20/%20Segmentation%20fault%3F&In-Reply-To=008501c08048%243f029b70%24964efea9%40excalibur">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001104.html">
11 <LINK REL="Next" HREF="001107.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Panic / Segmentation fault?</H1>
15 <B>Sean Kelly</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Panic%20/%20Segmentation%20fault%3F&In-Reply-To=008501c08048%243f029b70%24964efea9%40excalibur"
17 TITLE="[IRCServices] Panic / Segmentation fault?">smkelly at zombie.org
18 </A><BR>
19 <I>Tue Jan 16 22:18:31 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001104.html">[IRCServices] Panic / Segmentation fault?
22 </A></li>
23 <LI>Next message: <A HREF="001107.html">[IRCServices] Panic / Segmentation fault?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1105">[ date ]</a>
27 <a href="thread.html#1105">[ thread ]</a>
28 <a href="subject.html#1105">[ subject ]</a>
29 <a href="author.html#1105">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>On Wed, Jan 17, 2001 at 12:42:13AM -0500, Scott Seufert wrote:
35 &gt;<i> Especially when the cyclone diff changes timestamping slightly.
36 </I>&gt;<i>
37 </I>&gt;<i> Dryder
38 </I>
39 Actually, it doesn't. The only difference that &quot;the cyclone patch&quot; makes
40 is an alteration to how the &quot;PASS&quot; command is sent to the remote server
41 when the initial connection is being established:
42
43 diff -u ircservices-4.4.9.orig/init.c ircservices-4.4.9/init.c
44 --- ircservices-4.4.9.orig/init.c Fri Mar 10 17:53:41 2000
45 +++ ircservices-4.4.9/init.c Tue Dec 12 01:19:05 2000
46 @@ -492,7 +492,7 @@
47 #ifdef IRC_BAHAMUT
48 send_cmd(NULL, &quot;PASS %s :TS&quot;, RemotePassword);
49 #else
50 - send_cmd(NULL, &quot;PASS :%s&quot;, RemotePassword);
51 + send_cmd(NULL, &quot;PASS %s :1&quot;, RemotePassword);
52 #endif
53 #ifdef IRC_UNDERNET_NEW
54 send_cmd(NULL, &quot;SERVER %s 1 %lu %lu P09 :%s&quot;,
55
56 Not only does that not have a single thing to do with timestamping as you
57 claim, it also shouldn't even be a consideration when you evaluate the
58 overall stability and operation of IRCServices.
59
60 --
61 Sean Kelly | PGP KeyID: 77042C7B
62 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">smkelly at zombie.org</A> | <A HREF="http://www.zombie.org">http://www.zombie.org</A>
63
64 For PGP key, send e-mail with subject &quot;send pgp key&quot;
65
66
67 </PRE>
68
69 <!--endarticle-->
70 <HR>
71 <P><UL>
72 <!--threads-->
73 <LI>Previous message: <A HREF="001104.html">[IRCServices] Panic / Segmentation fault?
74 </A></li>
75 <LI>Next message: <A HREF="001107.html">[IRCServices] Panic / Segmentation fault?
76 </A></li>
77 <LI> <B>Messages sorted by:</B>
78 <a href="date.html#1105">[ date ]</a>
79 <a href="thread.html#1105">[ thread ]</a>
80 <a href="subject.html#1105">[ subject ]</a>
81 <a href="author.html#1105">[ author ]</a>
82 </LI>
83 </UL>
84
85 </body></html>