From: Joseph Bongaarts Date: Tue, 11 Apr 2000 23:19:17 +0000 (+0000) Subject: Author: Ghostwolf X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=223f4e25b5bd3fc58c7185bd2d9e2e5ed62ddcf0;p=ircu2.10.12-pk.git Author: Ghostwolf Log message: Fixed typos, email addresses, and changed Y:line unfo in example.conf to closer reflect reality. git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@150 c9e4aea6-c8fd-4c43-8297-357d70d61c8c --- diff --git a/doc/Authors b/doc/Authors index 2d85f30..6a270bc 100644 --- a/doc/Authors +++ b/doc/Authors @@ -141,7 +141,7 @@ UNDERNET (1991 - 1999) -------- The Undernet versions (TSpre8, u2.9 and u2.10) are based on ircd-2.8.10 and -contain thousands of hours of work by Carlo Wood +contain thousands of hours of work by Carlo Wood (Run on IRC). The number of protocol enhancements, changes and additions that have been added are too many to summarize. All patches are kept in the cvs repository at http://coder-com.undernet.org/. Discussions on this @@ -161,7 +161,7 @@ Cym Derrick Ensor flux -Ghostwolf +Ghostwolf Gte- Isomer Jamey diff --git a/doc/Configure.help b/doc/Configure.help index b9e675a..7ade6af 100644 --- a/doc/Configure.help +++ b/doc/Configure.help @@ -621,30 +621,6 @@ INT_LOCAL Well if you got this far and still need help, then I think you should go back and specify 'n' at the question "Do you want to use syslog". -Use m4 as a preprocessor on CPATH -M4_PREPROC - If you use m4 macro's in your "ircd.conf" file, then you need to specify 'y', - which will enable m4 preprocessing of the "ircd.conf" file. - If you are unsure specify 'n'. Note using m4 macros has often lead to - problems (passwords or server names that match a macro name for instance), - while the benefits of using m4 are highly doubtful. Unless you are - already a m4 wizard and insist on using it I recommend to specify 'n' here. - -Use crypted passwords for N: lines -CRYPT_LINK_PASSWORD - In order to allow other servers to connect to you, you need to specify - two configuration lines in the "ircd.conf" configuration file (CPATH). - Each of these lines contains a password; the C: line is used for connecting - to a remote server and contains the password that is sent to the remote - server for authentication, thus this password must be in plain text. - The other is the N: line and contains the password that the remote server - is sending to you. For security reasons it is advised to store this - password in DES encrypted form. If you specify 'y' here, you will be - allowed to use the DES encrypted password in the password field of the - N: line, see doc/example.conf for more details. Note that you should - use *different* passwords in the C: and N: lines respectively for obvious - reasons. - Use crypted passwords for operators CRYPT_OPER_PASSWORD In order to allow certain users to become IRC OPERators, they must @@ -720,16 +696,6 @@ MAXCONNECTIONS hacking. Find an experienced admin with the same Operating System and ask him what the maximum is and how to achieve it. -Default client listen port -PORTNUM - This is the default listen port. You can specify more listen ports - in the "ircd.conf" file with 'P: lines'; see doc/example.conf for more - details on P: lines. Note that /stats p currently only shows P: lines, - which might be a reason for you to use a less often used value here. - Note that there is actually no difference between client and server - listen ports, but it is good practice to separate them for statistical - purpose (bandwidth usage statistics). - Nickname history length NICKNAMEHISTORYLENGTH This value specifies the length of the nick name history list, which diff --git a/doc/example.conf b/doc/example.conf index bbc0e82..5bcc393 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -69,14 +69,31 @@ A:The University of London:Undernet IRC server:IRC Admins # Take the following Y: lines only as a guide. # Y::::: +# 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 +# condition is satisfied. This is a Bad Thing(tm). + +# has different meanings for clients and servers. +# For clients, it is the total number of connections allowed for the class. +# Thus, if it is set to 100, then up to 100 clients can connect in that class. + +# Auto-connecting +# For servers, is the number of remote servers, in that class, that the +# server will attempt to be connected to. The server will initiate auto connections +# until it is connected to remote servers. This field DOES NOT limit +# the total number of servers that can be manually connected. +# To turn off auto connecting, should be set to 0. +# Note that MAXIMUM_LINKS (defined in make config) sets a hard limit on the number +# of servers that can be connected and still have the server attempt auto-connections. +# It is usually set to 1, which means a server will not attempt auto connects with a server +# already connected, regardless of how the Y:lines are set up. + # Server classes: 90 = all your uplinks for who you do not wish to hub; -# else in classes 80 and/or 70. -# 50 = leaf servers (only used if your server is a hub) +# 80 = leaf servers (only used if your server is a hub) -Y:90:90:300:1:1700000 -Y:80:90:300:1:1700000 -Y:70:90:300:1:1700000 -Y:50:90:300:10:1700000 +Y:90:90:300:1:9000000 +Y:80:90:300:0:9000000 # Client classes. 10 = locals; 2 = for all .net and .com that are not # in Europe; 1 = for everybody. @@ -246,8 +263,10 @@ k:192.168.*:!klines/martians:* # allowed to connect. # C::::: # -# If the "port" field is omitted, the server will not attempt to -# establish a link with that server ("not autoconnecting"). +# 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 Y:lines for more informationa about auto-connects). # Our primary uplink. C:1.2.3.4:passwd:Amsterdam.NL.Eu.UnderNet.org:4400:90 diff --git a/doc/readme.www b/doc/readme.www index b6508a0..3991536 100644 --- a/doc/readme.www +++ b/doc/readme.www @@ -14,7 +14,7 @@ world wide web pages: http://www.user-com.undernet.org/documents/aup.html * Operator Etiquette: - http://http://www.user-com.undernet.org/documents/operman.html + http://www.user-com.undernet.org/documents/operman.html * New server links & Routing info: http://routing-com.undernet.org/ diff --git a/doc/snomask.html b/doc/snomask.html index 68ddc65..3fef184 100644 --- a/doc/snomask.html +++ b/doc/snomask.html @@ -7,7 +7,7 @@

SNOMASK - Server Notice Masks

-Written by Ghostwolf 18th June 1997
+Written by Ghostwolf 18th June 1997
Modified with permission by loki 12th November 1997