]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/001957.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 001957.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> AW: [IRCServices Coding] can services change user ident on connect ?
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%20Coding%5D%20can%20services%20change%20user%20ident%20on%20connect%20%3F&In-Reply-To=F434yEGlgxur4HasvW30002403b%40hotmail.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001956.html">
11 <LINK REL="Next" HREF="001958.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>AW: [IRCServices Coding] can services change user ident on connect ?</H1>
15 <B>Georges Berscheid</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%20Coding%5D%20can%20services%20change%20user%20ident%20on%20connect%20%3F&In-Reply-To=F434yEGlgxur4HasvW30002403b%40hotmail.com"
17 TITLE="AW: [IRCServices Coding] can services change user ident on connect ?">georges at berscheid.lu
18 </A><BR>
19 <I>Sun Mar 2 08:38:22 PST 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001956.html">[IRCServices Coding] can services change user ident on connect ?
22 </A></li>
23 <LI>Next message: <A HREF="001958.html">[IRCServices Coding] can services change user ident on connect ?
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1957">[ date ]</a>
27 <a href="thread.html#1957">[ thread ]</a>
28 <a href="subject.html#1957">[ subject ]</a>
29 <a href="author.html#1957">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hi,
35
36 You could write a module implementing this.
37 Services can use IRCd's /chgident and /chghost (e.g.
38 send_cmd(s_OperServ, &quot;CHGHOST %s :%s&quot;, theuser-&gt;nick, somehost); where
39 theuser is a User struct from get_user(nick_as_string)).
40 You will also have set theuser-&gt;fakehost and theuser-&gt;username
41 correctly. Services don't like to be desynched :)
42 If you browse a little the existing code, you will easily understand :)
43
44 Greets,
45
46 Georges
47
48
49
50 -----Urspr&#252;ngliche Nachricht-----
51 Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-bounces at ircservices.za.net</A>
52 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-bounces at ircservices.za.net</A>] Im Auftrag von
53 Jack Neils
54 Gesendet: Sonntag, 2. M&#228;rz 2003 02:15
55 An: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
56 Betreff: [IRCServices Coding] can services change user ident on connect
57 ?
58
59
60 Hi, i've been trying to modify ircservices 5.0.12 to make my irc network
61
62 more secure.
63
64 i'm using UnrealIRCD (3.2beta14), and i wanted the services to do this:
65
66 when a user connects, there are commands passed between the server, the
67 services, and the client, right?
68 and services can say that something has to change, right?
69
70 so, instead of having the user connect with his real ident and host,
71 i'd like for services (either directly, or through UnrealIRCD's chgident
72 and
73 chghost) to change the ident and host into something else.
74
75 but i'm new at this, and though i understand the basics,
76 i really can't figure where i have to put what.
77
78 anyone that can help?
79
80
81 Thx in advance,
82 Bjorn
83
84 _________________________________________________________________
85 MSN Search, for relevant search results! <A HREF="http://search.msn.be">http://search.msn.be</A>
86
87 ------------------------------------------------------------------
88 To unsubscribe or change your subscription options, visit:
89 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
90
91
92
93 </PRE>
94
95 <!--endarticle-->
96 <HR>
97 <P><UL>
98 <!--threads-->
99 <LI>Previous message: <A HREF="001956.html">[IRCServices Coding] can services change user ident on connect ?
100 </A></li>
101 <LI>Next message: <A HREF="001958.html">[IRCServices Coding] can services change user ident on connect ?
102 </A></li>
103 <LI> <B>Messages sorted by:</B>
104 <a href="date.html#1957">[ date ]</a>
105 <a href="thread.html#1957">[ thread ]</a>
106 <a href="subject.html#1957">[ subject ]</a>
107 <a href="author.html#1957">[ author ]</a>
108 </LI>
109 </UL>
110
111 </body></html>