]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2005/004883.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2005 / 004883.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Unreal with NICKCHARS support (from CVS)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.esper.net?Subject=%5BIRCServices%5D%20Unreal%20with%20NICKCHARS%20support%20%28from%20CVS%29&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="004882.html">
11 <LINK REL="Next" HREF="004884.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Unreal with NICKCHARS support (from CVS)</H1>
15 <B>Alex HangMan</B>
16 <A HREF="mailto:ircservices%40ircservices.esper.net?Subject=%5BIRCServices%5D%20Unreal%20with%20NICKCHARS%20support%20%28from%20CVS%29&In-Reply-To="
17 TITLE="[IRCServices] Unreal with NICKCHARS support (from CVS)">tty at inbox.ru
18 </A><BR>
19 <I>Thu Mar 3 22:44:44 PST 2005</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004882.html">[IRCServices] New UnrealIRCd channel modes (+I and +j) - not
22 recognised by Services
23 </A></li>
24 <LI>Next message: <A HREF="004884.html">[IRCServices] Unreal with NICKCHARS support (from CVS)
25 </A></li>
26 <LI> <B>Messages sorted by:</B>
27 <a href="date.html#4883">[ date ]</a>
28 <a href="thread.html#4883">[ thread ]</a>
29 <a href="subject.html#4883">[ subject ]</a>
30 <a href="author.html#4883">[ author ]</a>
31 </LI>
32 </UL>
33 <HR>
34 <!--beginarticle-->
35 <PRE>Hello all
36
37 seem like Services does not start with new Unreal build, that support NICKCHARS feature.
38 here is services log:
39 -------
40 [Mar 04 10:58:09.431373 2005] debug: Sent: PROTOCTL SJOIN SJOIN2 SJ3 NICKv2 VHP VL NOQUIT UMODE2 TOKEN NICKIP
41 [Mar 04 10:58:09.433700 2005] debug: Sent: PASS :**********
42
43 ... more sends, SERVER, NICK other ...
44
45 [Mar 04 10:58:09.458010 2005] debug: Received: :irc.nwg-nv.ru NOTICE AUTH :*** Looking up your hostname...
46 [Mar 04 10:58:09.460022 2005] debug: Received: :irc.nwg-nv.ru NOTICE AUTH :*** Found your hostname (cached)
47 [Mar 04 10:58:09.531932 2005] debug: Received: PROTOCTL NICKCHARS=
48 [Mar 04 10:58:09.540767 2005] debug: Sent: ERROR :Need NICKv2 protocol
49 [Mar 04 10:58:09.543939 2005] Remote server doesn't support NICKv2
50 -------
51
52 and code from Unreal sources (send_proto procedure, s_serv file):
53 -------
54 void send_proto(aClient *cptr, ConfigItem_link *aconf)
55 {
56 char buf[512];
57
58 sendto_one(cptr, &quot;PROTOCTL NICKCHARS=%s&quot;, langsinuse);
59
60 sprintf(buf, &quot;CHANMODES=%s%s,%s%s,%s%s,%s%s&quot;,
61 CHPAR1, EXPAR1, CHPAR2, EXPAR2, CHPAR3, EXPAR3, CHPAR4, EXPAR4);
62 #ifdef ZIP_LINKS
63 if (aconf-&gt;options &amp; CONNECT_ZIP)
64 {
65 sendto_one(cptr, &quot;PROTOCTL %s ZIP %s&quot;, PROTOCTL_SERVER, buf);
66 } else {
67 #endif
68 sendto_one(cptr, &quot;PROTOCTL %s %s&quot;, PROTOCTL_SERVER, buf);
69 #ifdef ZIP_LINKS
70 }
71 #endif
72 }
73 ... more code ...
74 -------
75
76 Server always send first PROTOCTL NICKCHARS, therefor services crashed to start.
77
78 I just tested, moved NICKCHARS after &quot;normal&quot; PROTOCTL... and services doesn`t start again, it crashed on PROTOCTL NICKCHARS, because no NICKv2 in this PROTOCTL directive.
79
80
81 And one question: when Services will support other languages, russian for example. In current version Services are case sensitive with cyrillic chars.
82
83 </PRE>
84
85
86
87
88 <!--endarticle-->
89 <HR>
90 <P><UL>
91 <!--threads-->
92 <LI>Previous message: <A HREF="004882.html">[IRCServices] New UnrealIRCd channel modes (+I and +j) - not
93 recognised by Services
94 </A></li>
95 <LI>Next message: <A HREF="004884.html">[IRCServices] Unreal with NICKCHARS support (from CVS)
96 </A></li>
97 <LI> <B>Messages sorted by:</B>
98 <a href="date.html#4883">[ date ]</a>
99 <a href="thread.html#4883">[ thread ]</a>
100 <a href="subject.html#4883">[ subject ]</a>
101 <a href="author.html#4883">[ author ]</a>
102 </LI>
103 </UL>
104
105 </body></html>