Author: Ghostwolf <foxxe@trms.com>
authorJoseph Bongaarts <foxxe@wtfs.net>
Tue, 11 Apr 2000 23:19:17 +0000 (23:19 +0000)
committerJoseph Bongaarts <foxxe@wtfs.net>
Tue, 11 Apr 2000 23:19:17 +0000 (23:19 +0000)
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

doc/Authors
doc/Configure.help
doc/example.conf
doc/readme.www
doc/snomask.html

index 2d85f303a272d6207b8a55f4f4148deb66b1f655..6a270bccc092922e4a3932d1dd191b9b6730e3fc 100644 (file)
@@ -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 <carlo@runaway.xs4all.nl>
+contain thousands of hours of work by Carlo Wood <carlo@alinoe.com>
 (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 <cym@acrux.net>
 Derrick <dirk@servtech.com>
 Ensor <dholmes@rahul.net>
 flux <cmlambertus@ucdavis.edu>
-Ghostwolf <foxxe@wolfspirit.org>
+Ghostwolf <foxxe@trms.com>
 Gte- <gte@atomicrevs.demon.co.uk>
 Isomer <isomer@coders.net>
 Jamey <woodjr@durrance.Colorado.EDU>
index b9e675a1799bbacb9796e39d92bab6e771ee184c..7ade6afe3f99ed33675b09cdc0683cc93952cd9e 100644 (file)
@@ -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
index bbc0e82726e6e9f57344255596c478d549f76b8a..5bcc3939a2f96d5cc789e095f370bade529c2c17 100644 (file)
@@ -69,14 +69,31 @@ A:The University of London:Undernet IRC server:IRC Admins <irc@london.ac.uk>
 # Take the following Y: lines only as a guide.
 # Y:<class>:<ping freq>:<connect freq>:<maximum links>:<sendq size>
 
+# <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).
+
+# <maximum links> 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, <maximum links> 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 <maximum links> remote servers. This field DOES NOT limit
+# the total number of servers that can be manually connected.
+# To turn off auto connecting, <maximum links> 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:<remote hostname or IP>:<password>:<remote server name>:<port>:<class>
 #
-# 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
index b6508a0c72899dd6b77fe7851c20d7a15e3de7a7..3991536f550b8759159bfc4ab9c1b3655194f578 100644 (file)
@@ -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/
index 68ddc6543c64a421103627cddc94f5fd39ff99f5..3fef184a4c3a18e27a89ed996092e87690b5b97c 100644 (file)
@@ -7,7 +7,7 @@
 <font face="arial">\r
 <h2>SNOMASK - Server Notice Masks</h2></font>\r
 <font face="arial" size="2">\r
-Written by <a href="mailto:foxxe@wolfspirit.org">Ghostwolf</a> 18th June 1997<br>\r
+Written by <a href="mailto:foxxe@trms.com">Ghostwolf</a> 18th June 1997<br>\r
 Modified with permission by <a href="mailto:loki@undernet.org">loki</a> 12th November 1997\r
 </center>\r
 <p><hr width="80%" noshade>\r