[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2005-05-07 22:32:45
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2005-05-07 22:32:30 UTC Modified files: doc/ircd.sample-en.conf doc/ircd.sample-es.conf Log message: Actualizacion .confs ---------------------- diff included ---------------------- Index: ircd-ircdev/doc/ircd.sample-en.conf diff -u ircd-ircdev/doc/ircd.sample-en.conf:1.20 ircd-ircdev/doc/ircd.sample-en.conf:1.21 --- ircd-ircdev/doc/ircd.sample-en.conf:1.20 Sat Apr 23 08:57:02 2005 +++ ircd-ircdev/doc/ircd.sample-en.conf Sat May 7 15:32:20 2005 @@ -1,6 +1,6 @@ # ircd.conf - configuration file for IRC-Dev's IRCD. # -# Last Updated: 23, Apr 2005. +# Last Updated: 8, May 2005. # # Written by Niels <ni...@un...>, based on the original example.conf, # server code and some real-life (ahem) experience. @@ -519,12 +519,15 @@ # class = "classname"; # maxhops = 2; # hub = "*.eu.irc-dev.net"; +# autoconnect = no; # }; # # The "port" field defines the default port the server tries to connect # to if an operator uses /connect without specifying a port. This is also # the port used when the server attempts to auto-connect to the remote # server. (See "Class" blocks for more informationa about auto-connects). +# You may tell ircu to not automatically connect to a server by adding +# "autoconnect = no;"; the default is to autoconnect. # # The "maxhops" field causes an SQUIT if a hub tries to introduce # servers farther away than that; the element "leaf," is an alias for Index: ircd-ircdev/doc/ircd.sample-es.conf diff -u ircd-ircdev/doc/ircd.sample-es.conf:1.15 ircd-ircdev/doc/ircd.sample-es.conf:1.16 --- ircd-ircdev/doc/ircd.sample-es.conf:1.15 Sat Apr 23 08:57:13 2005 +++ ircd-ircdev/doc/ircd.sample-es.conf Sat May 7 15:32:20 2005 @@ -1,6 +1,6 @@ # ircd.conf - archivo de configuración para el IRCD de IRC-Dev. # -# Ultima actualización: 23, Abr 2005. +# Ultima actualización: 8, May 2005. # # Escrito por Niels <ni...@un...>, basado en el archivo example.conf # original, en el código del servidor y la experiencia de la vida real. @@ -544,6 +544,7 @@ # class = "nombreclase"; # maxhops = 2; # hub = "*.eu.irc-dev.net"; +# autoconnect = no; # }; # # El campo "port" define el puerto por defecto que el servidor intentará @@ -551,6 +552,8 @@ # un puerto. Este también es el puerto usado para los intentos del servidor # de autoconectar con el servidor remoto. (Véase los bloques "Class" para # más informacion sobre "auto-connects"). +# Puedes hacer que el ircd no se conecte automáticamente con un servidor +# añadiendo "autoconnect = no"; por defecto está la autoconexión. # # El campo "maxhops" causa un SQUIT si un hub intenta introducir servidores # más lejos que eso, el elemento "leaf"; es un alias para "maxhops = 0;". ----------------------- End of diff ----------------------- |