about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test.conf
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-11-13 22:46:06 +0100
committerAlexander Barton <alex@barton.de>2008-11-13 22:46:06 +0100
commit7ad167f4c43948f19125123a27dbe68a93e863b8 (patch)
tree465e4285ba654eaecefe818c08586c3dbbdf1788 /src/testsuite/ngircd-test.conf
parent920d0636ff5741cb191f895e97ad151186701816 (diff)
downloadngircd-7ad167f4c43948f19125123a27dbe68a93e863b8.tar.gz
ngircd-7ad167f4c43948f19125123a27dbe68a93e863b8.zip
Test suite: start two servers and test server-server links
I changed the test suite to start two test servers (on port 6789 and 6790),
so server-server links can be tested as well for which I included the new
test script "server-link-test.e".

In addition the documentation of the test suite (src/testsuite/README) has
been updated and is more complete now.
Diffstat (limited to 'src/testsuite/ngircd-test.conf')
-rw-r--r--src/testsuite/ngircd-test.conf37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/testsuite/ngircd-test.conf b/src/testsuite/ngircd-test.conf
deleted file mode 100644
index 4d918e0e..00000000
--- a/src/testsuite/ngircd-test.conf
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: ngircd-test.conf,v 1.6 2008/02/17 00:00:13 fw Exp $
-
-[Global]
-	Name = ngircd.test.server
-	Info = ngIRCd Test-Server
-	Ports = 6789
-	MotdFile = ngircd-test.motd
-	AdminEMail = admin@irc.server
-	MaxConnectionsIP = 0
-	OperCanUseMode = yes
-	MaxJoins = 4
-
-[Operator]
-	Name = TestOp
-	Password = 123
-
-[CHANNEL]
-	Name = #InviteChannel
-	Modes = i
-
-[CHANNEL]
-	Name = #FullKeyed
-	Modes = lk
-	MaxUsers = 0
-	Key = Secret
-
-[CHANNEL]
-	Name = #TopicChannel
-	Modes = t
-	Topic = the topic
-	
-[CHANNEL]
-	Name = #SecretChannel
-	Modes = s
-	Topic = A secret Channel
-
-# -eof-