]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2001/001502.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2001 / 001502.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> AW: [IRCServices] Wierd message...
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Wierd%20message...&In-Reply-To=LPBBLPKMEKMJINBFDLHECEIHCBAA.robotx%40irctr.gen.tr">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001501.html">
11 <LINK REL="Next" HREF="001503.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>AW: [IRCServices] Wierd message...</H1>
15 <B>Yusuf Iskenderoglu</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%5D%20Wierd%20message...&In-Reply-To=LPBBLPKMEKMJINBFDLHECEIHCBAA.robotx%40irctr.gen.tr"
17 TITLE="AW: [IRCServices] Wierd message...">uhc0 at rz.uni-karlsruhe.de
18 </A><BR>
19 <I>Mon Feb 26 23:17:00 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001501.html">[IRCServices] Wierd message...
22 </A></li>
23 <LI>Next message: <A HREF="001503.html">[IRCServices] Rotate Log function - performance
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1502">[ date ]</a>
27 <a href="thread.html#1502">[ thread ]</a>
28 <a href="subject.html#1502">[ subject ]</a>
29 <a href="author.html#1502">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hi;
35
36 This actually is not a bug, as mentioned, but a consistency issue.
37
38 The only place, where services itself sends a JOIN is the check of the
39 need of a kick. This is done, before a user is really added to a channels
40 userlist, therefore, before a channel is created in services, otherwise
41 services would not send a JOIN.
42
43 But the reality is, that daemons, which use SJOIN, do not like remote
44 users (in this case, a user from services : ChanServ)
45 directly sending a JOIN, because only a SJOIN is being expected.
46 Server to server communications is done via SJOINs. That is an
47 issue which might be corrected, though not necessary, by modifying
48 check_kick to something like
49
50 #if defined(IRC_BAHAMUT)
51 send_cmd(s_ChanServ, &quot;SJOIN %s %lu&quot;, chan, time(NULL));
52 #else
53 send_cmd(s_ChanServ, &quot;JOIN %s&quot;, chan);
54 #endif
55
56 where if(stay) is being evaluated.
57
58 Regards;
59 yusuf
60
61 ----------------------------------------------------------------------
62 |<i> Yusuf Iskenderoglu | You get to meet all sorts, |
63 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">uhc0 at rz.uni-karlsruhe.de</A> | in this line of work... |
64 </I>|<i> eMail - <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">s_iskend at ira.uka.de</A> | |
65 </I>|<i> ICQ UIN : 20587464 \ TimeMr14C | |
66 </I>----------------------------------------------------------------------
67
68
69 &gt;<i> -----Urspr&#252;ngliche Nachricht-----
70 </I>&gt;<i> Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>
71 </I>&gt;<i> [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>]Im Auftrag von Collide
72 </I>&gt;<i> Gesendet: Montag, 26. Februar 2001 22:03
73 </I>&gt;<i> An: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
74 </I>&gt;<i> Betreff: RE: [IRCServices] Wierd message...
75 </I>&gt;<i>
76 </I>&gt;<i>
77 </I>&gt;<i> Hi all,
78 </I>&gt;<i> The notice &quot;User on services.netchat.ro remotely JOINing new
79 </I>&gt;<i> channel&quot; means
80 </I>&gt;<i> a user on services server (you know these can be a eneforcer, chanserv,
81 </I>&gt;<i> nickserv, operserv, memoserv, statserv) is joining a channel. For
82 </I>&gt;<i> example if
83 </I>&gt;<i> chanserv is joining to a forbidden channel to kick a user
84 </I>&gt;<i> entering to these
85 </I>&gt;<i> channel, you will have this notice. Anyway it is not a problem or bug.
86 </I>&gt;<i>
87 </I>&gt;<i> Regards
88 </I>&gt;<i> Collide
89 </I>&gt;<i>
90 </I>&gt;<i>
91 </I>&gt;<i> -----Original Message-----
92 </I>&gt;<i> From: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>
93 </I>&gt;<i> [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-admin at ircservices.za.net</A>]On Behalf Of Partizanu
94 </I>&gt;<i> Sent: Monday, February 26, 2001 10:37 PM
95 </I>&gt;<i> To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices at ircservices.za.net</A>
96 </I>&gt;<i> Subject: [IRCServices] Wierd message...
97 </I>&gt;<i>
98 </I>&gt;<i>
99 </I>&gt;<i> Last night i saw this weird thing:
100 </I>&gt;<i>
101 </I>&gt;<i> [22:27] &#149;&#149;&#149; (s) *** Notice -- User on services.netchat.ro remotely
102 </I>&gt;<i> JOINing new channel
103 </I>&gt;<i>
104 </I>&gt;<i> where &quot;services.netchat.ro&quot; is the pseudo-host for irc services (we
105 </I>&gt;<i> still use 4.5.0).
106 </I>&gt;<i> What it means? Any ideea?
107 </I>&gt;<i>
108 </I>&gt;<i> Thank you,
109 </I>&gt;<i> Partizanu
110 </I>&gt;<i> Part of administration team on NetChat IRC network
111 </I>&gt;<i>
112 </I>&gt;<i>
113 </I>&gt;<i> -----------------------------------------------------------
114 </I>&gt;<i> To unsubscribe, mail <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">ircservices-request at ircservices.za.net</A>
115 </I>&gt;<i> with the word UNSUBSCRIBE in the subject of the mail.
116 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">http://www.ircservices.za.net/mailman/listinfo/ircservices</A>
117 </I>&gt;<i>
118 </I>
119
120
121 </PRE>
122
123 <!--endarticle-->
124 <HR>
125 <P><UL>
126 <!--threads-->
127 <LI>Previous message: <A HREF="001501.html">[IRCServices] Wierd message...
128 </A></li>
129 <LI>Next message: <A HREF="001503.html">[IRCServices] Rotate Log function - performance
130 </A></li>
131 <LI> <B>Messages sorted by:</B>
132 <a href="date.html#1502">[ date ]</a>
133 <a href="thread.html#1502">[ thread ]</a>
134 <a href="subject.html#1502">[ subject ]</a>
135 <a href="author.html#1502">[ author ]</a>
136 </LI>
137 </UL>
138
139 </body></html>