]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/ngircd-test1.conf
Test suite: Don't use DNS lookups
[ngircd-alex.git] / src / testsuite / ngircd-test1.conf
index a12873fb69105911a3579c323dd3c4281e1f9452..4dec5330ecc680ecae6c44f9008a2c5546417724 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
@@ -22,7 +30,7 @@
        PeerPassword = pwd2
 
 [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-