[EchelonIRC-dev] CVS: echelon/system auth.mrc,1.6,1.7 install.mrc,1.9,1.10 security.mrc,1.13,1.14
Brought to you by:
raisk
From: Wolfram K. <ra...@us...> - 2002-10-14 12:53:44
|
Update of /cvsroot/echelonirc/echelon/system In directory usw-pr-cvs1:/tmp/cvs-serv31099/system Modified Files: auth.mrc install.mrc security.mrc Log Message: Echelon 1.0.09 Changes Index: auth.mrc =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/auth.mrc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** auth.mrc 12 Oct 2002 16:11:09 -0000 1.6 --- auth.mrc 14 Oct 2002 12:53:40 -0000 1.7 *************** *** 7,11 **** flood_protection 3 if ($1 == AUTH) { - whois $nick if (($2 == $null) || ($3 == $null)) { notice $nick ** Error: Insufficient parameters | halt } if ($len($2) > 9) { notice $nick ** Error: Username is too long | halt } --- 7,10 ---- *************** *** 26,32 **** } } ! else { notice $nick ** Authentication Failed [Invalid Password] | dcc_wallops Failed AUTH attempt by: $chat($nick) $chr(91) $+ $chat($nick).ip $+ $chr(93) $+ , invalid password } } ! else { notice $nick ** Authentication Failed [Invalid Username] | dcc_wallops Failed AUTH attempt by: $chat($nick) $chr(91) $+ $chat($nick).ip $+ $chr(93) $+ , invalid username } } else { halt } --- 25,31 ---- } } ! else { notice $nick ** Authentication Failed [Invalid Password] | dcc_wallops Failed AUTH attempt by: $nick $chr(91) $+ $site $+ $chr(93) $+ , invalid password } } ! else { notice $nick ** Authentication Failed [Invalid Username] | dcc_wallops Failed AUTH attempt by: $nick $chr(91) $+ $site $+ $chr(93) $+ , invalid username } } else { halt } Index: install.mrc =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/install.mrc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** install.mrc 12 Oct 2002 16:15:37 -0000 1.9 --- install.mrc 14 Oct 2002 12:53:40 -0000 1.10 *************** *** 7,11 **** on 1:LOAD:{ ! set %version v1.0.08 tempecho tempecho Echelon %version installation script loaded... --- 7,11 ---- on 1:LOAD:{ ! set %version v1.0.09-CVS tempecho tempecho Echelon %version installation script loaded... Index: security.mrc =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** security.mrc 12 Oct 2002 16:15:37 -0000 1.13 --- security.mrc 14 Oct 2002 12:53:40 -0000 1.14 *************** *** 4,8 **** on 1:START:{ ! set %version v1.0.08 echo 3 -ts ** Echelon %version initialized } --- 4,8 ---- on 1:START:{ ! set %version v1.0.09-CVS echo 3 -ts ** Echelon %version initialized } |