diff options
author | Melanie | 2010-12-17 22:50:25 +0000 |
---|---|---|
committer | Melanie | 2010-12-17 22:50:25 +0000 |
commit | a82112a47cc9285629fd11c5e75586532c26aef0 (patch) | |
tree | 48e2de146a91f31973578a6706188bf2d6477a11 /bin | |
parent | Fix notecards that end with an embedded object causing an exception (diff) | |
parent | Fix notecards that end with an embedded object causing an exception (diff) | |
download | opensim-SC-a82112a47cc9285629fd11c5e75586532c26aef0.zip opensim-SC-a82112a47cc9285629fd11c5e75586532c26aef0.tar.gz opensim-SC-a82112a47cc9285629fd11c5e75586532c26aef0.tar.bz2 opensim-SC-a82112a47cc9285629fd11c5e75586532c26aef0.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'bin')
-rw-r--r-- | bin/AprSharp.dll | bin | 65536 -> 0 bytes | |||
-rw-r--r-- | bin/AprSharp.pdb | bin | 173568 -> 0 bytes | |||
-rw-r--r-- | bin/Mono.GetOptions.dll | bin | 46080 -> 0 bytes | |||
-rw-r--r-- | bin/OpenSim.ini.example | 22 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 17 | ||||
-rw-r--r-- | bin/SubversionSharp.dll | bin | 147456 -> 0 bytes | |||
-rw-r--r-- | bin/SubversionSharp.pdb | bin | 407040 -> 0 bytes | |||
-rw-r--r-- | bin/intl3_svn.dll | bin | 34304 -> 0 bytes | |||
-rw-r--r-- | bin/libapr.dll | bin | 167936 -> 0 bytes | |||
-rw-r--r-- | bin/libapr.pdb | bin | 896000 -> 0 bytes | |||
-rw-r--r-- | bin/libapriconv.dll | bin | 30720 -> 0 bytes | |||
-rw-r--r-- | bin/libapriconv.pdb | bin | 191488 -> 0 bytes | |||
-rw-r--r-- | bin/libaprutil.dll | bin | 237568 -> 0 bytes | |||
-rw-r--r-- | bin/libaprutil.pdb | bin | 707584 -> 0 bytes | |||
-rw-r--r-- | bin/libdb44d.dll | bin | 1482752 -> 0 bytes | |||
-rw-r--r-- | bin/libeay32.dll | bin | 1019904 -> 0 bytes | |||
-rw-r--r-- | bin/ssleay32.dll | bin | 196608 -> 0 bytes | |||
-rw-r--r-- | bin/svn_client-1.dll | bin | 1142784 -> 0 bytes |
18 files changed, 15 insertions, 24 deletions
diff --git a/bin/AprSharp.dll b/bin/AprSharp.dll deleted file mode 100644 index b5035d5..0000000 --- a/bin/AprSharp.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/AprSharp.pdb b/bin/AprSharp.pdb deleted file mode 100644 index 67e0f07..0000000 --- a/bin/AprSharp.pdb +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/Mono.GetOptions.dll b/bin/Mono.GetOptions.dll deleted file mode 100644 index f146ca6..0000000 --- a/bin/Mono.GetOptions.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 988831f..7245bee 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -622,16 +622,21 @@ | |||
622 | ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse | 622 | ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse |
623 | ; Module = Default | 623 | ; Module = Default |
624 | 624 | ||
625 | ;# {MessagingEnabled} {Module:GroupsModule} {Is groups messaging enabled?} {true false} true | ||
626 | ; MessagingEnabled = true | ||
625 | 627 | ||
626 | ;; Service connectors to the Groups Service. Select one depending on | 628 | ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule} GroupsMessagingModule |
627 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | 629 | ; MessagingModule = GroupsMessagingModule |
628 | 630 | ||
629 | ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups?} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector | 631 | ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector |
630 | ;; The service connector to use for the GroupsModule | 632 | ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on |
633 | ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend | ||
631 | ; ServicesConnectorModule = SimianGroupsServicesConnector | 634 | ; ServicesConnectorModule = SimianGroupsServicesConnector |
632 | 635 | ||
633 | ;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI?} {} | 636 | ;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI} {} |
634 | ;; URI for the groups services | 637 | ;; URI for the groups services |
638 | ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc | ||
639 | ;; or http://mygridserver.com:82/Grid/ for SimianGrid | ||
635 | ; GroupsServerURI = "" | 640 | ; GroupsServerURI = "" |
636 | 641 | ||
637 | ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true | 642 | ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true |
@@ -641,13 +646,8 @@ | |||
641 | ;; This makes the Groups modules very chatty on the console. | 646 | ;; This makes the Groups modules very chatty on the console. |
642 | ; DebugEnabled = false | 647 | ; DebugEnabled = false |
643 | 648 | ||
644 | ;; Specify which messaging module to use for groups messaging and if it's | ||
645 | ;; enabled | ||
646 | ; MessagingModule = GroupsMessagingModule | ||
647 | ; MessagingEnabled = true | ||
648 | |||
649 | ;; XmlRpc Security settings. These must match those set on your backend | 649 | ;; XmlRpc Security settings. These must match those set on your backend |
650 | ;; groups service. | 650 | ;; groups service if the service is using these keys |
651 | ; XmlRpcServiceReadKey = 1234 | 651 | ; XmlRpcServiceReadKey = 1234 |
652 | ; XmlRpcServiceWriteKey = 1234 | 652 | ; XmlRpcServiceWriteKey = 1234 |
653 | 653 | ||
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 9cfac98..8437ece 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -906,17 +906,6 @@ | |||
906 | PriceParcelRent = 1 | 906 | PriceParcelRent = 1 |
907 | 907 | ||
908 | 908 | ||
909 | [SVN] | ||
910 | Enabled = false | ||
911 | Directory = SVNmodule\repo | ||
912 | URL = "svn://your.repo.here/" | ||
913 | Username = "user" | ||
914 | Password = "password" | ||
915 | ImportOnStartup = false | ||
916 | Autosave = false | ||
917 | AutoSavePeriod = 15 ; Number of minutes between autosave backups | ||
918 | |||
919 | |||
920 | [XEngine] | 909 | [XEngine] |
921 | ; Enable this engine in this OpenSim instance | 910 | ; Enable this engine in this OpenSim instance |
922 | Enabled = true | 911 | Enabled = true |
@@ -1115,10 +1104,12 @@ | |||
1115 | ; May represent a security risk if you disable this. | 1104 | ; May represent a security risk if you disable this. |
1116 | OwnerOnly = true | 1105 | OwnerOnly = true |
1117 | 1106 | ||
1107 | |||
1118 | [Hypergrid] | 1108 | [Hypergrid] |
1119 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1109 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |
1120 | safemode = false | 1110 | safemode = false |
1121 | 1111 | ||
1112 | |||
1122 | [VivoxVoice] | 1113 | [VivoxVoice] |
1123 | ; The VivoxVoice module will allow you to provide voice on your | 1114 | ; The VivoxVoice module will allow you to provide voice on your |
1124 | ; region(s). It uses the same voice technology as the LL grid and | 1115 | ; region(s). It uses the same voice technology as the LL grid and |
@@ -1177,6 +1168,7 @@ | |||
1177 | ; - a value between 0 and 160, default is 10 | 1168 | ; - a value between 0 and 160, default is 10 |
1178 | ;vivox_channel_clamping_distance = 10 | 1169 | ;vivox_channel_clamping_distance = 10 |
1179 | 1170 | ||
1171 | |||
1180 | [Groups] | 1172 | [Groups] |
1181 | Enabled = false | 1173 | Enabled = false |
1182 | 1174 | ||
@@ -1208,7 +1200,7 @@ | |||
1208 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector | 1200 | ;ServicesConnectorModule = XmlRpcGroupsServicesConnector |
1209 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php | 1201 | ;GroupsServerURI = http://yourxmlrpcserver.com/xmlrpc.php |
1210 | 1202 | ||
1211 | ; XmlRpc Security settings. These must match those set on your backend groups service. | 1203 | ; XmlRpc Security settings. These must match those set on your backend groups service if the service is using these keys |
1212 | ;XmlRpcServiceReadKey = 1234 | 1204 | ;XmlRpcServiceReadKey = 1234 |
1213 | ;XmlRpcServiceWriteKey = 1234 | 1205 | ;XmlRpcServiceWriteKey = 1234 |
1214 | 1206 | ||
@@ -1268,4 +1260,3 @@ | |||
1268 | 1260 | ||
1269 | [Modules] | 1261 | [Modules] |
1270 | Include-modules = "addon-modules/*/config/*.ini" | 1262 | Include-modules = "addon-modules/*/config/*.ini" |
1271 | |||
diff --git a/bin/SubversionSharp.dll b/bin/SubversionSharp.dll deleted file mode 100644 index 944de1d..0000000 --- a/bin/SubversionSharp.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/SubversionSharp.pdb b/bin/SubversionSharp.pdb deleted file mode 100644 index 19e54ae..0000000 --- a/bin/SubversionSharp.pdb +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/intl3_svn.dll b/bin/intl3_svn.dll deleted file mode 100644 index 527d8e9..0000000 --- a/bin/intl3_svn.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libapr.dll b/bin/libapr.dll deleted file mode 100644 index c22746a..0000000 --- a/bin/libapr.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libapr.pdb b/bin/libapr.pdb deleted file mode 100644 index 2e5ae0c..0000000 --- a/bin/libapr.pdb +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libapriconv.dll b/bin/libapriconv.dll deleted file mode 100644 index fc95a51..0000000 --- a/bin/libapriconv.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libapriconv.pdb b/bin/libapriconv.pdb deleted file mode 100644 index 0e92adc..0000000 --- a/bin/libapriconv.pdb +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libaprutil.dll b/bin/libaprutil.dll deleted file mode 100644 index 2e2a0c1..0000000 --- a/bin/libaprutil.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libaprutil.pdb b/bin/libaprutil.pdb deleted file mode 100644 index de862ef..0000000 --- a/bin/libaprutil.pdb +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libdb44d.dll b/bin/libdb44d.dll deleted file mode 100644 index 0b975b7..0000000 --- a/bin/libdb44d.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/libeay32.dll b/bin/libeay32.dll deleted file mode 100644 index 3eacd76..0000000 --- a/bin/libeay32.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/ssleay32.dll b/bin/ssleay32.dll deleted file mode 100644 index e852b1b..0000000 --- a/bin/ssleay32.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/svn_client-1.dll b/bin/svn_client-1.dll deleted file mode 100644 index f258bc6..0000000 --- a/bin/svn_client-1.dll +++ /dev/null | |||
Binary files differ | |||