echelonirc-development Mailing List for Echelon mIRC Bot
Brought to you by:
raisk
You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(17) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(2) |
Oct
(24) |
Nov
|
Dec
|
| 2003 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(8) |
Nov
|
Dec
|
|
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
}
|
|
From: Wolfram K. <ra...@us...> - 2003-10-07 14:30:46
|
Update of /cvsroot/echelonirc/echelon/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv7242/docs
Modified Files:
changes.txt readme.txt
Log Message:
Echelon 1.0.11 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** changes.txt 7 Oct 2003 11:07:38 -0000 1.18
--- changes.txt 7 Oct 2003 14:30:41 -0000 1.19
***************
*** 2,5 ****
--- 2,9 ----
Echelon IRC Bot Changes Log File Last Update: 7th October 2003
--------------------------------------------------------------------------------------
+ 1.0.11
+ - Eliminated all non-standard characters from Echelon's code. Some of them (such as
+ the ALT-0160 space character) were causing problems, especially with coding
+
1.0.10
- Fixed a bug whereby the DCC listing would not be cleared when mIRC is abnormally
Index: readme.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/readme.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** readme.txt 7 Oct 2003 09:26:16 -0000 1.11
--- readme.txt 7 Oct 2003 14:30:41 -0000 1.12
***************
*** 1,5 ****
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2003 All rights reserved.]
! Version...: 1.0.10 (7th October 2003)
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
--- 1,5 ----
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2003 All rights reserved.]
! Version...: 1.0.11 (7th October 2003)
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
|
|
From: Wolfram K. <ra...@us...> - 2003-10-07 11:07:42
|
Update of /cvsroot/echelonirc/echelon/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv5167/docs
Modified Files:
changes.txt
Log Message:
Echelon 1.0.10 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** changes.txt 7 Oct 2003 10:52:28 -0000 1.17
--- changes.txt 7 Oct 2003 11:07:38 -0000 1.18
***************
*** 7,12 ****
the DCC list when Echelon was next initialized
- Fixed a bug in WHOIS showing bogus information when a user was unknown to the bot
- - DCC_WALLOPS now shows "!NOTICE!" instead of "!WALLOPS!"
- Did some cleanups with the DCC_RNICKINFO command, info is now more clearly shown
1.0.09
--- 7,14 ----
the DCC list when Echelon was next initialized
- Fixed a bug in WHOIS showing bogus information when a user was unknown to the bot
- Did some cleanups with the DCC_RNICKINFO command, info is now more clearly shown
+ - Chat in the DCC Interface is no longer echoed back to the person talking
+ - DCC_WALLOPS now shows "!NOTICE!" instead of "!WALLOPS!"
+ - Did some additional minor changes and cleanups to Echelon
1.0.09
|
|
From: Wolfram K. <ra...@us...> - 2003-10-07 11:07:41
|
Update of /cvsroot/echelonirc/echelon/system
In directory sc8-pr-cvs1:/tmp/cvs-serv5167/system
Modified Files:
550.mrc
Log Message:
Echelon 1.0.10 Changes
Index: 550.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.mrc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** 550.mrc 7 Oct 2003 10:40:52 -0000 1.8
--- 550.mrc 7 Oct 2003 11:07:38 -0000 1.9
***************
*** 56,61 ****
if (%dccchat > %totdcc) halt
else {
! if $1 == ACTION { msg = $+ $chat(%dccchat) * $nick $2- }
! else msg = $+ $chat(%dccchat) < $+ $nick $+ > $1-
}
inc %dccchat 1
--- 56,63 ----
if (%dccchat > %totdcc) halt
else {
! if ($chat(%dccchat) != $nick) {
! if $1 == ACTION { msg = $+ $chat(%dccchat) * $nick $2- }
! else msg = $+ $chat(%dccchat) < $+ $nick $+ > $1-
! }
}
inc %dccchat 1
|
|
From: Wolfram K. <ra...@us...> - 2003-10-07 10:52:32
|
Update of /cvsroot/echelonirc/echelon/docs In directory sc8-pr-cvs1:/tmp/cvs-serv2869/docs Modified Files: changes.txt Log Message: Echelon 1.0.10 Changes Index: changes.txt =================================================================== RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** changes.txt 7 Oct 2003 09:26:16 -0000 1.16 --- changes.txt 7 Oct 2003 10:52:28 -0000 1.17 *************** *** 3,7 **** -------------------------------------------------------------------------------------- 1.0.10 ! - Did several minor updates and fixes to ensure that everything is correct 1.0.09 --- 3,12 ---- -------------------------------------------------------------------------------------- 1.0.10 ! - Fixed a bug whereby the DCC listing would not be cleared when mIRC is abnormally ! terminated (e.g crash). This would then result in duplicated entries appearing in ! the DCC list when Echelon was next initialized ! - Fixed a bug in WHOIS showing bogus information when a user was unknown to the bot ! - DCC_WALLOPS now shows "!NOTICE!" instead of "!WALLOPS!" ! - Did some cleanups with the DCC_RNICKINFO command, info is now more clearly shown 1.0.09 |
|
From: Wolfram K. <ra...@us...> - 2003-10-07 10:40:59
|
Update of /cvsroot/echelonirc/echelon/system
In directory sc8-pr-cvs1:/tmp/cvs-serv1169/system
Modified Files:
50.als 550.als 550.mrc 850.als aliases.als auth.mrc
dcc_help.als security.mrc
Log Message:
Echelon 1.0.10 Changes
Index: 50.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/50.als,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 50.als 7 Oct 2002 14:20:13 -0000 1.6
--- 50.als 7 Oct 2003 10:40:52 -0000 1.7
***************
*** 81,91 ****
XWHOIS {
! if ($nick_to_username($1)) {
! notice $nick ** $1 ( $+ $remove($address($1,5),$1 $+ !) $+ ) has authenticated as $nick_to_username($1)
! if ($read_user_db($nick_to_username($1),Oper)) {
! notice $nick ** $nick_to_username($1) is a level $read_user_db($nick_to_username($1),Oper) operator
}
}
! else { notice $nick ** $1 ( $+ $remove($address($1,5),$1 $+ !) $+ ) has not authenticated }
}
--- 81,94 ----
XWHOIS {
! if ($address($1,5)) {
! if ($nick_to_username($1)) {
! notice $nick ** $1 ( $+ $remove($address($1,5),$1 $+ !) $+ ) has authenticated as $nick_to_username($1)
! if ($read_user_db($nick_to_username($1),Oper)) {
! notice $nick ** $nick_to_username($1) is a level $read_user_db($nick_to_username($1),Oper) operator
! }
}
+ else { notice $nick ** $1 ( $+ $remove($address($1,5),$1 $+ !) $+ ) has not authenticated }
}
! else { notice $nick ** Unable to recognize user: $1 }
}
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** 550.als 26 Feb 2003 08:43:27 -0000 1.13
--- 550.als 7 Oct 2003 10:40:52 -0000 1.14
***************
*** 168,173 ****
:start
if (%dccchat > %totdcc) halt
! else msg = $+ $chat(%dccchat) !WALLOPS! ** $1-
inc %dccchat 1
goto start
}
--- 168,175 ----
:start
if (%dccchat > %totdcc) halt
! else msg = $+ $chat(%dccchat) !NOTICE! ** $1-
inc %dccchat 1
goto start
}
+
+
Index: 550.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.mrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 550.mrc 12 Oct 2002 16:11:09 -0000 1.7
--- 550.mrc 7 Oct 2003 10:40:52 -0000 1.8
***************
*** 68,69 ****
--- 68,71 ----
on 1:EXIT:{ .remove database\dcc.txt }
+
+
Index: 850.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/850.als,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 850.als 12 Oct 2002 16:11:09 -0000 1.6
--- 850.als 7 Oct 2003 10:40:52 -0000 1.7
***************
*** 127,134 ****
if ($read_user_list($1)) {
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)
!
var %gaccess 1
var %lines [ $lines(database\channels.txt) ]
--- 127,134 ----
if ($read_user_list($1)) {
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 ** ----------------------------------------
var %gaccess 1
var %lines [ $lines(database\channels.txt) ]
***************
*** 139,143 ****
if ($read_chan_db([ $return_chan_list(%gaccess) ],User_ $+ $1)) {
var %empty 1
! if (%gaccess1) { msg =$nick ** Access list: | unset %gaccess1 | goto continue }
:continue
msg =$nick ** $return_chan_list(%gaccess) - $read_chan_db($return_chan_list(%gaccess),User_ $+ $1)
--- 139,143 ----
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)
***************
*** 148,157 ****
else { inc %gaccess 1 | goto start }
:end
! if (%empty == $null) { msg =$nick ** Access list is empty }
! else { msg =$nick ** Total channels: %count | msg =$nick ** End of access list }
! msg =$nick ** ----------------------------------
! msg =$nick ** End of RegNick info for $read_user_db($1,User)
halt
}
else { msg =$nick ** Error: User doesn't exists | halt }
}
--- 148,158 ----
else { inc %gaccess 1 | goto start }
:end
! if (%empty == $null) { msg =$nick ** Access List is empty }
! else { msg =$nick ** Total Channels: %count }
! msg =$nick ** ----------------------------------------
halt
}
else { msg =$nick ** Error: User doesn't exists | halt }
}
+
+
Index: aliases.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/aliases.als,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** aliases.als 12 Oct 2002 16:11:09 -0000 1.6
--- aliases.als 7 Oct 2003 10:40:52 -0000 1.7
***************
*** 180,181 ****
--- 180,183 ----
else { msg =$nick ** Error: $1 is not a channel name | halt }
}
+
+
Index: auth.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/auth.mrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** auth.mrc 14 Oct 2002 12:53:40 -0000 1.7
--- auth.mrc 7 Oct 2003 10:40:52 -0000 1.8
***************
*** 66,67 ****
--- 66,69 ----
change_user_pass $nick $2 $3
}
+
+
Index: dcc_help.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/dcc_help.als,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** dcc_help.als 12 Oct 2002 16:11:09 -0000 1.7
--- dcc_help.als 7 Oct 2003 10:40:52 -0000 1.8
***************
*** 309,310 ****
--- 309,312 ----
; End of help system
;
+
+
Index: security.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** security.mrc 7 Oct 2003 09:26:17 -0000 1.15
--- security.mrc 7 Oct 2003 10:40:52 -0000 1.16
***************
*** 4,7 ****
--- 4,8 ----
on 1:START:{
+ .remove database\dcc.txt
set %version v1.0.10
echo 3 -ts ** Echelon %version initialized
|
|
From: Wolfram K. <ra...@us...> - 2003-10-07 09:26:31
|
Update of /cvsroot/echelonirc/echelon/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv22031/docs
Modified Files:
changes.txt readme.txt
Log Message:
Echelon 1.0.10 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** changes.txt 26 Feb 2003 08:43:26 -0000 1.15
--- changes.txt 7 Oct 2003 09:26:16 -0000 1.16
***************
*** 1,8 ****
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 26th Febuary 2003
--------------------------------------------------------------------------------------
1.0.09
- Fixed a bug where the Failed Auth WALLOP would not show the users nickname
! - Did several updates to the HELP, VERSION and COPYRIGHT information.
1.0.08
--- 1,11 ----
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 7th October 2003
--------------------------------------------------------------------------------------
+ 1.0.10
+ - Did several minor updates and fixes to ensure that everything is correct
+
1.0.09
- Fixed a bug where the Failed Auth WALLOP would not show the users nickname
! - Did several updates to the HELP, VERSION and COPYRIGHT information
1.0.08
Index: readme.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/readme.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** readme.txt 26 Feb 2003 08:43:26 -0000 1.10
--- readme.txt 7 Oct 2003 09:26:16 -0000 1.11
***************
*** 1,5 ****
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2003 All rights reserved.]
! Version...: 1.0.09
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
--- 1,5 ----
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2003 All rights reserved.]
! Version...: 1.0.10 (7th October 2003)
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
***************
*** 57,61 ****
Level 700! - IGNORE, LISTIGNORE, UNIGNORE.
Level 800! - ADD, CHLV, LIST, REMOVE.
! Level 850! - LISTCHAN, LISTOPER, LISTUSER.
Level 900! - CHPASS, CREG, CUNREG, NREG, NUNREG.
Level 950! - ADDOPER, KILL, REMOPER, SETOPER.
--- 57,61 ----
Level 700! - IGNORE, LISTIGNORE, UNIGNORE.
Level 800! - ADD, CHLV, LIST, REMOVE.
! Level 850! - LISTAUTH, LISTCHAN, LISTOPER, LISTUSER, RNICKINFO.
Level 900! - CHPASS, CREG, CUNREG, NREG, NUNREG.
Level 950! - ADDOPER, KILL, REMOPER, SETOPER.
|
|
From: Wolfram K. <ra...@us...> - 2003-10-07 09:26:31
|
Update of /cvsroot/echelonirc/echelon/system
In directory sc8-pr-cvs1:/tmp/cvs-serv22031/system
Modified Files:
install.mrc security.mrc
Log Message:
Echelon 1.0.10 Changes
Index: install.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/install.mrc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** install.mrc 14 Oct 2002 12:53:40 -0000 1.10
--- install.mrc 7 Oct 2003 09:26:17 -0000 1.11
***************
*** 7,11 ****
on 1:LOAD:{
! set %version v1.0.09-CVS
tempecho
tempecho Echelon %version installation script loaded...
--- 7,11 ----
on 1:LOAD:{
! set %version v1.0.10
tempecho
tempecho Echelon %version installation script loaded...
Index: security.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** security.mrc 14 Oct 2002 12:53:40 -0000 1.14
--- security.mrc 7 Oct 2003 09:26:17 -0000 1.15
***************
*** 4,8 ****
on 1:START:{
! set %version v1.0.09-CVS
echo 3 -ts ** Echelon %version initialized
}
--- 4,8 ----
on 1:START:{
! set %version v1.0.10
echo 3 -ts ** Echelon %version initialized
}
|
|
From: Wolfram K. <ra...@us...> - 2003-02-26 08:43:30
|
Update of /cvsroot/echelonirc/echelon/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv3980/docs
Modified Files:
changes.txt readme.txt
Log Message:
Final Release for Echelon 1.0.09
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** changes.txt 14 Oct 2002 12:53:40 -0000 1.14
--- changes.txt 26 Feb 2003 08:43:26 -0000 1.15
***************
*** 1,7 ****
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 14th October 2002
--------------------------------------------------------------------------------------
! 1.0.09 [CVS]
- Fixed a bug where the Failed Auth WALLOP would not show the users nickname
1.0.08
--- 1,8 ----
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 26th Febuary 2003
--------------------------------------------------------------------------------------
! 1.0.09
- Fixed a bug where the Failed Auth WALLOP would not show the users nickname
+ - Did several updates to the HELP, VERSION and COPYRIGHT information.
1.0.08
Index: readme.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/readme.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** readme.txt 14 Oct 2002 12:53:40 -0000 1.9
--- readme.txt 26 Feb 2003 08:43:26 -0000 1.10
***************
*** 1,5 ****
======================================================================================
! Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2002 All rights reserved.]
! Version...: 1.0.09-CVS
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
--- 1,5 ----
======================================================================================
! Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2003 All rights reserved.]
! Version...: 1.0.09
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
|
|
From: Wolfram K. <ra...@us...> - 2003-02-26 08:43:30
|
Update of /cvsroot/echelonirc/echelon/system
In directory sc8-pr-cvs1:/tmp/cvs-serv3980/system
Modified Files:
550.als
Log Message:
Final Release for Echelon 1.0.09
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** 550.als 14 Oct 2002 13:47:22 -0000 1.12
--- 550.als 26 Feb 2003 08:43:27 -0000 1.13
***************
*** 101,105 ****
msg =$nick ** - Robert 'Pestilent' <rl...@si...>
msg =$nick ** - Zi Rong 'SpinFire' <hyp...@ho...>
! msg =$nick ** Copyright (c) 2001 - 2002. All rights reserved.
halt
}
--- 101,105 ----
msg =$nick ** - Robert 'Pestilent' <rl...@si...>
msg =$nick ** - Zi Rong 'SpinFire' <hyp...@ho...>
! msg =$nick ** Copyright (c) 2001 - 2003. All rights reserved.
halt
}
|
|
From: Wolfram K. <ra...@us...> - 2002-10-14 13:47:26
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv22604/system
Modified Files:
550.als
Log Message:
Echelon 1.0.09 Changes
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** 550.als 12 Oct 2002 16:11:09 -0000 1.11
--- 550.als 14 Oct 2002 13:47:22 -0000 1.12
***************
*** 98,102 ****
msg =$nick ** Developed and maintained by:
msg =$nick ** - Hakson '[R]ailGun' <rai...@ho...>
! msg =$nick ** - Wolfram 'Daedalus' <qu...@sq...>
msg =$nick ** - Robert 'Pestilent' <rl...@si...>
msg =$nick ** - Zi Rong 'SpinFire' <hyp...@ho...>
--- 98,102 ----
msg =$nick ** Developed and maintained by:
msg =$nick ** - Hakson '[R]ailGun' <rai...@ho...>
! msg =$nick ** - Wolfram 'Raisk' <qu...@sq...>
msg =$nick ** - Robert 'Pestilent' <rl...@si...>
msg =$nick ** - Zi Rong 'SpinFire' <hyp...@ho...>
|
|
From: Wolfram K. <ra...@us...> - 2002-10-14 12:53:44
|
Update of /cvsroot/echelonirc/echelon/docs
In directory usw-pr-cvs1:/tmp/cvs-serv31099/docs
Modified Files:
changes.txt readme.txt
Log Message:
Echelon 1.0.09 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** changes.txt 12 Oct 2002 16:25:36 -0000 1.13
--- changes.txt 14 Oct 2002 12:53:40 -0000 1.14
***************
*** 1,5 ****
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 12th October 2002
--------------------------------------------------------------------------------------
1.0.08
- Added the WHOAMI command to DCC as (!550)
--- 1,8 ----
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 14th October 2002
--------------------------------------------------------------------------------------
+ 1.0.09 [CVS]
+ - Fixed a bug where the Failed Auth WALLOP would not show the users nickname
+
1.0.08
- Added the WHOAMI command to DCC as (!550)
Index: readme.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/readme.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** readme.txt 12 Oct 2002 16:25:36 -0000 1.8
--- readme.txt 14 Oct 2002 12:53:40 -0000 1.9
***************
*** 1,5 ****
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2002 All rights reserved.]
! Version...: 1.0.08
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
--- 1,5 ----
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2002 All rights reserved.]
! Version...: 1.0.09-CVS
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
|
|
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
}
|
|
From: Wolfram K. <ra...@us...> - 2002-10-12 16:25:39
|
Update of /cvsroot/echelonirc/echelon/docs
In directory usw-pr-cvs1:/tmp/cvs-serv13974/docs
Modified Files:
changes.txt readme.txt
Log Message:
Echelon 1.0.08 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** changes.txt 12 Oct 2002 13:02:10 -0000 1.12
--- changes.txt 12 Oct 2002 16:25:36 -0000 1.13
***************
*** 3,8 ****
--------------------------------------------------------------------------------------
1.0.08
- Added the HELP file for the DCC-DEAUTH (!550) command
! - Fixed a bug with the logging system where the time-brackets were not recognised
1.0.07
--- 3,13 ----
--------------------------------------------------------------------------------------
1.0.08
+ - Added the WHOAMI command to DCC as (!550)
- Added the HELP file for the DCC-DEAUTH (!550) command
! - All DCC commands with the exception of HELP now require you to have DCC access
! - DCC and MSG user list has been separated to avoid conflicts. Meaning that you can
! be AUTH'd under DCC, but not in MSG, and vice-versa. In addition to this, all
! commands and functions which have been affected by this change have been updated
! - Fixed a bug with the logging system where the time-brackets were not recognized
1.0.07
Index: readme.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/readme.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** readme.txt 12 Oct 2002 13:02:10 -0000 1.7
--- readme.txt 12 Oct 2002 16:25:36 -0000 1.8
***************
*** 52,56 ****
Operator Commands:
Level 550 - CHAT.
! Level 550! - AUTH, EXIT, VERSION, WHO.
Level 600! - CLEAR, CLEARBANS, CLEARMODES, CLEAROPS.
Level 650! - DEOP, CYCLE, DOMODE, OP.
--- 52,56 ----
Operator Commands:
Level 550 - CHAT.
! Level 550! - AUTH, CHAT, DEAUTH, EXIT, VERSION, WHO, WHOAMI.
Level 600! - CLEAR, CLEARBANS, CLEARMODES, CLEAROPS.
Level 650! - DEOP, CYCLE, DOMODE, OP.
|
|
From: Wolfram K. <ra...@us...> - 2002-10-12 16:15:40
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv11296/system
Modified Files:
install.mrc security.mrc
Log Message:
Echelon 1.0.08 Changes
Index: install.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/install.mrc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** install.mrc 12 Oct 2002 16:11:09 -0000 1.8
--- install.mrc 12 Oct 2002 16:15:37 -0000 1.9
***************
*** 7,11 ****
on 1:LOAD:{
! set %version v1.0.07
tempecho
tempecho Echelon %version installation script loaded...
--- 7,11 ----
on 1:LOAD:{
! set %version v1.0.08
tempecho
tempecho Echelon %version installation script loaded...
Index: security.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** security.mrc 12 Oct 2002 16:11:09 -0000 1.12
--- security.mrc 12 Oct 2002 16:15:37 -0000 1.13
***************
*** 4,8 ****
on 1:START:{
! set %version v1.0.07
echo 3 -ts ** Echelon %version initialized
}
--- 4,8 ----
on 1:START:{
! set %version v1.0.08
echo 3 -ts ** Echelon %version initialized
}
|
|
From: Wolfram K. <ra...@us...> - 2002-10-12 16:11:12
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv10102/system
Modified Files:
550.als 550.mrc 850.als aliases.als auth.mrc dcc_help.als
install.mrc security.mrc
Log Message:
Echelon 1.0.08 Changes
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** 550.als 12 Oct 2002 12:56:40 -0000 1.10
--- 550.als 12 Oct 2002 16:11:09 -0000 1.11
***************
*** 8,11 ****
--- 8,12 ----
; VERSION
; WHO
+ ; WHOAMI
;=======================================
***************
*** 52,69 ****
if ($1 == .VERSION) DCC_VERSION
if ($1 == .WHO) DCC_WHO
else { msg =$nick ** Error: No such command }
}
DCC_AUTH {
! if ($nick_to_username($chat($nick))) { msg =$nick ** Error: You are already authenticated | halt }
if ($check_user_exists($1) == true) {
if ($check_user_pass($1,$2) == true) {
! guser 200 $nick 5 $read_user_db($1,User)
! if ($return_dcc_data($nick).username == $null) {
! write_dcc_list $nick $read_user_db($1,User)
! else { halt }
! }
! write_user_db $2 Last_Seen_Host $address($nick,5)
! write_user_db $2 Last_Seen $fulldate
msg =$nick ** Successfully authenticated as $+ $read_user_db($1,User)
msg =$nick ** You have been granted operator access level $+ $read_user_db($1,Oper)
--- 53,67 ----
if ($1 == .VERSION) DCC_VERSION
if ($1 == .WHO) DCC_WHO
+ if ($1 == .WHOAMI) DCC_WHOAMI
else { msg =$nick ** Error: No such command }
}
DCC_AUTH {
! if ($return_dcc_data($nick).username) { msg =$nick ** Error: You are already authenticated | halt }
if ($check_user_exists($1) == true) {
if ($check_user_pass($1,$2) == true) {
! write_user_db $1 Last_Seen $fulldate
! write_user_db $1 Last_Seen_Host $nick $+ !dcc@ $+ $chat($nick).ip
! write_dcc_list $nick $read_user_db($1,User)
msg =$nick ** Successfully authenticated as $+ $read_user_db($1,User)
msg =$nick ** You have been granted operator access level $+ $read_user_db($1,Oper)
***************
*** 76,82 ****
DCC_DEAUTH {
! if ($nick_to_username($chat($nick))) {
remove_dcc_list_entry $nick
- .ruser $address($chat($nick),5)
msg =$nick ** You are no longer authenticated
halt
--- 74,79 ----
DCC_DEAUTH {
! if ($return_dcc_data($nick).username) {
remove_dcc_list_entry $nick
msg =$nick ** You are no longer authenticated
halt
***************
*** 90,94 ****
var %totdcc $chat(0)
var %dccchat 1
- unset %dcc_ $+ [ $nick ]
:start
if (%dccchat > %totdcc) halt
--- 87,90 ----
***************
*** 110,113 ****
--- 106,110 ----
DCC_WHO {
+ check_dcc_oper_level 550
msg =$nick ** Nick------+-RegNick---+-Lvl--+-IP-Address-----
set %totdcc $chat(0)
***************
*** 138,148 ****
inc %count 1
}
! msg =$nick ** $chat(%dccchat) $+ %SpaceA $+ $chr(124) $return_dcc_data($chat(%dccchat)).username $+ %SpaceB $+ $chr(124) $return_dcc_data($chat(%dccchat)).operlevel $+ %SpaceC $+ $chr(124) $chat(%dccchat).ip }
! unset %SpaceA
! unset %SpaceB
! unset %SpaceC
}
inc %dccchat 1
goto start
}
--- 135,163 ----
inc %count 1
}
! if ([ $return_dcc_data( [ $chat( [ %dccchat ] ) ] ).username ] == $null) {
! msg =$nick ** $chat(%dccchat) $+ %SpaceA $+ $chr(124) <NotAuth> $chr(124) 0 $+ $chr(160) $+ $chr(160) $+ $chr(160) $+ $chr(160) $+ $chr(124) $chat(%dccchat).ip
! goto end
! }
! else {
! msg =$nick ** $chat(%dccchat) $+ %SpaceA $+ $chr(124) $return_dcc_data($chat(%dccchat)).username $+ %SpaceB $+ $chr(124) $return_dcc_data($chat(%dccchat)).operlevel $+ %SpaceC $+ $chr(124) $chat(%dccchat).ip
! }
! :end
! unset %SpaceA
! unset %SpaceB
! unset %SpaceC
! }
}
inc %dccchat 1
goto start
+ }
+
+ DCC_WHOAMI {
+ 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: 550.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.mrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** 550.mrc 1 Oct 2002 14:35:41 -0000 1.6
--- 550.mrc 12 Oct 2002 16:11:09 -0000 1.7
***************
*** 68,71 ****
on 1:EXIT:{ .remove database\dcc.txt }
-
-
--- 68,69 ----
Index: 850.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/850.als,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** 850.als 7 Oct 2002 14:20:16 -0000 1.5
--- 850.als 12 Oct 2002 16:11:09 -0000 1.6
***************
*** 12,18 ****
check_dcc_oper_level 850
set %listauth 1
msg =$nick ** Auth'd users list
! msg =$nick ** RegNick---+-Type-
! :listauth200
if ($ulist(*,200,%listauth)) {
var %len $len($ulist(*,200,[ %listauth ]).info)
--- 12,40 ----
check_dcc_oper_level 850
set %listauth 1
+ set %dccchat 1
msg =$nick ** Auth'd users list
! msg =$nick ** RegNick---+-OpLvl-+-Type-
! :oper
! if (%listauth > $lines(database\dcc.txt)) { set %listauth 1 | goto user200 }
! var %len $len( [ $return_dcc_data( [ $chat( [ %dccchat ] ) ] ).username ] )
! var %spaces $calc( 10 - [ %len ] )
! var %count 0
! while (%count < %spaces) {
! set %SpaceA [ %SpaceA ] $+ [ $chr(160) ]
! inc %count 1
! }
! var %len $len($return_dcc_data( [ $chat( [ %dccchat ] ) ] ).operlevel)
! var %spaces $calc( 6 - [ %len ] )
! var %count 0
! while (%count < %spaces) {
! set %SpaceB [ %SpaceB ] $+ [ $chr(160) ]
! inc %count 1
! }
! msg =$nick ** $return_dcc_data( [ $chat( [ %dccchat ] ) ] ).username $+ %SpaceA $+ $chr(124) $return_dcc_data( [ $chat( [ %dccchat ] ) ] ).operlevel $+ %SpaceB $+ $chr(124) DCC
! unset %SpaceA %SpaceB
! inc %listauth 1
! inc %dccchat 1
! goto oper
! :user200
if ($ulist(*,200,%listauth)) {
var %len $len($ulist(*,200,[ %listauth ]).info)
***************
*** 23,33 ****
inc %count 1
}
! msg =$nick ** $ulist(*,200,%listauth).info $+ %SpaceA $+ $chr(124) Oper
! unset %SpaceA
inc %listauth 1
! goto listauth200
}
! else { set %listauth 1 | goto listauth100 }
! :listauth100
if ($ulist(*,100,%listauth)) {
var %len $len($ulist(*,100,[ %listauth ]).info)
--- 45,62 ----
inc %count 1
}
! var %len $len( [ $read_user_db($ulist(*,200,[ %listauth ]).info,Oper) ] )
! var %spaces $calc( 5 - [ %len ] )
! var %count 0
! while (%count < %spaces) {
! set %SpaceB [ %SpaceB ] $+ [ $chr(160) ]
! inc %count 1
! }
! msg =$nick ** $ulist(*,200,%listauth).info $+ %SpaceA $+ $chr(124) $read_user_db($ulist(*,200,%listauth).info,Oper) $+ %SpaceB $chr(124) MSG
! unset %SpaceA %SpaceB
inc %listauth 1
! goto user200
}
! else { set %listauth 1 | goto user100 }
! :user100
if ($ulist(*,100,%listauth)) {
var %len $len($ulist(*,100,[ %listauth ]).info)
***************
*** 38,50 ****
inc %count 1
}
! msg =$nick ** $ulist(*,100,%listauth).info $+ %SpaceA $+ $chr(124) User
! unset %SpaceA
inc %listauth 1
! goto listauth100
}
else { goto end }
:end
unset %listauth
! msg =$nick ** ----------+------ | halt
}
--- 67,80 ----
inc %count 1
}
! set %SpaceB $chr(160) $+ $chr(160) $+ $chr(160) $+ $chr(160)
! msg =$nick ** $ulist(*,100,%listauth).info $+ %SpaceA $+ $chr(124) 0 $+ %SpaceB $chr(124) MSG
! unset %SpaceA %SpaceB
inc %listauth 1
! goto user100
}
else { goto end }
:end
unset %listauth
! msg =$nick ** ----------+-------+------ | halt
}
***************
*** 126,129 ****
else { msg =$nick ** Error: User doesn't exists | halt }
}
-
-
--- 156,157 ----
Index: aliases.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/aliases.als,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** aliases.als 7 Oct 2002 14:20:17 -0000 1.5
--- aliases.als 12 Oct 2002 16:11:09 -0000 1.6
***************
*** 180,183 ****
else { msg =$nick ** Error: $1 is not a channel name | halt }
}
-
-
--- 180,181 ----
Index: auth.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/auth.mrc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** auth.mrc 7 Oct 2002 14:20:18 -0000 1.5
--- auth.mrc 12 Oct 2002 16:11:09 -0000 1.6
***************
*** 14,20 ****
if ($read_user_db($2,Oper)) {
guser 200 $nick 5 $read_user_db($2,User)
- if (($chat($nick)) && ($return_dcc_data($nick).username == $null)) {
- write_dcc_list $chat($nick) $read_user_db($2,User)
- }
notice $nick ** Successfully authenticated as $+ $read_user_db($2,User)
notice $nick ** You have been granted operator access level $+ $read_user_db($2,Oper)
--- 14,17 ----
***************
*** 42,46 ****
if ($1 == DEAUTH) {
if ($address($nick,5) == $ulist($address($nick,5),$ulevel,1)) {
- remove_dcc_list_entry $nick
.ruser $address($nick,5)
notice $nick ** You are no longer authenticated
--- 39,42 ----
***************
*** 59,63 ****
;===== DeAuth on Quit =====
! on 100:QUIT:{ ruser $ulist($nick $+ *,$ulevel,1) }
;===== DeAuth everyone on Disconnect =====
--- 55,61 ----
;===== DeAuth on Quit =====
! on 100:QUIT:{
! ruser $ulist($nick $+ *,$ulevel,1)
! }
;===== DeAuth everyone on Disconnect =====
***************
*** 69,72 ****
change_user_pass $nick $2 $3
}
-
-
--- 67,68 ----
Index: dcc_help.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/dcc_help.als,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dcc_help.als 12 Oct 2002 12:56:40 -0000 1.6
--- dcc_help.als 12 Oct 2002 16:11:09 -0000 1.7
***************
*** 45,48 ****
--- 45,49 ----
elseif ($2- == VERSION) HELP_VERSION
elseif ($2- == WHO) HELP_WHO
+ elseif ($2- == WHOAMI) HELP_WHOAMI
else msg =$nick ** No help available on that command
}
***************
*** 53,57 ****
HELP_MAIN {
! msg =$nick Level 550 - AUTH, CHAT, DEAUTH, EXIT, VERSION, WHO.
msg =$nick Level 600 - CLEAR, CLEARBANS, CLEARMODES, CLEAROPS.
msg =$nick Level 650 - DEOP, CYCLE, DOMODE, OP.
--- 54,58 ----
HELP_MAIN {
! msg =$nick Level 550 - AUTH, CHAT, DEAUTH, EXIT, VERSION, WHO, WHOAMI.
msg =$nick Level 600 - CLEAR, CLEARBANS, CLEARMODES, CLEAROPS.
msg =$nick Level 650 - DEOP, CYCLE, DOMODE, OP.
***************
*** 96,99 ****
--- 97,105 ----
msg =$nick Command: WHO || Level: 550
msg =$nick Description: Shows all users that are connected to the DCC interface
+ }
+
+ HELP_WHOAMI {
+ msg =$nick Command: WHOAMI || Level: 550
+ msg =$nick Description: Shows you more info about your regnick
}
Index: install.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/install.mrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** install.mrc 12 Oct 2002 13:02:11 -0000 1.7
--- install.mrc 12 Oct 2002 16:11:09 -0000 1.8
***************
*** 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.07
tempecho
tempecho Echelon %version installation script loaded...
Index: security.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** security.mrc 12 Oct 2002 13:02:11 -0000 1.11
--- security.mrc 12 Oct 2002 16:11:09 -0000 1.12
***************
*** 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.07
echo 3 -ts ** Echelon %version initialized
}
|
|
From: Wolfram K. <ra...@us...> - 2002-10-12 13:02:13
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv28230/system
Modified Files:
install.mrc security.mrc
Log Message:
Echelon 1.0.08 Changes
Index: install.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/install.mrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install.mrc 7 Oct 2002 11:46:41 -0000 1.6
--- install.mrc 12 Oct 2002 13:02:11 -0000 1.7
***************
*** 7,11 ****
on 1:LOAD:{
! set %version v1.0.07
tempecho
tempecho Echelon %version installation script loaded...
--- 7,11 ----
on 1:LOAD:{
! set %version v1.0.08
tempecho
tempecho Echelon %version installation script loaded...
Index: security.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** security.mrc 7 Oct 2002 14:20:20 -0000 1.10
--- security.mrc 12 Oct 2002 13:02:11 -0000 1.11
***************
*** 4,8 ****
on 1:START:{
! set %version v1.0.07
echo 3 -ts ** Echelon %version initialized
}
--- 4,8 ----
on 1:START:{
! set %version v1.0.08
echo 3 -ts ** Echelon %version initialized
}
|
|
From: Wolfram K. <ra...@us...> - 2002-10-12 13:02:13
|
Update of /cvsroot/echelonirc/echelon/docs
In directory usw-pr-cvs1:/tmp/cvs-serv28230/docs
Modified Files:
changes.txt readme.txt
Log Message:
Echelon 1.0.08 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** changes.txt 7 Oct 2002 14:20:10 -0000 1.11
--- changes.txt 12 Oct 2002 13:02:10 -0000 1.12
***************
*** 1,5 ****
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 7th October 2002
--------------------------------------------------------------------------------------
1.0.07
- Added three commands: DEAUTH (550!) LISTAUTH (850!) and RNICKINFO (850!)
--- 1,9 ----
======================================================================================
! Echelon IRC Bot Changes Log File Last Update: 12th October 2002
--------------------------------------------------------------------------------------
+ 1.0.08
+ - Added the HELP file for the DCC-DEAUTH (!550) command
+ - Fixed a bug with the logging system where the time-brackets were not recognised
+
1.0.07
- Added three commands: DEAUTH (550!) LISTAUTH (850!) and RNICKINFO (850!)
Index: readme.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/readme.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** readme.txt 7 Oct 2002 11:45:56 -0000 1.6
--- readme.txt 12 Oct 2002 13:02:10 -0000 1.7
***************
*** 1,5 ****
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2002 All rights reserved.]
! Version...: 1.0.07
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
--- 1,5 ----
======================================================================================
Program...: Echelon mIRC Channel Bot [Copyright (c) 2001 - 2002 All rights reserved.]
! Version...: 1.0.08
Project By: - Hakson '[R]ailGun' <rai...@ho...> - Lead Programmer
- Wolfram 'Raisk' <qu...@sq...> - Lead Project Manager and
|
|
From: Wolfram K. <ra...@us...> - 2002-10-12 12:56:44
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv26988/system
Modified Files:
550.als dcc_help.als
Log Message:
Echelon 1.0.08 Changes
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** 550.als 7 Oct 2002 14:20:15 -0000 1.9
--- 550.als 12 Oct 2002 12:56:40 -0000 1.10
***************
*** 148,152 ****
DCC_WALLOPS {
! write syslogs/wallops.log [ $+ $asctime $+ ] $1-
var %totdcc $chat(0)
var %dccchat 1
--- 148,152 ----
DCC_WALLOPS {
! write syslogs/wallops.log $chr(91) $+ $asctime $+ $chr(93) $1-
var %totdcc $chat(0)
var %dccchat 1
***************
*** 157,160 ****
goto start
}
-
-
--- 157,158 ----
Index: dcc_help.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/dcc_help.als,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dcc_help.als 7 Oct 2002 14:20:20 -0000 1.5
--- dcc_help.als 12 Oct 2002 12:56:40 -0000 1.6
***************
*** 78,81 ****
--- 78,86 ----
}
+ HELP_DEAUTH {
+ msg =$nick Command: DEAUTH || Level: 550
+ msg =$nick Description: Tells $me to no longer regconise you
+ }
+
HELP_EXIT {
msg =$nick Command: EXIT || Syntax: EXIT <reason> || Level: 550
***************
*** 298,301 ****
; End of help system
;
-
-
--- 303,304 ----
|
|
From: Wolfram K. <ra...@us...> - 2002-10-07 14:20:47
|
Update of /cvsroot/echelonirc/echelon/docs
In directory usw-pr-cvs1:/tmp/cvs-serv12402/docs
Modified Files:
changes.txt
Log Message:
Echelon 1.0.07 Changes
Index: changes.txt
===================================================================
RCS file: /cvsroot/echelonirc/echelon/docs/changes.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** changes.txt 7 Oct 2002 11:45:56 -0000 1.10
--- changes.txt 7 Oct 2002 14:20:10 -0000 1.11
***************
*** 3,7 ****
--------------------------------------------------------------------------------------
1.0.07
! - Added three commands: DEAUTH (550!) LISTAUTH (850!) and REGNICKINFO (850!)
- Fixed a bug in LIST/GACCESS where the header would be shown repeatedly
- Updated NUNREG command to make it clear the access list of the nick being unreg'd
--- 3,7 ----
--------------------------------------------------------------------------------------
1.0.07
! - Added three commands: DEAUTH (550!) LISTAUTH (850!) and RNICKINFO (850!)
- Fixed a bug in LIST/GACCESS where the header would be shown repeatedly
- Updated NUNREG command to make it clear the access list of the nick being unreg'd
|
|
From: Wolfram K. <ra...@us...> - 2002-10-07 14:20:36
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv12402/system
Modified Files:
450.als 50.als 500.als 550.als 850.als 900.als aliases.als
auth.mrc dcc_help.als security.mrc
Log Message:
Echelon 1.0.07 Changes
Index: 450.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/450.als,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 450.als 7 Oct 2002 11:45:56 -0000 1.4
--- 450.als 7 Oct 2002 14:20:12 -0000 1.5
***************
*** 138,139 ****
--- 138,141 ----
notice $nick ** Access Holders: %holders
}
+
+
Index: 50.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/50.als,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** 50.als 7 Oct 2002 11:45:56 -0000 1.5
--- 50.als 7 Oct 2002 14:20:13 -0000 1.6
***************
*** 89,90 ****
--- 89,92 ----
else { notice $nick ** $1 ( $+ $remove($address($1,5),$1 $+ !) $+ ) has not authenticated }
}
+
+
Index: 500.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/500.als,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 500.als 7 Oct 2002 11:45:56 -0000 1.4
--- 500.als 7 Oct 2002 14:20:15 -0000 1.5
***************
*** 90,91 ****
--- 90,93 ----
else { notice $nick ** Error: You can only REMOVE users who exist and are < 500 }
}
+
+
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** 550.als 7 Oct 2002 11:56:33 -0000 1.8
--- 550.als 7 Oct 2002 14:20:15 -0000 1.9
***************
*** 13,22 ****
; DO NOT MODIIFY!
DCC_CMDS {
- if ($1 == .AUTH) DCC_AUTH $2 $3
- if ($1 == .DEAUTH) DCC_DEAUTH
- if ($1 == .VERSION) DCC_VERSION
- if ($1 == .EXIT) DCC_EXIT $2-
if ($1 == .ADD) DCC_ADD $2 $3 $4
if ($1 == .ADDOPER) DCC_ADDOPER $2 $3
if ($1 == .CHLV) DCC_CHLV $2 $3 $4
if ($1 == .CHPASS) DCC_CHPASS $2 $3
--- 13,19 ----
; DO NOT MODIIFY!
DCC_CMDS {
if ($1 == .ADD) DCC_ADD $2 $3 $4
if ($1 == .ADDOPER) DCC_ADDOPER $2 $3
+ if ($1 == .AUTH) DCC_AUTH $2 $3
if ($1 == .CHLV) DCC_CHLV $2 $3 $4
if ($1 == .CHPASS) DCC_CHPASS $2 $3
***************
*** 25,55 ****
if ($1 == .CLEARMODES) DCC_CLEARMODES $2
if ($1 == .CLEAROPS) DCC_CLEAROPS $2
if ($1 == .CREG) DCC_CREG $2 $3
if ($1 == .CUNREG) DCC_CUNREG $2
if ($1 == .CYCLE) DCC_CYCLE $2
if ($1 == .DEOP) DCC_DEOP $2 $3-
if ($1 == .DOMODE) DCC_DOMODE $2 $3-
if ($1 == .IGNORE) DCC_IGNORE $2
if ($1 == .INJECT) DCC_INJECT $2-
! if ($1 == .NREG) DCC_NREG $2 $3 $4
! if ($1 == .NUNREG) DCC_NUNREG $2
! if ($1 == .REMOPER) DCC_REMOPER $2
! if ($1 == .REMOVE) DCC_REMOVE $2 $3
! if ($1 == .UNIGNORE) DCC_UNIGNORE $2
if ($1 == .LIST) DCC_LIST $2
- if ($1 == .LISTIGNORE) DCC_LISTIGNORE
if ($1 == .LISTAUTH) DCC_LISTAUTH
- if ($1 == .LISTOPER) DCC_LISTOPER
if ($1 == .LISTCHAN) DCC_LISTCHAN
if ($1 == .LISTUSER) DCC_LISTUSER
! if ($1 == .REGNICKINFO) DCC_REGNICKINFO $2
if ($1 == .OP) DCC_OP $2 $3-
if ($1 == .SETOPER) DCC_SETOPER $2 $3
- if ($1 == .WHO) DCC_WHO
- if ($1 == .KILL) DCC_KILL $2-
- if ($1 == .CONNECT) DCC_CONNECT $2
- if ($1 == .DISCONNECT) DCC_DISCONNECT $2-
- if ($1 == .JUMP) DCC_JUMP $2
if ($1 == .SHUTDOWN) DCC_SHUTDOWN $2-
else { msg =$nick ** Error: No such command }
}
--- 22,55 ----
if ($1 == .CLEARMODES) DCC_CLEARMODES $2
if ($1 == .CLEAROPS) DCC_CLEAROPS $2
+ if ($1 == .CONNECT) DCC_CONNECT $2
if ($1 == .CREG) DCC_CREG $2 $3
if ($1 == .CUNREG) DCC_CUNREG $2
if ($1 == .CYCLE) DCC_CYCLE $2
+ if ($1 == .DEAUTH) DCC_DEAUTH
if ($1 == .DEOP) DCC_DEOP $2 $3-
+ if ($1 == .DISCONNECT) DCC_DISCONNECT $2-
if ($1 == .DOMODE) DCC_DOMODE $2 $3-
+ if ($1 == .EXIT) DCC_EXIT $2-
if ($1 == .IGNORE) DCC_IGNORE $2
if ($1 == .INJECT) DCC_INJECT $2-
! if ($1 == .JUMP) DCC_JUMP $2
! if ($1 == .KILL) DCC_KILL $2-
if ($1 == .LIST) DCC_LIST $2
if ($1 == .LISTAUTH) DCC_LISTAUTH
if ($1 == .LISTCHAN) DCC_LISTCHAN
+ if ($1 == .LISTIGNORE) DCC_LISTIGNORE
+ if ($1 == .LISTOPER) DCC_LISTOPER
if ($1 == .LISTUSER) DCC_LISTUSER
! if ($1 == .NREG) DCC_NREG $2 $3 $4
! if ($1 == .NUNREG) DCC_NUNREG $2
if ($1 == .OP) DCC_OP $2 $3-
+ if ($1 == .REMOPER) DCC_REMOPER $2
+ if ($1 == .REMOVE) DCC_REMOVE $2 $3
+ if ($1 == .RNICKINFO) DCC_RNICKINFO $2
if ($1 == .SETOPER) DCC_SETOPER $2 $3
if ($1 == .SHUTDOWN) DCC_SHUTDOWN $2-
+ if ($1 == .UNIGNORE) DCC_UNIGNORE $2
+ if ($1 == .VERSION) DCC_VERSION
+ if ($1 == .WHO) DCC_WHO
else { msg =$nick ** Error: No such command }
}
***************
*** 157,158 ****
--- 157,160 ----
goto start
}
+
+
Index: 850.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/850.als,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 850.als 7 Oct 2002 11:45:56 -0000 1.4
--- 850.als 7 Oct 2002 14:20:16 -0000 1.5
***************
*** 6,10 ****
; DCC_LISTUSER
; DCC_LISTOPER
! ; DCC_REGNICKINFO
;=======================================
--- 6,10 ----
; DCC_LISTUSER
; DCC_LISTOPER
! ; DCC_RNICKINFO
;=======================================
***************
*** 93,97 ****
}
! DCC_REGNICKINFO {
check_dcc_oper_level 850
if ($read_user_list($1)) {
--- 93,97 ----
}
! DCC_RNICKINFO {
check_dcc_oper_level 850
if ($read_user_list($1)) {
***************
*** 126,127 ****
--- 126,129 ----
else { msg =$nick ** Error: User doesn't exists | halt }
}
+
+
Index: 900.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/900.als,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** 900.als 7 Oct 2002 11:45:57 -0000 1.4
--- 900.als 7 Oct 2002 14:20:16 -0000 1.5
***************
*** 102,103 ****
--- 102,105 ----
else { msg =$nick ** Error: User doesn't exists | halt }
}
+
+
Index: aliases.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/aliases.als,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** aliases.als 7 Oct 2002 11:45:57 -0000 1.4
--- aliases.als 7 Oct 2002 14:20:17 -0000 1.5
***************
*** 180,181 ****
--- 180,183 ----
else { msg =$nick ** Error: $1 is not a channel name | halt }
}
+
+
Index: auth.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/auth.mrc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** auth.mrc 7 Oct 2002 11:45:57 -0000 1.4
--- auth.mrc 7 Oct 2002 14:20:18 -0000 1.5
***************
*** 69,70 ****
--- 69,72 ----
change_user_pass $nick $2 $3
}
+
+
Index: dcc_help.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/dcc_help.als,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** dcc_help.als 7 Oct 2002 11:45:57 -0000 1.4
--- dcc_help.als 7 Oct 2002 14:20:20 -0000 1.5
***************
*** 5,47 ****
DCC_HELP {
if ($2- == $null) HELP_MAIN
elseif ($2- == AUTH) HELP_AUTH
elseif ($2- == CHAT) HELP_CHAT
! elseif ($2- == EXIT) HELP_EXIT
! elseif ($2- == VERSION) HELP_VERSION
elseif ($2- == CLEAR) HELP_CLEAR
elseif ($2- == CLEARBANS) HELP_CLEARBANS
elseif ($2- == CLEARMODES) HELP_CLEARMODES
elseif ($2- == CLEAROPS) HELP_CLEAROPS
! elseif ($2- == WHO) HELP_WHO
! elseif ($2- == DEOP) HELP_DEOP
elseif ($2- == CYCLE) HELP_CYCLE
elseif ($2- == DOMODE) HELP_DOMODE
! elseif ($2- == OP) HELP_OP
elseif ($2- == IGNORE) HELP_IGNORE
! elseif ($2- == LISTIGNORE) HELP_LISTIGNORE
! elseif ($2- == UNIGNORE) HELP_UNIGNORE
! elseif ($2- == ADD) HELP_ADD
! elseif ($2- == CHLV) HELP_CHLV
elseif ($2- == LIST) HELP_LIST
- elseif ($2- == REMOVE) HELP_REMOVE
- elseif ($2- == CHPASS) HELP_CHPASS
- elseif ($2- == CREG) HELP_CREG
- elseif ($2- == CUNREG) HELP_CUNREG
elseif ($2- == LISTAUTH) HELP_LISTAUTH
elseif ($2- == LISTCHAN) HELP_LISTCHAN
elseif ($2- == LISTOPER) HELP_LISTOPER
elseif ($2- == LISTUSER) HELP_LISTUSER
- elseif ($2- == REGNICKINFO) HELP_REGNICKINFO
elseif ($2- == NREG) HELP_NREG
elseif ($2- == NUNREG) HELP_NUNREG
! elseif ($2- == ADDOPER) HELP_ADDOPER
! elseif ($2- == KILL) HELP_KILL
elseif ($2- == REMOPER) HELP_REMOPER
elseif ($2- == SETOPER) HELP_SETOPER
- elseif ($2- == CONNECT) HELP_CONNECT
- elseif ($2- == DISCONNECT) HELP_DISCONNECT
- elseif ($2- == INJECT) HELP_INJECT
- elseif ($2- == JUMP) HELP_JUMP
elseif ($2- == SHUTDOWN) HELP_SHUTDOWN
else msg =$nick ** No help available on that command
}
--- 5,48 ----
DCC_HELP {
if ($2- == $null) HELP_MAIN
+ elseif ($2- == ADD) HELP_ADD
+ elseif ($2- == ADDOPER) HELP_ADDOPER
elseif ($2- == AUTH) HELP_AUTH
elseif ($2- == CHAT) HELP_CHAT
! elseif ($2- == CHLV) HELP_CHLV
! elseif ($2- == CHPASS) HELP_CHPASS
elseif ($2- == CLEAR) HELP_CLEAR
elseif ($2- == CLEARBANS) HELP_CLEARBANS
elseif ($2- == CLEARMODES) HELP_CLEARMODES
elseif ($2- == CLEAROPS) HELP_CLEAROPS
! elseif ($2- == CONNECT) HELP_CONNECT
! elseif ($2- == CREG) HELP_CREG
! elseif ($2- == CUNREG) HELP_CUNREG
elseif ($2- == CYCLE) HELP_CYCLE
+ elseif ($2- == DEAUTH) HELP_DEAUTH
+ elseif ($2- == DEOP) HELP_DEOP
+ elseif ($2- == DISCONNECT) HELP_DISCONNECT
elseif ($2- == DOMODE) HELP_DOMODE
! elseif ($2- == EXIT) HELP_EXIT
elseif ($2- == IGNORE) HELP_IGNORE
! elseif ($2- == INJECT) HELP_INJECT
! elseif ($2- == JUMP) HELP_JUMP
! elseif ($2- == KILL) HELP_KILL
elseif ($2- == LIST) HELP_LIST
elseif ($2- == LISTAUTH) HELP_LISTAUTH
elseif ($2- == LISTCHAN) HELP_LISTCHAN
+ elseif ($2- == LISTIGNORE) HELP_LISTIGNORE
elseif ($2- == LISTOPER) HELP_LISTOPER
elseif ($2- == LISTUSER) HELP_LISTUSER
elseif ($2- == NREG) HELP_NREG
elseif ($2- == NUNREG) HELP_NUNREG
! elseif ($2- == OP) HELP_OP
elseif ($2- == REMOPER) HELP_REMOPER
+ elseif ($2- == REMOVE) HELP_REMOVE
+ elseif ($2- == RNICKINFO) HELP_RNICKINFO
elseif ($2- == SETOPER) HELP_SETOPER
elseif ($2- == SHUTDOWN) HELP_SHUTDOWN
+ elseif ($2- == UNIGNORE) HELP_UNIGNORE
+ elseif ($2- == VERSION) HELP_VERSION
+ elseif ($2- == WHO) HELP_WHO
else msg =$nick ** No help available on that command
}
***************
*** 52,61 ****
HELP_MAIN {
! msg =$nick Level 550 - AUTH, CHAT, EXIT, VERSION, WHO.
msg =$nick Level 600 - CLEAR, CLEARBANS, CLEARMODES, CLEAROPS.
msg =$nick Level 650 - DEOP, CYCLE, DOMODE, OP.
msg =$nick Level 700 - IGNORE, LISTIGNORE, UNIGNORE.
msg =$nick Level 800 - ADD, CHLV, LIST, REMOVE.
! msg =$nick Level 850 - LISTAUTH, LISTCHAN, LISTOPER, LISTUSER.
msg =$nick Level 900 - CHPASS, CREG, CUNREG, NREG, NUNREG.
msg =$nick Level 950 - ADDOPER, KILL, REMOPER, SETOPER.
--- 53,62 ----
HELP_MAIN {
! msg =$nick Level 550 - AUTH, CHAT, DEAUTH, EXIT, VERSION, WHO.
msg =$nick Level 600 - CLEAR, CLEARBANS, CLEARMODES, CLEAROPS.
msg =$nick Level 650 - DEOP, CYCLE, DOMODE, OP.
msg =$nick Level 700 - IGNORE, LISTIGNORE, UNIGNORE.
msg =$nick Level 800 - ADD, CHLV, LIST, REMOVE.
! msg =$nick Level 850 - LISTAUTH, LISTCHAN, LISTOPER, LISTUSER, RNICKINFO.
msg =$nick Level 900 - CHPASS, CREG, CUNREG, NREG, NUNREG.
msg =$nick Level 950 - ADDOPER, KILL, REMOPER, SETOPER.
***************
*** 207,212 ****
}
! HELP_REGNICKINFO {
! msg =$nick Command: REGNICKINFO <rnick> || Level: 850
msg =$nick Description: Shows info on the specified rnick
}
--- 208,213 ----
}
! HELP_RNICKINFO {
! msg =$nick Command: RNICKINFO <rnick> || Level: 850
msg =$nick Description: Shows info on the specified rnick
}
***************
*** 297,298 ****
--- 298,301 ----
; End of help system
;
+
+
Index: security.mrc
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/security.mrc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** security.mrc 7 Oct 2002 11:46:41 -0000 1.9
--- security.mrc 7 Oct 2002 14:20:20 -0000 1.10
***************
*** 55,58 ****
--- 55,59 ----
else { halt }
}
+
;ON *:QUIT:{
; if ($nick != $me) {
***************
*** 67,70 ****
--- 68,72 ----
; else { halt }
;}
+
;===== Halt /who, whois, banlist and away reply =====
raw 301:*:{ halt }
***************
*** 74,75 ****
--- 76,79 ----
raw 367:*:{ halt }
raw 368:*:{ halt }
+
+
|
|
From: Wolfram K. <ra...@us...> - 2002-10-07 11:58:21
|
Update of /cvsroot/echelonirc/echelon/syslogs In directory usw-pr-cvs1:/tmp/cvs-serv12762 Added Files: DO NOT DELETE Log Message: Echelon 1.0.07 Changes --- NEW FILE: DO NOT DELETE --- !!!!!! DO NOT DELETE THIS FOLDER !!!!!! --------------------------------------- Echelon is required to use this folder for storing system log files. To ensure proper functionality of Echelon, do NOT delete this folder. --------------------------------------- |
|
From: Wolfram K. <ra...@us...> - 2002-10-07 11:57:48
|
Update of /cvsroot/echelonirc/echelon/syslogs In directory usw-pr-cvs1:/tmp/cvs-serv12432a/syslogs Log Message: Directory /cvsroot/echelonirc/echelon/syslogs added to the repository |
|
From: Wolfram K. <ra...@us...> - 2002-10-07 11:56:36
|
Update of /cvsroot/echelonirc/echelon/system
In directory usw-pr-cvs1:/tmp/cvs-serv11689/system
Modified Files:
550.als
Log Message:
Echelon 1.0.07 Changes
Index: 550.als
===================================================================
RCS file: /cvsroot/echelonirc/echelon/system/550.als,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 550.als 7 Oct 2002 11:45:56 -0000 1.7
--- 550.als 7 Oct 2002 11:56:33 -0000 1.8
***************
*** 148,151 ****
--- 148,152 ----
DCC_WALLOPS {
+ write syslogs/wallops.log [ $+ $asctime $+ ] $1-
var %totdcc $chat(0)
var %dccchat 1
|
|
From: Wolfram K. <ra...@us...> - 2002-10-07 11:56:36
|
Update of /cvsroot/echelonirc/echelon/logs In directory usw-pr-cvs1:/tmp/cvs-serv11689/logs Removed Files: DO NOT DELETE Log Message: Echelon 1.0.07 Changes --- DO NOT DELETE DELETED --- |