]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/ngircd-test1.conf
Test suite: Add new test for server-server logins
[ngircd-alex.git] / src / testsuite / ngircd-test1.conf
index a12873fb69105911a3579c323dd3c4281e1f9452..5cb7db7c7ad45dab1c4fc28e80e8527eb1872e8b 100644 (file)
@@ -1,16 +1,24 @@
 # ngIRCd test suite
-# configuration file for test server #2
+# configuration file for test server #1
 
 [Global]
        Name = ngircd.test.server
        Info = ngIRCd Test-Server 1
+       Listen = 127.0.0.1
        Ports = 6789
        MotdFile = ngircd-test1.motd
        AdminEMail = admin@irc.server
+
+[Limits]
        MaxConnectionsIP = 0
-       OperCanUseMode = yes
        MaxJoins = 4
-       NoIdent = yes
+
+[Options]
+       OperCanUseMode = yes
+       Ident = no
+       IncludeDir = /var/empty
+       DNS = no
+       PAM = no
 
 [Operator]
        Name = TestOp
        MyPassword = pwd1
        PeerPassword = pwd2
 
+[Server]
+       Name = ngircd.test.server3
+       MyPassword = pwd1
+       PeerPassword = pwd3
+
 [Channel]
-       Name = #InviteChannel
+       Name = InviteChannel
        Modes = i
 
 [Channel]
        Name = #TopicChannel
        Modes = t
        Topic = the topic
-       
+
 [Channel]
        Name = #SecretChannel
        Modes = s
        Topic = A secret Channel
 
+[Channel]
+       Name = &LocalChannel
+       Topic = A local Channel
+
+[Channel]
+       Name = +ModelessChannel
+       Topic = A modeless Channel
+
 # -eof-