[EchelonIRC-dev] CVS: echelon/system 550.als,1.14,1.15 850.als,1.7,1.8 install.mrc,1.11,1.12 securit
Brought to you by:
raisk
From: Wolfram K. <ra...@us...> - 2003-10-07 14:30:46
|
Update of /cvsroot/echelonirc/echelon/system In directory sc8-pr-cvs1:/tmp/cvs-serv7242/system Modified Files: 550.als 850.als install.mrc security.mrc Log Message: Echelon 1.0.11 Changes Index: 550.als =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/550.als,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** 550.als 7 Oct 2003 10:40:52 -0000 1.14 --- 550.als 7 Oct 2003 14:30:41 -0000 1.15 *************** *** 155,161 **** check_dcc_oper_level 550 msg =$nick ** User records for $nick $+ : ! msg =$nick ** Nickname: $nick ! msg =$nick ** Registered as: $return_dcc_data($nick).username ! msg =$nick ** Last Seen: $read_user_db($return_dcc_data($nick).username,Last_Seen) msg =$nick ** Last Seen Host: $read_user_db($return_dcc_data($nick).username,Last_Seen_Host) msg =$nick ** End of user records --- 155,161 ---- check_dcc_oper_level 550 msg =$nick ** User records for $nick $+ : ! msg =$nick ** Nickname . . .: $nick ! msg =$nick ** Registered as : $return_dcc_data($nick).username ! msg =$nick ** Last Seen . . : $read_user_db($return_dcc_data($nick).username,Last_Seen) msg =$nick ** Last Seen Host: $read_user_db($return_dcc_data($nick).username,Last_Seen_Host) msg =$nick ** End of user records Index: 850.als =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/850.als,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** 850.als 7 Oct 2003 10:40:52 -0000 1.7 --- 850.als 7 Oct 2003 14:30:41 -0000 1.8 *************** *** 128,132 **** msg =$nick ** RegNick info for $read_user_db($1,User) msg =$nick ** ---------------------------------------- ! msg =$nick ** Last Seen . . .: $read_user_db($1,Last_Seen) msg =$nick ** Last Seen Host : $read_user_db($1,Last_Seen_Host) msg =$nick ** ---------------------------------------- --- 128,132 ---- msg =$nick ** RegNick info for $read_user_db($1,User) msg =$nick ** ---------------------------------------- ! msg =$nick ** Last Seen . . .: $read_user_db($1,Last_Seen) msg =$nick ** Last Seen Host : $read_user_db($1,Last_Seen_Host) msg =$nick ** ---------------------------------------- *************** *** 136,145 **** var %count "" :start ! if (%gaccess > %lines || %lines == $null) { goto end } if ($read_chan_db([ $return_chan_list(%gaccess) ],User_ $+ $1)) { var %empty 1 if (%gaccess1) { msg =$nick ** Channel access list: | unset %gaccess1 | goto continue } :continue ! msg =$nick ** $return_chan_list(%gaccess) - $read_chan_db($return_chan_list(%gaccess),User_ $+ $1) inc %count 1 inc %gaccess 1 --- 136,145 ---- var %count "" :start ! if ((%gaccess > %lines) || (%lines == $null)) { goto end } if ($read_chan_db([ $return_chan_list(%gaccess) ],User_ $+ $1)) { var %empty 1 if (%gaccess1) { msg =$nick ** Channel access list: | unset %gaccess1 | goto continue } :continue ! msg =$nick ** $return_chan_list(%gaccess) - $read_chan_db($return_chan_list(%gaccess),User_ $+ $1) inc %count 1 inc %gaccess 1 *************** *** 149,153 **** :end if (%empty == $null) { msg =$nick ** Access List is empty } ! else { msg =$nick ** Total Channels: %count } msg =$nick ** ---------------------------------------- halt --- 149,153 ---- :end if (%empty == $null) { msg =$nick ** Access List is empty } ! else { msg =$nick ** Total Channels: %count } msg =$nick ** ---------------------------------------- halt Index: install.mrc =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/install.mrc,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** install.mrc 7 Oct 2003 09:26:17 -0000 1.11 --- install.mrc 7 Oct 2003 14:30:41 -0000 1.12 *************** *** 7,11 **** on 1:LOAD:{ ! set %version v1.0.10 tempecho tempecho Echelon %version installation script loaded... --- 7,11 ---- on 1:LOAD:{ ! set %version v1.0.11 tempecho tempecho Echelon %version installation script loaded... Index: security.mrc =================================================================== RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** security.mrc 7 Oct 2003 10:40:52 -0000 1.16 --- security.mrc 7 Oct 2003 14:30:41 -0000 1.17 *************** *** 5,9 **** on 1:START:{ .remove database\dcc.txt ! set %version v1.0.10 echo 3 -ts ** Echelon %version initialized } --- 5,9 ---- on 1:START:{ .remove database\dcc.txt ! set %version v1.0.11 echo 3 -ts ** Echelon %version initialized } |