]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- Dokumentation aktualisiert [asyncrone Server-Passwoerter].
authorAlexander Barton <alex@barton.de>
Tue, 19 Nov 2002 12:50:48 +0000 (12:50 +0000)
committerAlexander Barton <alex@barton.de>
Tue, 19 Nov 2002 12:50:48 +0000 (12:50 +0000)
ChangeLog
doc/en/sample-ngircd.conf
doc/sample-ngircd.conf

index ca761bd7a79b500c047603e2aaa7eb0f3a76985e..86253c87a6c61b0f0b61856309ab4c1df3b4ad59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,10 @@ ngIRCd CVS-HEAD
     unter A/UX wieder zu anderen verbinden.
   - Test-Suite und Dokumentation an A/UX angepasst.
   - unter HP-UX definiert das configure-Script nun _XOPEN_SOURCE_EXTENDED.
     unter A/UX wieder zu anderen verbinden.
   - Test-Suite und Dokumentation an A/UX angepasst.
   - unter HP-UX definiert das configure-Script nun _XOPEN_SOURCE_EXTENDED.
+  - Server identifizieren sich nun mit asyncronen Passwoertern, d.h. das
+    Passwort, welches A an B schickt, kann ein anderes sein als das, welches
+    B als Antwort an A sendet. In der Konfig.-Datei, Abschnitt "Server",
+    wurde "Password" dazu durch "MyPassword" und "PeerPassword" ersetzt.
 
 ngIRCd 0.5.3, 08.11.2002
 
 
 ngIRCd 0.5.3, 08.11.2002
 
@@ -326,4 +330,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
 
 
 -- 
-$Id: ChangeLog,v 1.120 2002/11/15 22:08:30 alex Exp $
+$Id: ChangeLog,v 1.121 2002/11/19 12:50:48 alex Exp $
index 1c174487c6df4dc8e135eafc72b6f0692eb9551a..edde4a99449253990a2bbf76095cba2b9d5bf7b3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.1 2002/11/08 23:24:54 alex Exp $
+# $Id: sample-ngircd.conf,v 1.2 2002/11/19 12:50:48 alex Exp $
 
 #
 # This is a sample configuration for the ngIRCd, which must adept to the
 
 #
 # This is a sample configuration for the ngIRCd, which must adept to the
        # assign no port, the ngIRCd waits for an answer of that server.
        ;Port = 6666
 
        # assign no port, the ngIRCd waits for an answer of that server.
        ;Port = 6666
 
-       # Password for the connection
-       ;Password = ThePwd1
+       # Own password for the connection. This password has to be configured
+       # as "PeerPassword" on the other server.
+       ;MyPassword = MySecret
+
+       # Foreign password for this connection. This password has to be
+       # configured as "MyPassword" on the other server.
+       ;PeerPassword = PeerSecret
        
        # Group of that server (optional)
        ;Group = 123
        
        # Group of that server (optional)
        ;Group = 123
index 49984e54c99b0d8054cf2a68873eec98f208369a..6188ae8ee5677d8f5b0a73372fb24e7a9a43440f 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: sample-ngircd.conf,v 1.14 2002/11/08 23:24:54 alex Exp $
+# $Id: sample-ngircd.conf,v 1.15 2002/11/19 12:50:48 alex Exp $
 
 #
 # Das ist eine Beispiel-Konfiguration fuer den ngIRCd, die an die
 
 #
 # Das ist eine Beispiel-Konfiguration fuer den ngIRCd, die an die
        # die Gegenseite angegeben hat!
        #
 
        # die Gegenseite angegeben hat!
        #
 
-       # Hostname des Servers
+       # DNS-Hostname des Servers
        ;Host = connect-to-host.the.net
 
        # IRC-Name des Servers
        ;Host = connect-to-host.the.net
 
        # IRC-Name des Servers
        # gewartet.
        ;Port = 6666
 
        # gewartet.
        ;Port = 6666
 
-       # Passwort fuer diese Verbindung
-       ;Password = ThePwd1
+       # Eigenes Passwort fuer diese Verbindung. Dieses Passwort muss auf
+       # dem anderen Server als "PeerPassword" konfiguriert werden.
+       ;MyPassword = MySecret
+
+       # Passwort des Peer-Servers fuer diese Verbindung. Dieses Passwort
+       # muss auf dem anderen Server als "MyPassword" konfiguriert sein.
+       ;PeerPassword = PeerSecret
 
        # Gruppe, zu der dieser Server gehoert (optional).
        ;Group = 123
 
        # Gruppe, zu der dieser Server gehoert (optional).
        ;Group = 123