]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000295.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000295.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] NickServ Register then /identify
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20NickServ%20Register%20then%20/identify&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="000293.html">
11 <LINK REL="Next" HREF="000296.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] NickServ Register then /identify</H1>
15 <B>Ben Goldstein</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20NickServ%20Register%20then%20/identify&In-Reply-To="
17 TITLE="[IRCServices Coding] NickServ Register then /identify">beng at nc.rr.com
18 </A><BR>
19 <I>Fri Feb 15 15:27:56 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000293.html">[IRCServices Coding] Services 5.0a20 httpd bugs
22 </A></li>
23 <LI>Next message: <A HREF="000296.html">[IRCServices Coding] Services 5.0 Odd enforcer bug
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#295">[ date ]</a>
27 <a href="thread.html#295">[ thread ]</a>
28 <a href="subject.html#295">[ subject ]</a>
29 <a href="author.html#295">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>After REGISTERing a nick, NickServ should see you as fully identified. Since
35 REGISTER doesn't call set_identified() to update stuff, and lets you change
36 your nick before updating last-seen times (like it should), do_register()
37 should have a ni-&gt;id_stamp = u-&gt;servicestamp; and not wait for the first
38 /identify. As you see below, you still have to identify even after
39 registering to get fully-authenticated.
40
41 There could be other consequences to this delayed-stamping- like new memo
42 notices not going to identified users using other nicks, although I havn't
43 tested anything related to that.. I know, its sort of a nitpick :P
44
45 [17:58:11] -&gt; *nickserv* register password <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">beng at nc.rr.com</A>
46 [17:58:11] #NickServ!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">services at example.net</A># Nickname \ 2beng1\ 2 has been
47 registered to you.
48 [17:58:11] #NickServ!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">services at example.net</A># Your password is \ 2password\ 2 --
49 remember this for later use.
50 [17:58:18] *** Your nick is now beng2
51 [17:58:22] *** Your nick is now beng1
52 [17:58:22] #NickServ!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">services at example.net</A># This nickname is registered and
53 protected. If it is your nick, type \ 2/msg NickServ IDENTIFY
54 \1fpassword\1f\ 2. Otherwise, please choose a different nick.
55 [17:58:23] -&gt; *Nickserv* status beng1
56 [17:58:23] #NickServ!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">services at example.net</A># STATUS beng1 1
57 [17:58:29] -&gt; *nickserv* identify password
58 [17:58:29] #NickServ!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">services at example.net</A># Password accepted -- you are now
59 recognized.
60 [17:58:33] *** Your nick is now beng2
61 [17:58:35] *** Your nick is now beng1
62 [17:58:38] -&gt; *Nickserv* status beng1
63 [17:58:38] #NickServ!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">services at example.net</A># STATUS beng1 3
64
65 -- Ben Goldstein (<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">beng at nc.rr.com</A>)
66
67
68
69 </PRE>
70
71 <!--endarticle-->
72 <HR>
73 <P><UL>
74 <!--threads-->
75 <LI>Previous message: <A HREF="000293.html">[IRCServices Coding] Services 5.0a20 httpd bugs
76 </A></li>
77 <LI>Next message: <A HREF="000296.html">[IRCServices Coding] Services 5.0 Odd enforcer bug
78 </A></li>
79 <LI> <B>Messages sorted by:</B>
80 <a href="date.html#295">[ date ]</a>
81 <a href="thread.html#295">[ thread ]</a>
82 <a href="subject.html#295">[ subject ]</a>
83 <a href="author.html#295">[ author ]</a>
84 </LI>
85 </UL>
86
87 </body></html>