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