From 23d478f2fa06d1dedabfb24cf6ff763b586173ce Mon Sep 17 00:00:00 2001
From: Kunnis
Date: Sun, 9 Aug 2009 02:01:21 -0500
Subject: Adding in Reflection-based testing, to ensure that all properties are
covered.
---
bin/OpenSim.Data.NHibernate.Tests.dll.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/OpenSim.Data.NHibernate.Tests.dll.config b/bin/OpenSim.Data.NHibernate.Tests.dll.config
index a3f681d..9b3231f 100644
--- a/bin/OpenSim.Data.NHibernate.Tests.dll.config
+++ b/bin/OpenSim.Data.NHibernate.Tests.dll.config
@@ -26,7 +26,7 @@
-
+
--
cgit v1.1
From cef16bec6dabc90fdccf82f755d24683d834208b Mon Sep 17 00:00:00 2001
From: Melanie
Date: Mon, 17 Aug 2009 08:45:20 +0100
Subject: Add the OpenSim.ConsoleClient app. Usage: OpenSim.ConsoleClient -h
-p -u -P host defaults to localhost, port
defaults to 8003.
---
bin/OpenSim.ConsoleClient.exe.config | 33 +++++++++++++++++++++++++++++++++
bin/OpenSim.ConsoleClient.ini.example | 1 +
2 files changed, 34 insertions(+)
create mode 100644 bin/OpenSim.ConsoleClient.exe.config
create mode 100644 bin/OpenSim.ConsoleClient.ini.example
(limited to 'bin')
diff --git a/bin/OpenSim.ConsoleClient.exe.config b/bin/OpenSim.ConsoleClient.exe.config
new file mode 100644
index 0000000..c2d93c0
--- /dev/null
+++ b/bin/OpenSim.ConsoleClient.exe.config
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.ConsoleClient.ini.example b/bin/OpenSim.ConsoleClient.ini.example
new file mode 100644
index 0000000..beea7d8
--- /dev/null
+++ b/bin/OpenSim.ConsoleClient.ini.example
@@ -0,0 +1 @@
+[Startup]
--
cgit v1.1
From 24f5bd8a0ba30a93cccb9f1ed7bb31dfab8b945f Mon Sep 17 00:00:00 2001
From: Melanie
Date: Mon, 17 Aug 2009 08:48:37 +0100
Subject: Add the remote console parameters to the example file
---
bin/OpenSim.Server.ini.example | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'bin')
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example
index f0c0de9..aab0566 100644
--- a/bin/OpenSim.Server.ini.example
+++ b/bin/OpenSim.Server.ini.example
@@ -14,6 +14,12 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S
[Network]
port = 8003
+; * The following are for the remote console
+; * They have no effect for the local or basic console types
+; * Leave commented to diable logins to the console
+;ConsoleUser = Test
+;ConsolePass = secret
+
; * As an example, the below configuration precisely mimicks the legacy
; * asset server. It is read by the asset IN connector (defined above)
; * and it then loads the OUT connector (a local database module). That,
--
cgit v1.1
From 3d7bb7567c7452d4a1216db5656d0b02957cf950 Mon Sep 17 00:00:00 2001
From: Melanie
Date: Mon, 17 Aug 2009 09:21:39 +0100
Subject: Add the ability to use -console=rest to the region server. User and
pass are specified the same way as for the ROBUST server
---
bin/OpenSim.ConsoleClient.exe.config | 2 +-
bin/OpenSim.ini.example | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
(limited to 'bin')
diff --git a/bin/OpenSim.ConsoleClient.exe.config b/bin/OpenSim.ConsoleClient.exe.config
index c2d93c0..7aa974c 100644
--- a/bin/OpenSim.ConsoleClient.exe.config
+++ b/bin/OpenSim.ConsoleClient.exe.config
@@ -17,7 +17,7 @@
-
+
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index db993b4..a1532c5 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -292,6 +292,8 @@
LibrariesXMLFile="./inventory/Libraries.xml"
[Network]
+ ConsoleUser = "Test"
+ ConsolePass = "secret"
http_listener_port = 9000
default_location_x = 1000
default_location_y = 1000
--
cgit v1.1