[srvx-commits] CVS: services srvx.conf.example,1.21,1.22
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-07-31 02:35:00
|
Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv20675
Modified Files:
srvx.conf.example
Log Message:
remove (and explain why) the require_qualified option in nickserv's conf
Index: srvx.conf.example
===================================================================
RCS file: /cvsroot/srvx/services/srvx.conf.example,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** srvx.conf.example 25 Jul 2002 17:40:11 -0000 1.21
--- srvx.conf.example 31 Jul 2002 02:34:57 -0000 1.22
***************
*** 81,87 ****
// how long until an account with no access to any channels expires?
"nochan_account_expire_delay" "14d";
! // require PRIVMSG Nic...@se... AUTH whatever?
! // (applies to any NickServ command using passwords; default 1)
! "require_qualified" "1";
// If somebody keeps guessing passwords incorrectly, do we gag them?
"autogag_enabled" "1";
--- 81,88 ----
// how long until an account with no access to any channels expires?
"nochan_account_expire_delay" "14d";
! // NOTE: there used to be a "require_qualified" option
! // here, applying to any NickServ command that uses passwords.
! // This is now integrated into the modcmd command authorization
! // and dispatch mechanism. "/msg OpServ help modcmd" for details.
// If somebody keeps guessing passwords incorrectly, do we gag them?
"autogag_enabled" "1";
|