[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2004-02-22 16:25:47
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2004-02-22 16:12:56 UTC Modified files: doc/Makefile.in doc/ircd.sample-en.conf Log message: Author: zoltan <zo...@ir...> Log message: 2004-02-22 Toni Garcia <zo...@ir...> 1.0.alpha8 * Sincronizacion con u2.10.11.07. * Limpieza de cabeceras (Licencia GPLv2) ---------------------- diff included ---------------------- Index: ircd-ircdev/doc/Makefile.in diff -u ircd-ircdev/doc/Makefile.in:1.1.1.1 ircd-ircdev/doc/Makefile.in:1.2 --- ircd-ircdev/doc/Makefile.in:1.1.1.1 Mon Sep 8 03:34:26 2003 +++ ircd-ircdev/doc/Makefile.in Sun Feb 22 08:12:45 2004 @@ -1,20 +1,24 @@ -# doc/Makefile for the Undernet IRC Daemon. -# Copyright (C) 1997, Carlo Wood <ca...@ru...> - +# IRC-Dev IRCD - An advanced and innovative IRC Daemon, doc/Makefile +# +# Copyright (C) 2002-2004 IRC-Dev Development Team <de...@ir...> +# Copyright (C) 1997 Carlo Wood <ca...@ru...> +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. - +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. - +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# $Id: Makefile.in,v 1.2 2004/02/22 16:12:45 zolty Exp $ +# #### Start of system configuration section. #### Index: ircd-ircdev/doc/ircd.sample-en.conf diff -u ircd-ircdev/doc/ircd.sample-en.conf:1.1 ircd-ircdev/doc/ircd.sample-en.conf:1.2 --- ircd-ircdev/doc/ircd.sample-en.conf:1.1 Sat Nov 1 07:26:45 2003 +++ ircd-ircdev/doc/ircd.sample-en.conf Sun Feb 22 08:12:46 2004 @@ -675,6 +675,7 @@ # "LOCAL_CHANNELS" = "TRUE"; # "KILLCHASETIMELIMIT" = "30"; # "MAXCHANNELSPERUSER" = "10"; +# "NICKLEN" = "9"; # "AVBANLEN" = "40"; # "MAXBANS" = "45"; # "MAXSILES" = "15"; @@ -697,6 +698,12 @@ # "TOS_SERVER" = "0x08"; # "TOS_CLIENT" = "0x08"; # "POLLS_PER_LOOP" = "200"; +# "IRCD_RES_TIMEOUTS = "4"; +# "IRCD_RES_RETRIES = "2"; +# "AUTH_TIMEOUT = "9"; +# "IPCHECK_CLONE_LIMIT = 24"; +# "IPCHECK_CLONE_PERIOD = "40"; +# "IPCHECK_CLONE_DELAY = "600"; # "CRYPT_OPER_PASSWORD" = "TRUE"; # "OPER_NO_CHAN_LIMIT" = "TRUE"; # "OPER_MODE_LCHAN" = "TRUE"; ----------------------- End of diff ----------------------- |