aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorAdam Frisby2008-05-14 16:51:16 +0000
committerAdam Frisby2008-05-14 16:51:16 +0000
commitc9c016e26a6d73a0bea1cbdc66fbc2595f58bf94 (patch)
tree861da7c88027fcd1264fbed23316845f10e0f985 /bin
parentfix for a change in inventory that meant I was returning a lot (diff)
downloadopensim-SC_OLD-c9c016e26a6d73a0bea1cbdc66fbc2595f58bf94.zip
opensim-SC_OLD-c9c016e26a6d73a0bea1cbdc66fbc2595f58bf94.tar.gz
opensim-SC_OLD-c9c016e26a6d73a0bea1cbdc66fbc2595f58bf94.tar.bz2
opensim-SC_OLD-c9c016e26a6d73a0bea1cbdc66fbc2595f58bf94.tar.xz
* Applying patches from Melanie to cover permissions module. Thanks!
Diffstat (limited to 'bin')
-rw-r--r--bin/HttpServer.dllbin0 -> 124928 bytes
-rw-r--r--bin/OpenSim.ini.example2
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/HttpServer.dll b/bin/HttpServer.dll
new file mode 100644
index 0000000..da1149c
--- /dev/null
+++ b/bin/HttpServer.dll
Binary files differ
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 2725bd0..62c03f0 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -72,6 +72,8 @@ physics = basicphysics
72 72
73startup_console_commands_file = "startup_commands.txt" 73startup_console_commands_file = "startup_commands.txt"
74shutdown_console_commands_file = "shutdown_commands.txt" 74shutdown_console_commands_file = "shutdown_commands.txt"
75
76;permissionmodules = "DefaultPermissionsModule"
75serverside_object_permissions = false 77serverside_object_permissions = false
76 78
77; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true. 79; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.