]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002881.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002881.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] SENDPASS with encryption...
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20SENDPASS%20with%20encryption...&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="002878.html">
11 <LINK REL="Next" HREF="002882.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] SENDPASS with encryption...</H1>
15 <B>Craig McLure</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20SENDPASS%20with%20encryption...&In-Reply-To="
17 TITLE="[IRCServices Coding] SENDPASS with encryption...">Craig at chatspike.net
18 </A><BR>
19 <I>Wed Feb 4 13:22:33 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="002878.html">[IRCServices Coding] SENDPASS with encryption...
22 </A></li>
23 <LI>Next message: <A HREF="002882.html">[IRCServices Coding] SENDPASS with encryption...
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2881">[ date ]</a>
27 <a href="thread.html#2881">[ thread ]</a>
28 <a href="subject.html#2881">[ subject ]</a>
29 <a href="author.html#2881">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>i was thinking, instead of setting a new password, send them some sorta auth code, which uses a command such as SENDPASSAUTH, once that command completes successfully, the user get +r, and it assumes the user is identified, so that if someone tries to use it miliciously, it wont work. the users 'old' password will still work, but as services assumes after the sendpassauth that the user is logged in, they will be able to switch to their normal nickname and do a set password
35
36 opinions?
37
38 /****************************************
39 * Craig &quot;FrostyCoolSlug&quot; McLure
40 * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
41 * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
42 ****************************************/
43
44
45 /****************************************
46 * From - Martin Pels &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">martinpels at hotmail.com</A>&gt;
47 * To - IRC Services Coding Mailing List &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
48 * Sent - 2004-02-04 18:08:52
49 * Subject - Re: [IRCServices Coding] SENDPASS with encryption...
50 ****************************************/
51
52 /****** - Begin Original Message - ******/
53
54 &gt;<i>I'm looking forward to this module. It is what kept us from switching to
55 </I>&gt;<i>encrypted passwords.
56 </I>&gt;<i>
57 </I>&gt;<i>Here's some ideas on the abuse problem:
58 </I>&gt;<i>* Only allow usage of the command from hosts that are in the nickname's
59 </I>&gt;<i>accesslist
60 </I>&gt;<i>* Send the nick!<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">user at host</A> of the user that issued the command in the E-mail
61 </I>&gt;<i>(it won't prevent abuse, but at least you'll know who's been playing around)
62 </I>&gt;<i>* Give a notice to services operators/admins each time the command is issued
63 </I>&gt;<i>* Limit the amount of times the command can be used successively
64 </I>&gt;<i>
65 </I>&gt;<i>Hope this helps.
66 </I>&gt;<i>
67 </I>&gt;<i>Grtz,
68 </I>&gt;<i>Martin
69 </I>&gt;<i>
70 </I>&gt;<i>----- Original Message -----
71 </I>&gt;<i>From: &quot;Craig McLure&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Craig at chatspike.net</A>&gt;
72 </I>&gt;<i>To: &quot;ircservices-coding&quot; &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
73 </I>&gt;<i>Sent: Wednesday, February 04, 2004 4:47 PM
74 </I>&gt;<i>Subject: [IRCServices Coding] SENDPASS with encryption...
75 </I>&gt;<i>
76 </I>&gt;<i>
77 </I>&gt;&gt;<i> I've been working on a module that allows use of sendpass whilst using
78 </I>&gt;<i>encrypted passwords (i'll contribute the source to Andy when complete for
79 </I>&gt;<i>inclusion in services), it will work by changing the users password, and
80 </I>&gt;<i>mailing them that.. but i cant find around other users using it miliciously
81 </I>&gt;<i>to aggrovate others..
82 </I>&gt;&gt;<i>
83 </I>&gt;&gt;<i> anyone got any idea on how this can be resolved? thanks :)
84 </I>&gt;&gt;<i>
85 </I>&gt;&gt;<i> /****************************************
86 </I>&gt;&gt;<i> * Craig &quot;FrostyCoolSlug&quot; McLure
87 </I>&gt;&gt;<i> * InspIRCd - <A HREF="http://www.inspircd.org">http://www.inspircd.org</A>
88 </I>&gt;&gt;<i> * ChatSpike - <A HREF="http://www.chatspike.net">http://www.chatspike.net</A>
89 </I>&gt;&gt;<i> ****************************************/
90 </I>&gt;&gt;<i>
91 </I>&gt;&gt;<i> ------------------------------------------------------------------
92 </I>&gt;&gt;<i> To unsubscribe or change your subscription options, visit:
93 </I>&gt;&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
94 </I>&gt;&gt;<i>
95 </I>&gt;<i>------------------------------------------------------------------
96 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
97 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
98 </I>&gt;<i>.
99 </I>
100 /******* - End Original Message - *******/
101
102
103
104 </PRE>
105
106 <!--endarticle-->
107 <HR>
108 <P><UL>
109 <!--threads-->
110 <LI>Previous message: <A HREF="002878.html">[IRCServices Coding] SENDPASS with encryption...
111 </A></li>
112 <LI>Next message: <A HREF="002882.html">[IRCServices Coding] SENDPASS with encryption...
113 </A></li>
114 <LI> <B>Messages sorted by:</B>
115 <a href="date.html#2881">[ date ]</a>
116 <a href="thread.html#2881">[ thread ]</a>
117 <a href="subject.html#2881">[ subject ]</a>
118 <a href="author.html#2881">[ author ]</a>
119 </LI>
120 </UL>
121
122 </body></html>