aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-01-21 00:54:13 +0000
committerJustin Clark-Casey (justincc)2015-01-21 00:54:13 +0000
commitd9bfc710c09d9a897657dd9c0286a064e7413cc6 (patch)
tree99a2c479b7c066c2b6f9f6021a026bf7a84dd4b7
parentminor: Comment out log line for the SimulatorFeatures cap request for now to ... (diff)
downloadopensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.zip
opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.gz
opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.bz2
opensim-SC_OLD-d9bfc710c09d9a897657dd9c0286a064e7413cc6.tar.xz
Replace the tabs that have crept into isolated places in config and config example files with spaces
-rw-r--r--bin/OpenSim.ini.example30
-rw-r--r--bin/OpenSimDefaults.ini16
-rw-r--r--bin/Robust.HG.ini.example94
-rw-r--r--bin/Robust.ini.example47
-rw-r--r--bin/config-include/Grid.ini40
-rw-r--r--bin/config-include/GridCommon.ini.example24
-rw-r--r--bin/config-include/GridHypergrid.ini46
-rw-r--r--bin/config-include/HyperSimianGrid.ini2
-rw-r--r--bin/config-include/SimianGrid.ini4
-rw-r--r--bin/config-include/Standalone.ini6
-rw-r--r--bin/config-include/StandaloneCommon.ini.example32
-rw-r--r--bin/config-include/StandaloneHypergrid.ini91
12 files changed, 216 insertions, 216 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c9a5f65..d352c33 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -101,10 +101,10 @@
101 ; be stored here. The OpenSim.exe process must have R/W access to the location. 101 ; be stored here. The OpenSim.exe process must have R/W access to the location.
102 ; RegistryLocation = "." 102 ; RegistryLocation = "."
103 103
104 ;# {ConfigDirectory} {} {Set path to directory for modular ini files} {} 104 ;# {ConfigDirectory} {} {Set path to directory for modular ini files} {}
105 ; Used by region module addins. You can set this to outside bin, so that addin 105 ; Used by region module addins. You can set this to outside bin, so that addin
106 ; configurations will survive updates. The OpenSim.exe process must have R/W access 106 ; configurations will survive updates. The OpenSim.exe process must have R/W access
107 ; to the location. 107 ; to the location.
108 ; ConfigDirectory = "." 108 ; ConfigDirectory = "."
109 109
110 ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem 110 ;# {region_info_source} {} {Where to load region from?} {filesystem web} filesystem
@@ -164,7 +164,7 @@
164 ;; physical prim max, clamp the dimensions to the appropriate maximum 164 ;; physical prim max, clamp the dimensions to the appropriate maximum
165 ;; This can be overridden in the region config file. 165 ;; This can be overridden in the region config file.
166 ; ClampPrimSize = false 166 ; ClampPrimSize = false
167 167
168 ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0 168 ;# {LinksetPrims} {} {Max prims an object will hold?} {} 0
169 ;; Maximum number of prims allowable in a linkset. Affects creating new 169 ;; Maximum number of prims allowable in a linkset. Affects creating new
170 ;; linksets. Ignored if less than or equal to zero. 170 ;; linksets. Ignored if less than or equal to zero.
@@ -406,9 +406,9 @@
406 406
407[Estates] 407[Estates]
408 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). 408 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
409 ; If these values are uncommented then they will be used to create a default estate as necessary. 409 ; If these values are uncommented then they will be used to create a default estate as necessary.
410 ; New regions will be automatically assigned to that default estate. 410 ; New regions will be automatically assigned to that default estate.
411 411
412 ;# {DefaultEstateName} {} {Default name for estate?} {} My Estate 412 ;# {DefaultEstateName} {} {Default name for estate?} {} My Estate
413 ;; Name for the default estate 413 ;; Name for the default estate
414 ; DefaultEstateName = My Estate 414 ; DefaultEstateName = My Estate
@@ -418,7 +418,7 @@
418 ; DefaultEstateOwnerName = FirstName LastName 418 ; DefaultEstateOwnerName = FirstName LastName
419 419
420 420
421 ; ** Standalone Estate Settings ** 421 ; ** Standalone Estate Settings **
422 ; The following parameters will only be used on a standalone system to 422 ; The following parameters will only be used on a standalone system to
423 ; create an estate owner that does not already exist 423 ; create an estate owner that does not already exist
424 424
@@ -506,15 +506,15 @@
506 ;; web server 506 ;; web server
507 ; user_agent = "OpenSim LSL (Mozilla Compatible)" 507 ; user_agent = "OpenSim LSL (Mozilla Compatible)"
508 508
509 ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. 509 ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services.
510 ;; Use this if your central services in port 8003 need to be accessible on the Internet 510 ;; Use this if your central services in port 8003 need to be accessible on the Internet
511 ;; but you want to protect them from unauthorized access. The username and password 511 ;; but you want to protect them from unauthorized access. The username and password
512 ;; here need to match the ones in the Robust service configuration. 512 ;; here need to match the ones in the Robust service configuration.
513 ; AuthType = "BasicHttpAuthentication" 513 ; AuthType = "BasicHttpAuthentication"
514 ; HttpAuthUsername = "some_username" 514 ; HttpAuthUsername = "some_username"
515 ; HttpAuthPassword = "some_password" 515 ; HttpAuthPassword = "some_password"
516 ;; 516 ;;
517 ;; Any of these 3 variables above can be overriden in any of the service sections. 517 ;; Any of these 3 variables above can be overriden in any of the service sections.
518 518
519 519
520[XMLRPC] 520[XMLRPC]
@@ -794,14 +794,14 @@
794 ;; the data snapshots. 794 ;; the data snapshots.
795 ; snapshot_cache_directory = "DataSnapshot" 795 ; snapshot_cache_directory = "DataSnapshot"
796 796
797 ;; [Supported, but obsolete] 797 ;; [Supported, but obsolete]
798 ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py 798 ;# {data_services} {index_sims:true} {Data service URLs to register with?} {} http://metaverseink.com/cgi-bin/register.py
799 ; This semicolon-separated string serves to notify specific data services 799 ; This semicolon-separated string serves to notify specific data services
800 ; about the existence of this sim. Uncomment if you want to index your 800 ; about the existence of this sim. Uncomment if you want to index your
801 ; data with this and/or other search providers. 801 ; data with this and/or other search providers.
802 ; data_services="http://metaverseink.com/cgi-bin/register.py" 802 ; data_services="http://metaverseink.com/cgi-bin/register.py"
803 803
804 ;; New way of specifying data services, one per service 804 ;; New way of specifying data services, one per service
805 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" 805 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
806 806
807[Economy] 807[Economy]
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 69a2a4a..4faf7f3 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -78,8 +78,8 @@
78 RegistryLocation = "." 78 RegistryLocation = "."
79 79
80 ; Used by region module addins. You can set this to outside bin, so that addin 80 ; Used by region module addins. You can set this to outside bin, so that addin
81 ; configurations will survive updates. The OpenSim.exe process must have R/W access 81 ; configurations will survive updates. The OpenSim.exe process must have R/W access
82 ; to the location. 82 ; to the location.
83 ConfigDirectory = "." 83 ConfigDirectory = "."
84 84
85 ; ## 85 ; ##
@@ -127,7 +127,7 @@
127 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum 127 ; If a viewer attempts to rez a prim larger than the non-physical or physical prim max, clamp the dimensions to the appropriate maximum
128 ; This can be overridden in the region config file. 128 ; This can be overridden in the region config file.
129 ClampPrimSize = false 129 ClampPrimSize = false
130 130
131 ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero. 131 ; Maximum number of prims allowable in a linkset. Affects creating new linksets. Ignored if less than or equal to zero.
132 ; This can be overridden in the region config file. 132 ; This can be overridden in the region config file.
133 LinksetPrims = 0 133 LinksetPrims = 0
@@ -1092,8 +1092,8 @@
1092 ; shape. 'Compound' uses a lot less CPU time. 1092 ; shape. 'Compound' uses a lot less CPU time.
1093 LinkImplementation = 1 ; 0=constraint, 1=compound 1093 LinkImplementation = 1 ; 0=constraint, 1=compound
1094 1094
1095 ; If 'true', offset a linkset's origin based on mass of linkset parts. 1095 ; If 'true', offset a linkset's origin based on mass of linkset parts.
1096 LinksetOffsetCenterOfMass = false 1096 LinksetOffsetCenterOfMass = false
1097 1097
1098 ; If 'true', turn scuplties into meshes 1098 ; If 'true', turn scuplties into meshes
1099 MeshSculptedPrim = true 1099 MeshSculptedPrim = true
@@ -1401,7 +1401,7 @@
1401 snapshot_cache_directory = "DataSnapshot" 1401 snapshot_cache_directory = "DataSnapshot"
1402 1402
1403 ; Uncomment if you want to index your data with this and/or other search providers. One entry per 1403 ; Uncomment if you want to index your data with this and/or other search providers. One entry per
1404 ; data service 1404 ; data service
1405 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" 1405 ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py"
1406 1406
1407[Economy] 1407[Economy]
@@ -1739,7 +1739,7 @@
1739 1739
1740 ; Experimental option to only message cached online users rather than all users 1740 ; Experimental option to only message cached online users rather than all users
1741 ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service 1741 ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service
1742 ; (Flotsam groups only; in V2 this is always on) 1742 ; (Flotsam groups only; in V2 this is always on)
1743 MessageOnlineUsersOnly = false 1743 MessageOnlineUsersOnly = false
1744 1744
1745 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend 1745 ; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend
@@ -1874,7 +1874,7 @@
1874[GridService] 1874[GridService]
1875 ;; default standalone, overridable in StandaloneCommon.ini 1875 ;; default standalone, overridable in StandaloneCommon.ini
1876 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 1876 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
1877 1877
1878 1878
1879[AutoBackupModule] 1879[AutoBackupModule]
1880 ;; default is module is disabled at the top level 1880 ;; default is module is disabled at the top level
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 46dbc17..5fa4026 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -110,8 +110,8 @@
110 ;; Uncomment for UserProfiles see [UserProfilesService] to configure... 110 ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
111 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" 111 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector"
112 112
113 ;; Uncomment if you want to have centralized estate data 113 ;; Uncomment if you want to have centralized estate data
114 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 114 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
115 115
116; * This is common for all services, it's the network setup for the entire 116; * This is common for all services, it's the network setup for the entire
117; * server instance, if none is specified above 117; * server instance, if none is specified above
@@ -163,18 +163,18 @@
163 163
164[Hypergrid] 164[Hypergrid]
165 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} 165 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
166 ;; This is the address of the external robust server that 166 ;; This is the address of the external robust server that
167 ;; runs the UserAgentsService, possibly this server. 167 ;; runs the UserAgentsService, possibly this server.
168 ;; For example http://myworld.com:8002 168 ;; For example http://myworld.com:8002
169 ;; This is a default that can be overwritten in some sections. 169 ;; This is a default that can be overwritten in some sections.
170 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 170 ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
171 171
172 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} 172 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
173 ;; This is the address of the external robust server 173 ;; This is the address of the external robust server
174 ;; that runs the Gatekeeper service, possibly this server. 174 ;; that runs the Gatekeeper service, possibly this server.
175 ;; For example http://myworld.com:8002 175 ;; For example http://myworld.com:8002
176 ;; This is a default that can be overwritten in some sections. 176 ;; This is a default that can be overwritten in some sections.
177 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 177 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
178 178
179 179
180[DatabaseService] 180[DatabaseService]
@@ -328,7 +328,7 @@
328 ; for the server connector 328 ; for the server connector
329 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 329 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
330 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 330 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
331 331
332 332
333; * This is the new style user service. 333; * This is the new style user service.
334; * "Realm" is the table that is used for user lookup. 334; * "Realm" is the table that is used for user lookup.
@@ -527,7 +527,7 @@
527 527
528 ; password help: optional: page providing password assistance for users of your grid 528 ; password help: optional: page providing password assistance for users of your grid
529 ;password = ${Const|BaseURL}/password 529 ;password = ${Const|BaseURL}/password
530 530
531 ; HG address of the gatekeeper, if you have one 531 ; HG address of the gatekeeper, if you have one
532 ; this is the entry point for all the regions of the world 532 ; this is the entry point for all the regions of the world
533 ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/ 533 ; gatekeeper = ${Const|BaseURL}:${Const|PublicPort}/
@@ -548,7 +548,7 @@
548 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" 548 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
549 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" 549 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
550 ; how does the outside world reach me? This acts as public key too. 550 ; how does the outside world reach me? This acts as public key too.
551 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented 551 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
552 ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" 552 ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}"
553 553
554 ; Does this grid allow incoming links to any region in it? 554 ; Does this grid allow incoming links to any region in it?
@@ -558,20 +558,20 @@
558 ; If you run this gatekeeper server behind a proxy, set this to true 558 ; If you run this gatekeeper server behind a proxy, set this to true
559 ; HasProxy = false 559 ; HasProxy = false
560 560
561 ;; Regular expressions for controlling which client versions are accepted/denied. 561 ;; Regular expressions for controlling which client versions are accepted/denied.
562 ;; An empty string means nothing is checked. 562 ;; An empty string means nothing is checked.
563 ;; 563 ;;
564 ;; Example 1: allow only these 3 types of clients (any version of them) 564 ;; Example 1: allow only these 3 types of clients (any version of them)
565 ;; AllowedClients = "Imprudence|Hippo|Second Life" 565 ;; AllowedClients = "Imprudence|Hippo|Second Life"
566 ;; 566 ;;
567 ;; Example 2: allow all clients except these 567 ;; Example 2: allow all clients except these
568 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" 568 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
569 ;; 569 ;;
570 ;; Note that these are regular expressions, so every character counts. 570 ;; Note that these are regular expressions, so every character counts.
571 ;; Also note that this is very weak security and should not be trusted as a reliable means 571 ;; Also note that this is very weak security and should not be trusted as a reliable means
572 ;; for keeping bad clients out; modified clients can fake their identifiers. 572 ;; for keeping bad clients out; modified clients can fake their identifiers.
573 ;; 573 ;;
574 ;; 574 ;;
575 ;AllowedClients = "" 575 ;AllowedClients = ""
576 ;DeniedClients = "" 576 ;DeniedClients = ""
577 577
@@ -590,12 +590,12 @@
590[UserAgentService] 590[UserAgentService]
591 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService" 591 LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
592 ;; for the service 592 ;; for the service
593 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 593 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
594 GridService = "OpenSim.Services.GridService.dll:GridService" 594 GridService = "OpenSim.Services.GridService.dll:GridService"
595 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" 595 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
596 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 596 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
597 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 597 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
598 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 598 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
599 599
600 ; If you run this user agent server behind a proxy, set this to true 600 ; If you run this user agent server behind a proxy, set this to true
601 ; HasProxy = false 601 ; HasProxy = false
@@ -611,7 +611,7 @@
611 ;; Are local users allowed to visit other grids? 611 ;; Are local users allowed to visit other grids?
612 ;; What user level? Use variables of this forrm: 612 ;; What user level? Use variables of this forrm:
613 ;; ForeignTripsAllowed_Level_<UserLevel> = true | false 613 ;; ForeignTripsAllowed_Level_<UserLevel> = true | false
614 ;; (the default is true) 614 ;; (the default is true)
615 ;; For example: 615 ;; For example:
616 ; ForeignTripsAllowed_Level_0 = false 616 ; ForeignTripsAllowed_Level_0 = false
617 ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it 617 ; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
@@ -619,16 +619,16 @@
619 ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept 619 ;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
620 ;; Leave blank or commented for no exceptions. 620 ;; Leave blank or commented for no exceptions.
621 ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002" 621 ; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
622 ;; 622 ;;
623 ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. 623 ;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
624 ;; Leave blank or commented for no exceptions. 624 ;; Leave blank or commented for no exceptions.
625 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 625 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
626 626
627 ;; This variable controls what is exposed to profiles of local users 627 ;; This variable controls what is exposed to profiles of local users
628 ;; as seen from outside of this grid. Leave it uncommented for exposing 628 ;; as seen from outside of this grid. Leave it uncommented for exposing
629 ;; UserTitle, UserFlags and the creation date. Uncomment and change to False 629 ;; UserTitle, UserFlags and the creation date. Uncomment and change to False
630 ;; to block this info from being exposed. 630 ;; to block this info from being exposed.
631 ; ShowUserDetailsInHGProfile = True 631 ; ShowUserDetailsInHGProfile = True
632 632
633 633
634; * The interface that local users get when they are in other grids. 634; * The interface that local users get when they are in other grids.
@@ -687,10 +687,10 @@
687 687
688 688
689[HGInstantMessageService] 689[HGInstantMessageService]
690 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" 690 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
691 GridService = "OpenSim.Services.GridService.dll:GridService" 691 GridService = "OpenSim.Services.GridService.dll:GridService"
692 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 692 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
693 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 693 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
694 ; This should always be true in the Robust config 694 ; This should always be true in the Robust config
695 InGatekeeper = True 695 InGatekeeper = True
696 696
@@ -718,7 +718,7 @@
718 ;; Realm = UserProfiles 718 ;; Realm = UserProfiles
719 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService 719 UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
720 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 720 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
721 721
722 722
723[BakedTextureService] 723[BakedTextureService]
724 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" 724 LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes"
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 687bb2e..a0b8f50 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -89,8 +89,8 @@
89 ;; Uncomment for UserProfiles see [UserProfilesService] to configure... 89 ;; Uncomment for UserProfiles see [UserProfilesService] to configure...
90 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector" 90 ; UserProfilesServiceConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:UserProfilesConnector"
91 91
92 ;; Uncomment if you want to have centralized estate data 92 ;; Uncomment if you want to have centralized estate data
93 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector" 93 ; EstateDataService = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:EstateDataRobustConnector"
94 94
95; * This is common for all services, it's the network setup for the entire 95; * This is common for all services, it's the network setup for the entire
96; * server instance, if none is specified above 96; * server instance, if none is specified above
@@ -394,20 +394,20 @@
394 ; If you run this login server behind a proxy, set this to true 394 ; If you run this login server behind a proxy, set this to true
395 ; HasProxy = false 395 ; HasProxy = false
396 396
397 ;; Regular expressions for controlling which client versions are accepted/denied. 397 ;; Regular expressions for controlling which client versions are accepted/denied.
398 ;; An empty string means nothing is checked. 398 ;; An empty string means nothing is checked.
399 ;; 399 ;;
400 ;; Example 1: allow only these 3 types of clients (any version of them) 400 ;; Example 1: allow only these 3 types of clients (any version of them)
401 ;; AllowedClients = "Imprudence|Hippo|Second Life" 401 ;; AllowedClients = "Imprudence|Hippo|Second Life"
402 ;; 402 ;;
403 ;; Example 2: allow all clients except these 403 ;; Example 2: allow all clients except these
404 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald" 404 ;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
405 ;; 405 ;;
406 ;; Note that these are regular expressions, so every character counts. 406 ;; Note that these are regular expressions, so every character counts.
407 ;; Also note that this is very weak security and should not be trusted as a reliable means 407 ;; Also note that this is very weak security and should not be trusted as a reliable means
408 ;; for keeping bad clients out; modified clients can fake their identifiers. 408 ;; for keeping bad clients out; modified clients can fake their identifiers.
409 ;; 409 ;;
410 ;; 410 ;;
411 ;AllowedClients = "" 411 ;AllowedClients = ""
412 ;DeniedClients = "" 412 ;DeniedClients = ""
413 413
@@ -453,13 +453,14 @@
453 453
454[MapImageService] 454[MapImageService]
455 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 455 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
456 ; Set this if you want to change the default 456
457 ; TilesStoragePath = "maptiles" 457 ; Set this if you want to change the default
458 ; 458 ; TilesStoragePath = "maptiles"
459 ; If for some reason you have the AddMapTile service outside the firewall (e.g. ${Const|PublicPort}), 459 ;
460 ; you may want to set this. Otherwise, don't set it, because it's already protected. 460 ; If for some reason you have the AddMapTile service outside the firewall (e.g. ${Const|PublicPort}),
461 ; GridService = "OpenSim.Services.GridService.dll:GridService" 461 ; you may want to set this. Otherwise, don't set it, because it's already protected.
462 ; 462 ; GridService = "OpenSim.Services.GridService.dll:GridService"
463 ;
463 ; Additionally, if you run this server behind a proxy, set this to true 464 ; Additionally, if you run this server behind a proxy, set this to true
464 ; HasProxy = false 465 ; HasProxy = false
465 466
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini
index 42ecec2..4b01d82 100644
--- a/bin/config-include/Grid.ini
+++ b/bin/config-include/Grid.ini
@@ -8,27 +8,27 @@
8 Include-Common = "config-include/GridCommon.ini" 8 Include-Common = "config-include/GridCommon.ini"
9 9
10[Modules] 10[Modules]
11 AssetServices = "RemoteAssetServicesConnector" 11 AssetServices = "RemoteAssetServicesConnector"
12 InventoryServices = "RemoteXInventoryServicesConnector" 12 InventoryServices = "RemoteXInventoryServicesConnector"
13 GridServices = "RemoteGridServicesConnector" 13 GridServices = "RemoteGridServicesConnector"
14 AvatarServices = "RemoteAvatarServicesConnector" 14 AvatarServices = "RemoteAvatarServicesConnector"
15 NeighbourServices = "RemoteNeighbourServicesConnector" 15 NeighbourServices = "RemoteNeighbourServicesConnector"
16 AuthenticationServices = "RemoteAuthenticationServicesConnector" 16 AuthenticationServices = "RemoteAuthenticationServicesConnector"
17 AuthorizationServices = "LocalAuthorizationServicesConnector" 17 AuthorizationServices = "LocalAuthorizationServicesConnector"
18 PresenceServices = "RemotePresenceServicesConnector" 18 PresenceServices = "RemotePresenceServicesConnector"
19 UserAccountServices = "RemoteUserAccountServicesConnector" 19 UserAccountServices = "RemoteUserAccountServicesConnector"
20 GridUserServices = "RemoteGridUserServicesConnector" 20 GridUserServices = "RemoteGridUserServicesConnector"
21 SimulationServices = "RemoteSimulationConnectorModule" 21 SimulationServices = "RemoteSimulationConnectorModule"
22 EntityTransferModule = "BasicEntityTransferModule" 22 EntityTransferModule = "BasicEntityTransferModule"
23 InventoryAccessModule = "BasicInventoryAccessModule" 23 InventoryAccessModule = "BasicInventoryAccessModule"
24 LandServices = "RemoteLandServicesConnector" 24 LandServices = "RemoteLandServicesConnector"
25 MapImageService = "MapImageServiceModule" 25 MapImageService = "MapImageServiceModule"
26 SearchModule = "BasicSearchModule" 26 SearchModule = "BasicSearchModule"
27 27
28 LandServiceInConnector = true 28 LandServiceInConnector = true
29 NeighbourServiceInConnector = true 29 NeighbourServiceInConnector = true
30 SimulationServiceInConnector = true 30 SimulationServiceInConnector = true
31 LibraryModule = true 31 LibraryModule = true
32 32
33[SimulationService] 33[SimulationService]
34 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport 34 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
@@ -70,4 +70,4 @@
70 Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector" 70 Connector = "OpenSim.Services.Connectors.dll:FriendsServicesConnector"
71 71
72[MapImageService] 72[MapImageService]
73 LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector" 73 LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index 8dc3a73..4486f31 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -109,14 +109,14 @@
109 Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" 109 Gatekeeper="${Const|BaseURL}:${Const|PublicPort}"
110 110
111[EstateDataStore] 111[EstateDataStore]
112 ; 112 ;
113 ; Uncomment if you want centralized estate data at robust server, 113 ; Uncomment if you want centralized estate data at robust server,
114 ; in which case the URL in [EstateService] will be used 114 ; in which case the URL in [EstateService] will be used
115 ; 115 ;
116 ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" 116 ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector"
117 117
118[EstateService] 118[EstateService]
119 EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 119 EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}"
120 120
121[Messaging] 121[Messaging]
122 ; === HG ONLY === 122 ; === HG ONLY ===
@@ -171,17 +171,17 @@
171 Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" 171 Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}"
172 ;; If you want to protect your assets from being copied by foreign visitors 172 ;; If you want to protect your assets from being copied by foreign visitors
173 ;; set this to false. You may want to do this on sims that have licensed content. 173 ;; set this to false. You may want to do this on sims that have licensed content.
174 ;; Default is true. 174 ;; Default is true.
175 ; OutboundPermission = True 175 ; OutboundPermission = True
176 176
177 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling 177 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
178 ;; and available when they return. True by default. 178 ;; and available when they return. True by default.
179 ;RestrictInventoryAccessAbroad = True 179 ;RestrictInventoryAccessAbroad = True
180 180
181 ;; Warning: advanced and unusual. Default is false. 181 ;; Warning: advanced and unusual. Default is false.
182 ;; Enables configurations where grids share user services, including inventory, 182 ;; Enables configurations where grids share user services, including inventory,
183 ;; while separating regions' assets from users' assets. Asset transfer between 183 ;; while separating regions' assets from users' assets. Asset transfer between
184 ;; the users' asset server and the regions' asset server is done in HG-like manner. 184 ;; the users' asset server and the regions' asset server is done in HG-like manner.
185 ; CheckSeparateAssets = false 185 ; CheckSeparateAssets = false
186 ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} 186 ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort}
187 187
@@ -218,7 +218,7 @@
218 UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" 218 UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}"
219 219
220[MapImageService] 220[MapImageService]
221 MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" 221 MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}"
222 222
223[AuthorizationService] 223[AuthorizationService]
224 ; If you have regions with access restrictions 224 ; If you have regions with access restrictions
diff --git a/bin/config-include/GridHypergrid.ini b/bin/config-include/GridHypergrid.ini
index 8b47ede..21a5a22 100644
--- a/bin/config-include/GridHypergrid.ini
+++ b/bin/config-include/GridHypergrid.ini
@@ -8,32 +8,32 @@
8 Include-Common = "config-include/GridCommon.ini" 8 Include-Common = "config-include/GridCommon.ini"
9 9
10[Startup] 10[Startup]
11 WorldMapModule = "HGWorldMap" 11 WorldMapModule = "HGWorldMap"
12 12
13[Modules] 13[Modules]
14 AssetServices = "HGAssetBroker" 14 AssetServices = "HGAssetBroker"
15 InventoryServices = "HGInventoryBroker" 15 InventoryServices = "HGInventoryBroker"
16 GridServices = "RemoteGridServicesConnector" 16 GridServices = "RemoteGridServicesConnector"
17 AvatarServices = "RemoteAvatarServicesConnector" 17 AvatarServices = "RemoteAvatarServicesConnector"
18 NeighbourServices = "RemoteNeighbourServicesConnector" 18 NeighbourServices = "RemoteNeighbourServicesConnector"
19 AuthenticationServices = "RemoteAuthenticationServicesConnector" 19 AuthenticationServices = "RemoteAuthenticationServicesConnector"
20 AuthorizationServices = "LocalAuthorizationServicesConnector" 20 AuthorizationServices = "LocalAuthorizationServicesConnector"
21 PresenceServices = "RemotePresenceServicesConnector" 21 PresenceServices = "RemotePresenceServicesConnector"
22 UserAccountServices = "RemoteUserAccountServicesConnector" 22 UserAccountServices = "RemoteUserAccountServicesConnector"
23 GridUserServices = "RemoteGridUserServicesConnector" 23 GridUserServices = "RemoteGridUserServicesConnector"
24 SimulationServices = "RemoteSimulationConnectorModule" 24 SimulationServices = "RemoteSimulationConnectorModule"
25 EntityTransferModule = "HGEntityTransferModule" 25 EntityTransferModule = "HGEntityTransferModule"
26 InventoryAccessModule = "HGInventoryAccessModule" 26 InventoryAccessModule = "HGInventoryAccessModule"
27 LandServices = "RemoteLandServicesConnector" 27 LandServices = "RemoteLandServicesConnector"
28 FriendsModule = "HGFriendsModule" 28 FriendsModule = "HGFriendsModule"
29 MapImageService = "MapImageServiceModule" 29 MapImageService = "MapImageServiceModule"
30 UserManagementModule = "HGUserManagementModule" 30 UserManagementModule = "HGUserManagementModule"
31 SearchModule = "BasicSearchModule" 31 SearchModule = "BasicSearchModule"
32 32
33 LandServiceInConnector = true 33 LandServiceInConnector = true
34 NeighbourServiceInConnector = true 34 NeighbourServiceInConnector = true
35 SimulationServiceInConnector = true 35 SimulationServiceInConnector = true
36 LibraryModule = true 36 LibraryModule = true
37 37
38[SimulationService] 38[SimulationService]
39 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport 39 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
@@ -96,7 +96,7 @@
96[HGInstantMessageService] 96[HGInstantMessageService]
97 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" 97 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
98 GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector" 98 GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
99 PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector" 99 PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
100 UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector" 100 UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
101 101
102[MapImageService] 102[MapImageService]
diff --git a/bin/config-include/HyperSimianGrid.ini b/bin/config-include/HyperSimianGrid.ini
index f561dd5..efad577 100644
--- a/bin/config-include/HyperSimianGrid.ini
+++ b/bin/config-include/HyperSimianGrid.ini
@@ -55,7 +55,7 @@
55 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 55 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
56 NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" 56 NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector"
57 57
58 HypergridLinker = true 58 HypergridLinker = true
59 AllowHypergridMapSearch = true 59 AllowHypergridMapSearch = true
60 60
61[LibraryService] 61[LibraryService]
diff --git a/bin/config-include/SimianGrid.ini b/bin/config-include/SimianGrid.ini
index 8e42fab..5749656 100644
--- a/bin/config-include/SimianGrid.ini
+++ b/bin/config-include/SimianGrid.ini
@@ -53,7 +53,7 @@
53[GridService] 53[GridService]
54 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 54 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
55 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" 55 StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
56 NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector" 56 NetworkConnector = "OpenSim.Services.Connectors.dll:SimianGridServiceConnector"
57 57
58[LibraryService] 58[LibraryService]
59 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService" 59 LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
@@ -63,7 +63,7 @@
63[AssetService] 63[AssetService]
64 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" 64 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
65 AssetLoaderArgs = "assets/AssetSets.xml" 65 AssetLoaderArgs = "assets/AssetSets.xml"
66 66
67[Groups] 67[Groups]
68 Enabled = true 68 Enabled = true
69 Module = GroupsModule 69 Module = GroupsModule
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini
index 398a76c..6b91d9a 100644
--- a/bin/config-include/Standalone.ini
+++ b/bin/config-include/Standalone.ini
@@ -9,7 +9,7 @@
9 InventoryServices = "LocalInventoryServicesConnector" 9 InventoryServices = "LocalInventoryServicesConnector"
10 NeighbourServices = "LocalNeighbourServicesConnector" 10 NeighbourServices = "LocalNeighbourServicesConnector"
11 AuthenticationServices = "LocalAuthenticationServicesConnector" 11 AuthenticationServices = "LocalAuthenticationServicesConnector"
12 AuthorizationServices = "LocalAuthorizationServicesConnector" 12 AuthorizationServices = "LocalAuthorizationServicesConnector"
13 GridServices = "LocalGridServicesConnector" 13 GridServices = "LocalGridServicesConnector"
14 PresenceServices = "LocalPresenceServicesConnector" 14 PresenceServices = "LocalPresenceServicesConnector"
15 UserProfilesServices = "LocalUserProfilesServicesConnector" 15 UserProfilesServices = "LocalUserProfilesServicesConnector"
@@ -19,8 +19,8 @@
19 AvatarServices = "LocalAvatarServicesConnector" 19 AvatarServices = "LocalAvatarServicesConnector"
20 EntityTransferModule = "BasicEntityTransferModule" 20 EntityTransferModule = "BasicEntityTransferModule"
21 InventoryAccessModule = "BasicInventoryAccessModule" 21 InventoryAccessModule = "BasicInventoryAccessModule"
22 MapImageService = "MapImageServiceModule" 22 MapImageService = "MapImageServiceModule"
23 SearchModule = "BasicSearchModule" 23 SearchModule = "BasicSearchModule"
24 24
25 LibraryModule = true 25 LibraryModule = true
26 LLLoginServiceInConnector = true 26 LLLoginServiceInConnector = true
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index edccf23..a11a931 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -271,24 +271,24 @@
271 ; uas = ${Const|BaseURL}:${Const|PublicPort}/ 271 ; uas = ${Const|BaseURL}:${Const|PublicPort}/
272 272
273[MapImageService] 273[MapImageService]
274 ; Set this if you want to change the default 274 ; Set this if you want to change the default
275 ; TilesStoragePath = "maptiles" 275 ; TilesStoragePath = "maptiles"
276 276
277[AuthorizationService] 277[AuthorizationService]
278 ; If you have regions with access restrictions 278 ; If you have regions with access restrictions
279 ; specify them here using the convention 279 ; specify them here using the convention
280 ; Region_<Region_Name> = <flags> 280 ; Region_<Region_Name> = <flags>
281 ; Valid flags are: 281 ; Valid flags are:
282 ; DisallowForeigners -- HG visitors not allowed 282 ; DisallowForeigners -- HG visitors not allowed
283 ; DisallowResidents -- only Admins and Managers allowed 283 ; DisallowResidents -- only Admins and Managers allowed
284 ; Example: 284 ; Example:
285 ; Region_Test_1 = "DisallowForeigners" 285 ; Region_Test_1 = "DisallowForeigners"
286 286
287;; 287;;
288;; HG configurations 288;; HG configurations
289;; 289;;
290[GatekeeperService] 290[GatekeeperService]
291 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented 291 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
292 ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}" 292 ; ExternalName = "${Const|BaseURL}:${Const|PublicPort}"
293 293
294 ; Does this grid allow incoming links to any region in it? 294 ; Does this grid allow incoming links to any region in it?
@@ -344,11 +344,11 @@
344 ;; Leave blank or commented for no exceptions. 344 ;; Leave blank or commented for no exceptions.
345 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 345 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
346 346
347 ;; This variable controls what is exposed to profiles of local users 347 ;; This variable controls what is exposed to profiles of local users
348 ;; as seen from outside of this grid. Leave it uncommented for exposing 348 ;; as seen from outside of this grid. Leave it uncommented for exposing
349 ;; UserTitle, UserFlags and the creation date. Uncomment and change to False 349 ;; UserTitle, UserFlags and the creation date. Uncomment and change to False
350 ;; to block this info from being exposed. 350 ;; to block this info from being exposed.
351 ; ShowUserDetailsInHGProfile = True 351 ; ShowUserDetailsInHGProfile = True
352 352
353 353
354[HGInventoryService] 354[HGInventoryService]
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini
index 102947a..1be67db 100644
--- a/bin/config-include/StandaloneHypergrid.ini
+++ b/bin/config-include/StandaloneHypergrid.ini
@@ -8,35 +8,35 @@
8 WorldMapModule = "HGWorldMap" 8 WorldMapModule = "HGWorldMap"
9 9
10[Modules] 10[Modules]
11 AssetServices = "HGAssetBroker" 11 AssetServices = "HGAssetBroker"
12 InventoryServices = "HGInventoryBroker" 12 InventoryServices = "HGInventoryBroker"
13 NeighbourServices = "LocalNeighbourServicesConnector" 13 NeighbourServices = "LocalNeighbourServicesConnector"
14 AuthenticationServices = "LocalAuthenticationServicesConnector" 14 AuthenticationServices = "LocalAuthenticationServicesConnector"
15 AuthorizationServices = "LocalAuthorizationServicesConnector" 15 AuthorizationServices = "LocalAuthorizationServicesConnector"
16 GridServices = "LocalGridServicesConnector" 16 GridServices = "LocalGridServicesConnector"
17 PresenceServices = "LocalPresenceServicesConnector" 17 PresenceServices = "LocalPresenceServicesConnector"
18 UserAccountServices = "LocalUserAccountServicesConnector" 18 UserAccountServices = "LocalUserAccountServicesConnector"
19 GridUserServices = "LocalGridUserServicesConnector" 19 GridUserServices = "LocalGridUserServicesConnector"
20 SimulationServices = "RemoteSimulationConnectorModule" 20 SimulationServices = "RemoteSimulationConnectorModule"
21 AvatarServices = "LocalAvatarServicesConnector" 21 AvatarServices = "LocalAvatarServicesConnector"
22 UserProfilesServices = "LocalUserProfilesServicesConnector" 22 UserProfilesServices = "LocalUserProfilesServicesConnector"
23 MapImageService = "MapImageServiceModule" 23 MapImageService = "MapImageServiceModule"
24 EntityTransferModule = "HGEntityTransferModule" 24 EntityTransferModule = "HGEntityTransferModule"
25 InventoryAccessModule = "HGInventoryAccessModule" 25 InventoryAccessModule = "HGInventoryAccessModule"
26 FriendsModule = "HGFriendsModule" 26 FriendsModule = "HGFriendsModule"
27 UserManagementModule = "HGUserManagementModule" 27 UserManagementModule = "HGUserManagementModule"
28 SearchModule = "BasicSearchModule" 28 SearchModule = "BasicSearchModule"
29 29
30 InventoryServiceInConnector = true 30 InventoryServiceInConnector = true
31 AssetServiceInConnector = true 31 AssetServiceInConnector = true
32 HypergridServiceInConnector = true 32 HypergridServiceInConnector = true
33 NeighbourServiceInConnector = true 33 NeighbourServiceInConnector = true
34 LibraryModule = true 34 LibraryModule = true
35 LLLoginServiceInConnector = true 35 LLLoginServiceInConnector = true
36 GridInfoServiceInConnector = true 36 GridInfoServiceInConnector = true
37 AuthenticationServiceInConnector = true 37 AuthenticationServiceInConnector = true
38 SimulationServiceInConnector = true 38 SimulationServiceInConnector = true
39 MapImageServiceInConnector = true 39 MapImageServiceInConnector = true
40 40
41[SimulationService] 41[SimulationService]
42 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport 42 ; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
@@ -90,13 +90,13 @@
90 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 90 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
91 Realm = "regions" 91 Realm = "regions"
92 StorageProvider = "OpenSim.Data.Null.dll" 92 StorageProvider = "OpenSim.Data.Null.dll"
93 93
94 ; Needed to display non-default map tile images for remote regions 94 ; Needed to display non-default map tile images for remote regions
95 AssetService = "OpenSim.Services.AssetService.dll:AssetService" 95 AssetService = "OpenSim.Services.AssetService.dll:AssetService"
96 96
97 HypergridLinker = true 97 HypergridLinker = true
98 AllowHypergridMapSearch = true 98 AllowHypergridMapSearch = true
99 99
100[PresenceService] 100[PresenceService]
101 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" 101 LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService"
102 StorageProvider = "OpenSim.Data.Null.dll" 102 StorageProvider = "OpenSim.Data.Null.dll"
@@ -124,21 +124,21 @@
124 Connector = "OpenSim.Services.FriendsService.dll" 124 Connector = "OpenSim.Services.FriendsService.dll"
125 125
126[LoginService] 126[LoginService]
127 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService" 127 LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
128 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 128 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
129 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 129 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
130 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 130 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
131 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 131 AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
132 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" 132 InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
133 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 133 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
134 GridService = "OpenSim.Services.GridService.dll:GridService" 134 GridService = "OpenSim.Services.GridService.dll:GridService"
135 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 135 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
136 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 136 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
137 137
138 ; This inventory service will be used to initialize the user's inventory 138 ; This inventory service will be used to initialize the user's inventory
139 HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService" 139 HGInventoryServicePlugin = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
140 HGInventoryServiceConstructorArg = "HGInventoryService" 140 HGInventoryServiceConstructorArg = "HGInventoryService"
141 141
142[MapImageService] 142[MapImageService]
143 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" 143 LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
144 144
@@ -158,15 +158,14 @@
158 ;; for the service 158 ;; for the service
159 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" 159 GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
160 GridService = "OpenSim.Services.GridService.dll:GridService" 160 GridService = "OpenSim.Services.GridService.dll:GridService"
161 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService" 161 GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
162 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 162 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
163 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 163 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
164 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 164 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
165 165
166 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 to show a default "Ruth" avatar rather than a cloud. 166 ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 to show a default "Ruth" avatar rather than a cloud.
167 CreateDefaultAvatarEntries = true 167 CreateDefaultAvatarEntries = true
168 168
169
170;; The interface that local users get when they are in other grids 169;; The interface that local users get when they are in other grids
171;; This greatly restricts the inventory operations while in other grids 170;; This greatly restricts the inventory operations while in other grids
172[HGInventoryService] 171[HGInventoryService]
@@ -198,8 +197,8 @@
198[HGInstantMessageService] 197[HGInstantMessageService]
199 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" 198 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
200 GridService = "OpenSim.Services.GridService.dll:GridService" 199 GridService = "OpenSim.Services.GridService.dll:GridService"
201 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" 200 PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
202 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" 201 UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
203 InGatekeeper = True 202 InGatekeeper = True
204 203
205;; This should always be the very last thing on this file 204;; This should always be the very last thing on this file