diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/OpenMetaverse.Rendering.Meshmerizer.dll | bin | 20480 -> 20480 bytes | |||
-rwxr-xr-x | bin/OpenMetaverse.StructuredData.dll | bin | 102400 -> 102400 bytes | |||
-rwxr-xr-x | bin/OpenMetaverse.dll | bin | 1716224 -> 1736704 bytes | |||
-rwxr-xr-x | bin/OpenMetaverseTypes.dll | bin | 114688 -> 114688 bytes | |||
-rw-r--r-- | bin/OpenSim.ini.example | 39 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 36 | ||||
-rw-r--r-- | bin/Robust.ini.example | 2 | ||||
-rw-r--r-- | bin/config-include/Grid.ini | 3 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 24 | ||||
-rw-r--r-- | bin/config-include/GridHypergrid.ini | 14 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 3 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 52 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 23 | ||||
-rw-r--r-- | bin/mssql_connection.ini.example | 18 |
15 files changed, 158 insertions, 60 deletions
diff --git a/bin/OpenMetaverse.Rendering.Meshmerizer.dll b/bin/OpenMetaverse.Rendering.Meshmerizer.dll index 6139a9d..a6dec04 100755 --- a/bin/OpenMetaverse.Rendering.Meshmerizer.dll +++ b/bin/OpenMetaverse.Rendering.Meshmerizer.dll | |||
Binary files differ | |||
diff --git a/bin/OpenMetaverse.StructuredData.dll b/bin/OpenMetaverse.StructuredData.dll index e3b729c..ed0a2d6 100755 --- a/bin/OpenMetaverse.StructuredData.dll +++ b/bin/OpenMetaverse.StructuredData.dll | |||
Binary files differ | |||
diff --git a/bin/OpenMetaverse.dll b/bin/OpenMetaverse.dll index 69c4e9b..37ec47a 100755 --- a/bin/OpenMetaverse.dll +++ b/bin/OpenMetaverse.dll | |||
Binary files differ | |||
diff --git a/bin/OpenMetaverseTypes.dll b/bin/OpenMetaverseTypes.dll index cab014d..6f7fbac 100755 --- a/bin/OpenMetaverseTypes.dll +++ b/bin/OpenMetaverseTypes.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c5df0db..813c5b8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -635,50 +635,13 @@ | |||
635 | 635 | ||
636 | ;; You need to load a local service for a standalone, and a remote service | 636 | ;; You need to load a local service for a standalone, and a remote service |
637 | ;; for a grid region. Use one of the lines below, as appropriate | 637 | ;; for a grid region. Use one of the lines below, as appropriate |
638 | ;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section | 638 | ;; If you're using Freeswitch on a standalone then you will also need to configure the [FreeswitchService] section in config-include/StandaloneCommon.ini |
639 | ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService | 639 | ; LocalServiceModule = OpenSim.Services.FreeswitchService.dll:FreeswitchService |
640 | ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector | 640 | ; LocalServiceModule = OpenSim.Services.Connectors.dll:RemoteFreeswitchConnector |
641 | 641 | ||
642 | ;; If using a remote connector, specify the server URL | 642 | ;; If using a remote connector, specify the server URL |
643 | ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi | 643 | ; FreeswitchServiceURL = http://my.grid.server:8004/fsapi |
644 | 644 | ||
645 | |||
646 | [FreeswitchService] | ||
647 | ;; !!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
648 | ;; !!!!!!STANDALONE ONLY!!!!!! | ||
649 | ;; !!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
650 | ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone | ||
651 | ;; This has to be set for the FreeSWITCH service to work | ||
652 | ;ServerAddress = 127.0.0.1 | ||
653 | |||
654 | ;; The following configuration parameters are optional | ||
655 | |||
656 | ;; By default, this is the same as the ServerAddress | ||
657 | ; Realm = 127.0.0.1 | ||
658 | |||
659 | ;; By default, this is the same as the ServerAddress on port 5060 | ||
660 | ; SIPProxy = 127.0.0.1:5060 | ||
661 | |||
662 | ;; Default is 5000ms | ||
663 | ; DefaultTimeout = 5000 | ||
664 | |||
665 | ;; The dial plan context. Default is "default" | ||
666 | ; Context = default | ||
667 | |||
668 | ;; Currently unused | ||
669 | ; UserName = freeswitch | ||
670 | |||
671 | ;; Currently unused | ||
672 | ; Password = password | ||
673 | |||
674 | ;; The following parameters are for STUN = Simple Traversal of UDP through NATs | ||
675 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal | ||
676 | ;; stun.freeswitch.org is not guaranteed to be running so use it in | ||
677 | ;; production at your own risk | ||
678 | ; EchoServer = 127.0.0.1 | ||
679 | ; EchoPort = 50505 | ||
680 | ; AttemptSTUN = false | ||
681 | |||
682 | [Groups] | 645 | [Groups] |
683 | ;# {Enabled} {} {Enable groups?} {true false} false | 646 | ;# {Enabled} {} {Enable groups?} {true false} false |
684 | ;; Enables the groups module | 647 | ;; Enables the groups module |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 53eac02..860e758 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1174,6 +1174,10 @@ | |||
1174 | ; - the third field is a number indicating how many scripts failed to compile | 1174 | ; - the third field is a number indicating how many scripts failed to compile |
1175 | ; - "oar error" if supplied, provides the error message from the OAR load | 1175 | ; - "oar error" if supplied, provides the error message from the OAR load |
1176 | channel_notify = -800 | 1176 | channel_notify = -800 |
1177 | ; - disallow logins while scripts are loading | ||
1178 | login_disable = false | ||
1179 | ; - send an alert as json to a service | ||
1180 | ; alert_uri = "http://myappserver.net/my_handler/" | ||
1177 | 1181 | ||
1178 | 1182 | ||
1179 | [MRM] | 1183 | [MRM] |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 0d79e77..812d265 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -21,7 +21,7 @@ | |||
21 | ; * [[<ConfigName>@]<port>/]<dll name>[:<class name>] | 21 | ; * [[<ConfigName>@]<port>/]<dll name>[:<class name>] |
22 | ; * | 22 | ; * |
23 | [Startup] | 23 | [Startup] |
24 | ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector,8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector" | 24 | ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003/OpenSim.Server.Handlers.dll:XInventoryInConnector,8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector,8003/OpenSim.Server.Handlers.dll:GridServiceConnector,8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector,8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector,8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector,8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector,8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector,8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector,8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector,8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector,8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector,8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector,8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector,HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector,HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector,8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector,8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector,8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" |
25 | 25 | ||
26 | ; * This is common for all services, it's the network setup for the entire | 26 | ; * This is common for all services, it's the network setup for the entire |
27 | ; * server instance, if none is specified above | 27 | ; * server instance, if none is specified above |
@@ -107,6 +107,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
107 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | 107 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" |
108 | 108 | ||
109 | ;; The IP address of your FreeSWITCH server. | 109 | ;; The IP address of your FreeSWITCH server. |
110 | ;; This address must be reachable by viewers. | ||
110 | ; ServerAddress = 127.0.0.1 | 111 | ; ServerAddress = 127.0.0.1 |
111 | 112 | ||
112 | ;; The following configuration parameters are optional | 113 | ;; The following configuration parameters are optional |
@@ -216,6 +217,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
216 | SRV_InventoryServerURI = "http://127.0.0.1:8002" | 217 | SRV_InventoryServerURI = "http://127.0.0.1:8002" |
217 | SRV_AssetServerURI = "http://127.0.0.1:8002" | 218 | SRV_AssetServerURI = "http://127.0.0.1:8002" |
218 | SRV_ProfileServerURI = "http://127.0.0.1:8002/user" | 219 | SRV_ProfileServerURI = "http://127.0.0.1:8002/user" |
220 | SRV_FriendsServerURI = "http://127.0.0.1:8002" | ||
221 | SRV_IMServerURI = "http://127.0.0.1:8002" | ||
219 | 222 | ||
220 | ;; Regular expressions for controlling which client versions are accepted/denied. | 223 | ;; Regular expressions for controlling which client versions are accepted/denied. |
221 | ;; An empty string means nothing is checked. | 224 | ;; An empty string means nothing is checked. |
@@ -316,7 +319,10 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
316 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 319 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
317 | GridService = "OpenSim.Services.GridService.dll:GridService" | 320 | GridService = "OpenSim.Services.GridService.dll:GridService" |
318 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 321 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
319 | 322 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | |
323 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
324 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
325 | |||
320 | ; If you run this user agent server behind a proxy, set this to true | 326 | ; If you run this user agent server behind a proxy, set this to true |
321 | ; HasProxy = false | 327 | ; HasProxy = false |
322 | 328 | ||
@@ -344,3 +350,29 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
344 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 350 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
345 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 351 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
346 | ProfileServerURI = "http://127.0.0.1:8002/user" | 352 | ProfileServerURI = "http://127.0.0.1:8002/user" |
353 | |||
354 | [HGFriendsService] | ||
355 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
356 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
357 | |||
358 | [HGInstantMessageService] | ||
359 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
360 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
361 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
362 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
363 | ; This should always be true in the Robust config | ||
364 | InGatekeeper = True | ||
365 | |||
366 | [Messaging] | ||
367 | ; If you have an Offline IM server, set the vars in this section, so that | ||
368 | ; incomming IMs to local users from foreign grids can be saved | ||
369 | ; | ||
370 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} | ||
371 | ;; URL of web service for offline message storage | ||
372 | ; OfflineMessageURL = http://yourserver/Offline.php | ||
373 | |||
374 | ;; Control whether group messages are forwarded to offline users. | ||
375 | ;; Default is true. | ||
376 | ;; This applies to the core groups module (Flotsam) only. | ||
377 | ; ForwardOfflineGroupMessages = true | ||
378 | |||
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index cc018f8..5d0ec09 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -21,7 +21,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
21 | [Network] | 21 | [Network] |
22 | port = 8003 | 22 | port = 8003 |
23 | 23 | ||
24 | |||
25 | ; HTTPS for "Out of band" management applications such as the remote admin | 24 | ; HTTPS for "Out of band" management applications such as the remote admin |
26 | ; module. May specify https_main = True to make the main http server | 25 | ; module. May specify https_main = True to make the main http server |
27 | ; use https or "False" to make the main server HTTP | 26 | ; use https or "False" to make the main server HTTP |
@@ -92,6 +91,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
92 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | 91 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" |
93 | 92 | ||
94 | ;; The IP address of your FreeSWITCH server. | 93 | ;; The IP address of your FreeSWITCH server. |
94 | ;; This address must be reachable by viewers. | ||
95 | ; ServerAddress = 127.0.0.1 | 95 | ; ServerAddress = 127.0.0.1 |
96 | 96 | ||
97 | ;; The following configuration parameters are optional | 97 | ;; The following configuration parameters are optional |
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index ce5588e..5220573 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -27,6 +27,9 @@ | |||
27 | SimulationServiceInConnector = true | 27 | SimulationServiceInConnector = true |
28 | LibraryModule = true | 28 | LibraryModule = true |
29 | 29 | ||
30 | [Profile] | ||
31 | Module = "BasicProfileModule" | ||
32 | |||
30 | [SimulationDataStore] | 33 | [SimulationDataStore] |
31 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 34 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
32 | 35 | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index bc8bc0f..e2e6459 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -14,6 +14,14 @@ | |||
14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 14 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 15 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
16 | 16 | ||
17 | ; MSSQL | ||
18 | ; Uncomment these lines if you want to use MSSQL storage | ||
19 | ; Change the connection string to your db details | ||
20 | ; The value for server property is shown in your SQL Server Management Studio login dialog. | ||
21 | ; (This sample is the default of express edition) | ||
22 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | ||
23 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | ||
24 | |||
17 | [AssetService] | 25 | [AssetService] |
18 | 26 | ||
19 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 27 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
@@ -46,6 +54,13 @@ | |||
46 | ;; Robust server in port 8002, but not always) | 54 | ;; Robust server in port 8002, but not always) |
47 | Gatekeeper="http://mygridserver.com:8002" | 55 | Gatekeeper="http://mygridserver.com:8002" |
48 | 56 | ||
57 | [Messaging] | ||
58 | ; === HG ONLY === | ||
59 | ;; change this to the address of your Gatekeeper service | ||
60 | ;; (usually bundled with the rest of the services in one | ||
61 | ;; Robust server in port 8002, but not always) | ||
62 | Gatekeeper = "http://mygridserver.com:8002" | ||
63 | |||
49 | [AvatarService] | 64 | [AvatarService] |
50 | ; | 65 | ; |
51 | ; change this to your grid-wide grid server | 66 | ; change this to your grid-wide grid server |
@@ -85,14 +100,21 @@ | |||
85 | [HGInventoryAccessModule] | 100 | [HGInventoryAccessModule] |
86 | ; | 101 | ; |
87 | ; === HG ONLY === | 102 | ; === HG ONLY === |
88 | ; Change this to your profile server | 103 | ; Change this to your server |
89 | ; accessible from other grids | 104 | ; accessible from other grids |
90 | ; | 105 | ; |
91 | ProfileServerURI = "http://mygridserver.com:8002/user" | 106 | ProfileServerURI = "http://mygridserver.com:8002/user" |
107 | Gatekeeper = "http://mygridserver.com:8002" | ||
92 | ;; If you want to protect your assets from being copied by foreign visitors | 108 | ;; If you want to protect your assets from being copied by foreign visitors |
93 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 109 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
94 | ; OutboundPermission = False | 110 | ; OutboundPermission = False |
95 | 111 | ||
112 | [UserAgentService] | ||
113 | ; | ||
114 | ; === HG ONLY === | ||
115 | ; Change this to your user agent server (HG robust) | ||
116 | ; | ||
117 | UserAgentServerURI = "http://mygridserver.com:8002" | ||
96 | 118 | ||
97 | [Modules] | 119 | [Modules] |
98 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 120 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini index 5142d90..b8e66c2 100644 --- a/bin/config-include/GridHypergrid.ini +++ b/bin/config-include/GridHypergrid.ini | |||
@@ -24,12 +24,16 @@ | |||
24 | EntityTransferModule = "HGEntityTransferModule" | 24 | EntityTransferModule = "HGEntityTransferModule" |
25 | InventoryAccessModule = "HGInventoryAccessModule" | 25 | InventoryAccessModule = "HGInventoryAccessModule" |
26 | LandServices = "RemoteLandServicesConnector" | 26 | LandServices = "RemoteLandServicesConnector" |
27 | FriendsModule = "HGFriendsModule" | ||
27 | 28 | ||
28 | LandServiceInConnector = true | 29 | LandServiceInConnector = true |
29 | NeighbourServiceInConnector = true | 30 | NeighbourServiceInConnector = true |
30 | SimulationServiceInConnector = true | 31 | SimulationServiceInConnector = true |
31 | LibraryModule = true | 32 | LibraryModule = true |
32 | 33 | ||
34 | [Profile] | ||
35 | Module = "BasicProfileModule" | ||
36 | |||
33 | [SimulationDataStore] | 37 | [SimulationDataStore] |
34 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 38 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
35 | 39 | ||
@@ -63,3 +67,13 @@ | |||
63 | 67 | ||
64 | [Friends] | 68 | [Friends] |
65 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" | 69 | Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" |
70 | |||
71 | [Messaging] | ||
72 | MessageTransferModule = HGMessageTransferModule | ||
73 | LureModule = HGLureModule | ||
74 | |||
75 | [HGInstantMessageService] | ||
76 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
77 | GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector" | ||
78 | PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector" | ||
79 | UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector" \ No newline at end of file | ||
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 6355d09..4ff1a26 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -22,6 +22,9 @@ | |||
22 | LLLoginServiceInConnector = true | 22 | LLLoginServiceInConnector = true |
23 | GridInfoServiceInConnector = true | 23 | GridInfoServiceInConnector = true |
24 | 24 | ||
25 | [Profile] | ||
26 | Module = "BasicProfileModule" | ||
27 | |||
25 | [SimulationDataStore] | 28 | [SimulationDataStore] |
26 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 29 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
27 | 30 | ||
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 67efa11..7359bba 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -16,6 +16,14 @@ | |||
16 | ; Uncomment this line if you are using MySQL and want to use a different database for estates | 16 | ; Uncomment this line if you are using MySQL and want to use a different database for estates |
17 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" | 17 | ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;" |
18 | 18 | ||
19 | ; MSSQL | ||
20 | ; Uncomment these lines if you want to use MSSQL storage | ||
21 | ; Change the connection string to your db details | ||
22 | ; The value for server property is shown in your SQL Server Management Studio login dialog. | ||
23 | ; (This sample is the default of express edition) | ||
24 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | ||
25 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | ||
26 | |||
19 | [AssetService] | 27 | [AssetService] |
20 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 28 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
21 | AssetLoaderArgs = "assets/AssetSets.xml" | 29 | AssetLoaderArgs = "assets/AssetSets.xml" |
@@ -28,6 +36,7 @@ | |||
28 | 36 | ||
29 | [HGInventoryAccessModule] | 37 | [HGInventoryAccessModule] |
30 | ProfileServerURI = "http://127.0.0.1:9000/profiles" | 38 | ProfileServerURI = "http://127.0.0.1:9000/profiles" |
39 | Gatekeeper = "http://127.0.0.1:9000" | ||
31 | 40 | ||
32 | ;; If you want to protect your assets from being copied by foreign visitors | 41 | ;; If you want to protect your assets from being copied by foreign visitors |
33 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 42 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
@@ -70,6 +79,11 @@ | |||
70 | ;; change this to the address of your simulator | 79 | ;; change this to the address of your simulator |
71 | Gatekeeper="http://127.0.0.1:9000" | 80 | Gatekeeper="http://127.0.0.1:9000" |
72 | 81 | ||
82 | [Messaging] | ||
83 | ; === HG ONLY === | ||
84 | ;; change this to the address of your simulator | ||
85 | Gatekeeper = "http://127.0.0.1:9000" | ||
86 | |||
73 | [LibraryModule] | 87 | [LibraryModule] |
74 | ; Set this if you want to change the name of the OpenSim Library | 88 | ; Set this if you want to change the name of the OpenSim Library |
75 | ;LibraryName = "My World's Library" | 89 | ;LibraryName = "My World's Library" |
@@ -82,6 +96,8 @@ | |||
82 | SRV_InventoryServerURI = "http://127.0.0.1:9000" | 96 | SRV_InventoryServerURI = "http://127.0.0.1:9000" |
83 | SRV_AssetServerURI = "http://127.0.0.1:9000" | 97 | SRV_AssetServerURI = "http://127.0.0.1:9000" |
84 | SRV_ProfileServerURI = "http://127.0.0.1:9000" | 98 | SRV_ProfileServerURI = "http://127.0.0.1:9000" |
99 | SRV_FriendsServerURI = "http://127.0.0.1:9000" | ||
100 | SRV_IMServerURI = "http://127.0.0.1:9000" | ||
85 | 101 | ||
86 | ;; Regular expressions for controlling which client versions are accepted/denied. | 102 | ;; Regular expressions for controlling which client versions are accepted/denied. |
87 | ;; An empty string means nothing is checked. | 103 | ;; An empty string means nothing is checked. |
@@ -124,6 +140,42 @@ | |||
124 | ;AllowedClients = "" | 140 | ;AllowedClients = "" |
125 | ;DeniedClients = "" | 141 | ;DeniedClients = "" |
126 | 142 | ||
143 | [FreeswitchService] | ||
144 | ;; If FreeSWITCH is not being used then you don't need to set any of these parameters | ||
145 | ;; | ||
146 | ;; The IP address of your FreeSWITCH server. The common case is for this to be the same as the server running the OpenSim standalone | ||
147 | ;; This has to be set for the FreeSWITCH service to work | ||
148 | ;; This address must be reachable by viewers. | ||
149 | ;ServerAddress = 127.0.0.1 | ||
150 | |||
151 | ;; The following configuration parameters are optional | ||
152 | |||
153 | ;; By default, this is the same as the ServerAddress | ||
154 | ; Realm = 127.0.0.1 | ||
155 | |||
156 | ;; By default, this is the same as the ServerAddress on port 5060 | ||
157 | ; SIPProxy = 127.0.0.1:5060 | ||
158 | |||
159 | ;; Default is 5000ms | ||
160 | ; DefaultTimeout = 5000 | ||
161 | |||
162 | ;; The dial plan context. Default is "default" | ||
163 | ; Context = default | ||
164 | |||
165 | ;; Currently unused | ||
166 | ; UserName = freeswitch | ||
167 | |||
168 | ;; Currently unused | ||
169 | ; Password = password | ||
170 | |||
171 | ;; The following parameters are for STUN = Simple Traversal of UDP through NATs | ||
172 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal | ||
173 | ;; stun.freeswitch.org is not guaranteed to be running so use it in | ||
174 | ;; production at your own risk | ||
175 | ; EchoServer = 127.0.0.1 | ||
176 | ; EchoPort = 50505 | ||
177 | ; AttemptSTUN = false | ||
178 | |||
127 | [GridInfoService] | 179 | [GridInfoService] |
128 | ; These settings are used to return information on a get_grid_info call. | 180 | ; These settings are used to return information on a get_grid_info call. |
129 | ; Client launcher scripts and third-party clients make use of this to | 181 | ; Client launcher scripts and third-party clients make use of this to |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 486f22e..8480a77 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -20,6 +20,7 @@ | |||
20 | AvatarServices = "LocalAvatarServicesConnector" | 20 | AvatarServices = "LocalAvatarServicesConnector" |
21 | EntityTransferModule = "HGEntityTransferModule" | 21 | EntityTransferModule = "HGEntityTransferModule" |
22 | InventoryAccessModule = "HGInventoryAccessModule" | 22 | InventoryAccessModule = "HGInventoryAccessModule" |
23 | FriendsModule = "HGFriendsModule" | ||
23 | 24 | ||
24 | InventoryServiceInConnector = true | 25 | InventoryServiceInConnector = true |
25 | AssetServiceInConnector = true | 26 | AssetServiceInConnector = true |
@@ -31,6 +32,13 @@ | |||
31 | AuthenticationServiceInConnector = true | 32 | AuthenticationServiceInConnector = true |
32 | SimulationServiceInConnector = true | 33 | SimulationServiceInConnector = true |
33 | 34 | ||
35 | [Profile] | ||
36 | Module = "BasicProfileModule" | ||
37 | |||
38 | [Messaging] | ||
39 | MessageTransferModule = HGMessageTransferModule | ||
40 | LureModule = HGLureModule | ||
41 | |||
34 | [SimulationDataStore] | 42 | [SimulationDataStore] |
35 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 43 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
36 | 44 | ||
@@ -125,6 +133,9 @@ | |||
125 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | 133 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" |
126 | GridService = "OpenSim.Services.GridService.dll:GridService" | 134 | GridService = "OpenSim.Services.GridService.dll:GridService" |
127 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 135 | GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
136 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
137 | FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
138 | UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
128 | 139 | ||
129 | 140 | ||
130 | ;; The interface that local users get when they are in other grids | 141 | ;; The interface that local users get when they are in other grids |
@@ -140,6 +151,18 @@ | |||
140 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" | 151 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" |
141 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 152 | UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
142 | 153 | ||
154 | [HGFriendsService] | ||
155 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | ||
156 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
157 | |||
158 | [HGInstantMessageService] | ||
159 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
160 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
161 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
162 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
163 | InGatekeeper = True | ||
164 | |||
165 | |||
143 | ;; This should always be the very last thing on this file | 166 | ;; This should always be the very last thing on this file |
144 | [Includes] | 167 | [Includes] |
145 | Include-Common = "config-include/StandaloneCommon.ini" | 168 | Include-Common = "config-include/StandaloneCommon.ini" |
diff --git a/bin/mssql_connection.ini.example b/bin/mssql_connection.ini.example deleted file mode 100644 index e0ae7ba..0000000 --- a/bin/mssql_connection.ini.example +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | ; The IniConfig.cs that parses this file by just finding the first key={value} in the whole text so comments aren't really honoured. | ||
2 | ; Also, this algorithm can probably lead to 'amusing' results in unfortunate cases. | ||
3 | |||
4 | [mssqlconnection] | ||
5 | data_source=\SQLEXPRESS | ||
6 | initial_catalog=database | ||
7 | persist_security_info=True | ||
8 | user_id=username | ||
9 | password=password | ||
10 | |||
11 | ; These entries are only for if you, for some reason, wish to customize your user server table names. | ||
12 | ; Do note that if you change the table names, you might have to change the sql resources too manually | ||
13 | ; If ommitted, default values will be used. | ||
14 | |||
15 | userstablename=users | ||
16 | userfriendstablename=userfriends | ||
17 | agentstablename=agents | ||
18 | regionstablename=regions | ||