[IRC-Dev CVS] [CVS] Module ircd-ircdev: Change committed
Brought to you by:
zolty
From: Toni G. <zo...@us...> - 2004-05-28 09:53:13
|
CVSROOT : /cvsroot/irc-dev Module : ircd-ircdev Commit time: 2004-05-28 09:53:06 UTC Modified files: doc/ircd.sample-en.conf Log message: Actualizacion ircd.conf en ingles ---------------------- diff included ---------------------- Index: ircd-ircdev/doc/ircd.sample-en.conf diff -u ircd-ircdev/doc/ircd.sample-en.conf:1.4 ircd-ircdev/doc/ircd.sample-en.conf:1.5 --- ircd-ircdev/doc/ircd.sample-en.conf:1.4 Fri May 21 09:21:23 2004 +++ ircd-ircdev/doc/ircd.sample-en.conf Fri May 28 02:52:55 2004 @@ -1,6 +1,6 @@ # ircd.conf - configuration file for IRC-Dev's IRCD. # -# Last Updated: 21, May 2004. +# Last Updated: 28, May 2004. # # Written by Niels <ni...@un...>, based on the original example.conf, # server code and some real-life (ahem) experience. @@ -40,9 +40,9 @@ # There is a difference between the "hostname" and the "server name" # of the machine that the server is run on. For example, the host can # have "83.Red-80-59-255.pooles.rima-tde.net" as FQDN, and -# "zoltan.irc-dev.net" as server name. +# "gmsis.irc-dev.net" as server name. # A "server mask" is something like "*.EU.irc-dev.net", which is -# matched by "Vigo.ES.EU.irc-dev.net" but not by "Porto.PT.US.irc-dev.net". +# matched by "Vigo.ES.EU.irc-dev.net" but not by "Miami.FL.US.irc-dev.net". # # Please do NOT just rename the ircd.sample-en.conf to ircd.conf and expect # it to work. @@ -58,15 +58,15 @@ # numeric = numericnumber; # }; # -# <virtual host> must contain either a * or a valid IPv4 address in +# The "vhost" field must contain either a * or a valid IPv4 address in # dotted quad notation. (127.0.0.1) The address MUST be the address # of a physical interface on the host. This address is used for outgoing -# connections only, see Port{} for listener virtual hosting. +# connections only, see "Port" block for listener virtual hosting. # If in doubt put a * or the IP of your primary interface here. # The server must be compiled with virtual hosting turned on to get this # to work correctly. # -# Note that <server numeric> has to be unique on the network your server +# Note that "numeric" field has to be unique on the network your server # is running on, must be between 0 and 4095, and is not updated on a rehash. General { name = "gmsis.irc-dev.net"; @@ -102,10 +102,10 @@ # usermode = "+i"; # }; # -# <connect freq> applies only to servers, and specifies the frequency -# that the server tries to autoconnect. setting this to 0 will cause -# the server to attempt to connect repeatedly with no delay until the -# <maximum links> condition is satisfied. This is a Bad Thing(tm). +# The "connectfreq" field applies only to servers, and specifies the +# frequency that the server tries to autoconnect. setting this to 0 will +# cause the server to attempt to connect repeatedly with no delay until the +# "maxlinks" condition is satisfied. This is a Bad Thing(tm). # Note that times can be specified as a number, or by giving something # like: 1 minutes 20 seconds, or 1*60+20. # Client { @@ -115,7 +115,7 @@ # class = "classname"; # }; # -# <maximum links> should be set at either 0 or 1. +# The "maxlinks" field should be set at either 0 or 1. # # Recommended server classes: # All your server uplinks you are not a hub for. @@ -218,8 +218,8 @@ # To allow clients to connect, they need authorization. This can be # done based on hostmask, address mask, and/or with a password. # With intelligent use of classes and the maxconnections field in the -# Client blocks, you can let in a specific domain, but get rid of all other -# domains in the same toplevel, thus setting up some sort of "reverse +# "Client" blocks, you can let in a specific domain, but get rid of all +# other domains in the same toplevel, thus setting up some sort of "reverse # Kill block". # Client { # host = "user@host"; @@ -232,7 +232,9 @@ # For every connecting client, the IP address is known. A reverse lookup # on this IP-number is done to get the (/all) hostname(s). # Each hostname that belongs to this IP-number is matched to <hostmask>, -# and the Client {} is used when any matches; the client will then show +# and the "Client" block is used when any matches; the client will then +show +FIX FIX # with this particular hostname. If none of the hostnames match, then # the IP-number is matched against the <IP mask ...> field, if this matches # then the Client{} is used nevertheless and the client will show with the @@ -339,7 +341,7 @@ }; -# [motd] +# [Motd] # # It is possible to show a different Message of the Day to a connecting # client depending on its origin. @@ -350,26 +352,26 @@ # }; # # DPATH/net_com.motd contains a special MOTD where users are encouraged -# to register their domains and get their own client{} lines if they're in +# to register their domains and get their own "Client" blocks if they're in # Europe, or move to US.irc-dev.net if they're in the USA. -motd { +Motd { host = "*.net"; file = "net_com.motd"; }; -motd { +Motd { host = "*.com"; file = "net_com.motd"; }; -motd { +Motd { host = "Telefonica"; file = "telefonica.motd"; }; # A different MOTD for ourselves, where we point out that the helpdesk # better not be bothered with questions regarding irc... -motd { - host = "*.london.ac.uk"; - file = "london.motd"; +Motd { + host = "*.irc-dev.net"; + file = "irc-dev.motd"; }; # [Server] @@ -493,7 +495,7 @@ # The realname field lets you ban by realname... Kill { - host = "*sub7*"; + realname = "*sub7*"; reason = "You are infected with a Trojan"; }; @@ -510,7 +512,7 @@ # server links is provided for ircd to decide what links to allow, what # to let humans do themselves, and what links to (forcefully) disallow. # -# The Connect blocks +# The "Connect" blocks # define what servers the server connect to, and which servers are # allowed to connect. # Connect { @@ -524,11 +526,11 @@ # 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). +# server. (See "Class" blocks for more informationa about auto-connects). # # Our primary uplink. Connect { - name = "gmsis.irc-dev.net"; + name = "devel.irc-dev.net"; host = "1.2.3.4"; password = "passwd"; port = 4400; @@ -536,11 +538,11 @@ }; -# [crule] +# [Crule] # # For an advanced, real-time rule-based routing decision making system -# you can use crule blocks. For more information, see doc/readme.crules. -# CRULE +# you can use "Crule" blocks. For more information, see doc/*/crules.txt. +# Crule # { # server = "servermask"; # rule = "connectrule"; @@ -548,19 +550,19 @@ # # applies to autoconnects. # all = yes; # }; -CRULE +Crule { server = "*.US.irc-dev.net"; rule = "connected(*.US.irc-dev.net)"; }; -CRULE +Crule { server = "*.EU.irc-dev.net"; rule = "connected(Vigo.ES.EU.*)"; }; # The following block is recommended for leaf servers: -CRULE +Crule { server = "*"; rule = "directcon(*)"; @@ -587,7 +589,7 @@ # name = "opername"; # password = "encryptedpass"; # class = "classname"; -# # You can also set any operator privilege; see the Class block +# # You can also set any operator privilege; see the "Class" block # # documentation for details. A privilege defined for a single # # Operator will override the privilege settings for the Class # # and the default setting. @@ -614,15 +616,15 @@ class = "Opers"; }; -# Note that the <connection class> is optional, but leaving it away -# puts the opers in class "default", which usually only accepts one -# connection at a time. If you want users to Oper up more then once per -# block, then use a connection class that allows more then one connection, -# for example (using class Local as in the example above): +# Note that the "class" field is optional, but leaving it away puts the +# opers in class "default", which usually only accepts one connection at +# a time. If you want users to Oper up more then once per block, then use +# a connection class that allows more then one connection, for example +# (using class Local as in the example above): # # Once you OPER your connection class changes no matter where you are or # your previous connection classes. If the defined connection class is -# Local for the operator block, then your new connection class is Local. +# Local for the "Operator" block, then your new connection class is Local. # [Port] # When your server gets more full, you will notice delays when trying to @@ -704,12 +706,12 @@ nick = "X...@ch..."; }; -# [features] +# [Features] # IRC servers have a large number of options and features. Most of these # are set at compile time through the use of #define's--see "make config" # for more details--but we are working to move many of these into the # configuration file. Features let you configure these at runtime. -# You only need one feature block in which you use +# You only need one "features" block in which you use # "featurename" = "value1" , "value2", ..., "valuen-1", "valuen"; # # The entire purpose of F:lines are so that you do not have to recompile @@ -720,7 +722,7 @@ # be found at doc/*/features.txt and the logging documentation can be found # at doc/*/log.txt. The defaults used by the IRC-Dev.Net network are below. # -features +Features { # "LOG" = "SYSTEM:FILE:ircd.log"; # "LOG" = "SYSTEM:LEVEL:CRIT"; @@ -838,7 +840,7 @@ # Well, you have now reached the end of this sample configuration # file. If you have any questions, visit http://www.irc-dev.net, -# or join the channel #irc-dev at IRC-Hispano or Undernet, and feel :-) +# or join the channel #irc-dev at Undernet, and feel :-) # # Upgrades of the ircd can be found via CVS or download on # http://www.irc-dev.net ----------------------- End of diff ----------------------- |