X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftestsuite%2Fngircd-test1.conf;h=5cb7db7c7ad45dab1c4fc28e80e8527eb1872e8b;hp=299bf7ca2b1df0467dae95e82c4c7da62a4ee7c6;hb=afb59ab8e5ccf5d48c78dab53e8ec64d21829a8d;hpb=7ad167f4c43948f19125123a27dbe68a93e863b8 diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf index 299bf7ca..5cb7db7c 100644 --- a/src/testsuite/ngircd-test1.conf +++ b/src/testsuite/ngircd-test1.conf @@ -1,16 +1,25 @@ # 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 +[Options] + OperCanUseMode = yes + Ident = no + IncludeDir = /var/empty + DNS = no + PAM = no + [Operator] Name = TestOp Password = 123 @@ -20,8 +29,13 @@ MyPassword = pwd1 PeerPassword = pwd2 +[Server] + Name = ngircd.test.server3 + MyPassword = pwd1 + PeerPassword = pwd3 + [Channel] - Name = #InviteChannel + Name = InviteChannel Modes = i [Channel] @@ -34,10 +48,18 @@ 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-