about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2002-12-18 12:19:07 +0000
committerAlexander Barton <alex@barton.de>2002-12-18 12:19:07 +0000
commit03d5fd6cb76ab0a7f008e6370be2248f6c0241d8 (patch)
tree3ab751a8d309e8786db82f927f02114cc02fe446 /doc
parent3a811ef5639346f6151a01f4b1bd0f85e0bb5c80 (diff)
downloadngircd-03d5fd6cb76ab0a7f008e6370be2248f6c0241d8.tar.gz
ngircd-03d5fd6cb76ab0a7f008e6370be2248f6c0241d8.zip
- Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/en/INSTALL15
-rw-r--r--doc/en/sample-ngircd.conf8
-rw-r--r--doc/sample-ngircd.conf8
3 files changed, 22 insertions, 9 deletions
diff --git a/doc/en/INSTALL b/doc/en/INSTALL
index 59ae7656..40704b8b 100644
--- a/doc/en/INSTALL
+++ b/doc/en/INSTALL
@@ -11,6 +11,19 @@
 
                          
 
+0. Upgrade Information
+~~~~~~~~~~~~~~~~~~~~~~
+
+Differences to version 0.5.x
+
+- Starting with version 0.6.0, other servers are identified using asyncronous
+  passwords: therefore the variable "Password" in [Server]-sections has been
+  replaced by "MyPassword" and "PeerPassword".
+
+- New configuration variables, section [Global]: MaxConnections, MaxJoins
+  (see example configuration file "doc/en/sample-ngircd.conf"!).
+
+
 I. Standard-Installation
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -123,4 +136,4 @@ number. In both cases the server exits after the output.
 
 
 -- 
-$Id: INSTALL,v 1.2 2002/05/20 12:02:58 alex Exp $
+$Id: INSTALL,v 1.3 2002/12/18 12:19:07 alex Exp $
diff --git a/doc/en/sample-ngircd.conf b/doc/en/sample-ngircd.conf
index 1abf05d4..477423e8 100644
--- a/doc/en/sample-ngircd.conf
+++ b/doc/en/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.3 2002/12/14 13:32:30 alex Exp $
+# $Id: sample-ngircd.conf,v 1.4 2002/12/18 12:19:07 alex Exp $
 
 #
 # This is a sample configuration for the ngIRCd, which must adept to the
@@ -98,12 +98,12 @@
 	# ngIRCd tries the next one of this group.
 	# ATTENTION: Server-groups will only work if you defined a port!
 	
-	# Hostname of the server
-	;Host = connect-to-host.the.net
-
 	# IRC-name of the server
 	;Name = irc2.the.net
    
+	# Hostname of the server
+	;Host = connect-to-host.the.net
+
 	# Port of the server, to which the ngIRCd should connect. If you
 	# assign no port, the ngIRCd waits for an answer of that server.
 	;Port = 6666
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf
index 41629e1c..6a7c3715 100644
--- a/doc/sample-ngircd.conf
+++ b/doc/sample-ngircd.conf
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.16 2002/12/14 13:32:30 alex Exp $
+# $Id: sample-ngircd.conf,v 1.17 2002/12/18 12:19:07 alex Exp $
 
 #
 # Das ist eine Beispiel-Konfiguration fuer den ngIRCd, die an die
@@ -119,12 +119,12 @@
 	# die Gegenseite angegeben hat!
 	#
 
-	# DNS-Hostname des Servers
-	;Host = connect-to-host.the.net
-
 	# IRC-Name des Servers
 	;Name = irc2.the.net
 
+	# DNS-Hostname des Servers
+	;Host = connect-to-host.the.net
+
 	# Port, zu dem dieser Server eine Verbindung herstellen soll. Wird
 	# kein Port angegeben, so wird auf eine Verbindung der Gegenseite
 	# gewartet.