aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove some tabs added to config filesUbitUmarov2018-01-041-2/+2
|
* update configuration files and examples for mutesUbitUmarov2018-01-041-0/+5
|
* remove a coment added by mistakeUbitUmarov2017-05-111-2/+1
|
* hide a nonsense optionUbitUmarov2017-05-111-5/+2
|
* Create a generic way for passing constructor args to pluginsMelanie Thielker2017-01-021-2/+3
| | | | | | | The old syntax didn't allow for any parameters except for services listed in the ServiceList. Now, services loaded by other services can also be made to use different ini sections or have additional paramters. Syntax is: [<ExtraParam>@]...<DllName>[:<ClassName>]
* Allow the use of modular configs with Robust as we already can with OpenSimMelanie Thielker2016-12-221-1/+1
|
* Update the ini examples to add options missing from one to the other.Melanie Thielker2016-12-221-9/+51
| | | | | Group hypergrid related options within each section to ease transition from non-HG to HG
* Include config option to disable stats thread showing read/write stats in ↵AliciaRaven2016-11-201-0/+3
| | | | | | | console. Keeping default as true to retain current behaviour. Also checked to prevent counters being added to so there wont be any integer overflows over time
* Include option for the HG version of FSAssets connector under HGAssetService ↵AliciaRaven2016-04-051-0/+3
| | | | in robust example ini
* Corrections to ini example files for standalones v2Ai Austin2015-11-121-3/+3
| | | | | | | | | | | Remove "currently unused" indicators for some parameters and add missing "DestinationGuide" parameter in [GridServiceInfo] in StandaloneCommon.ini.example as they do work for a standalone. Regularize example URLs for externally provided web page and economy helper information for uniformity. Correct mistake in reference to grid wide DestinationGuide in override capability in OpenSim.ini.example. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Clean up viewer-based access control specifications.Diva Canto2015-09-061-34/+20
|
* max-agent-groups supportCinder2015-08-071-0/+3
| | | | | | | | Robust now tells viewers what the maximum number of groups is. Viewers show this limit to the users, and enforce it. The default is 42, which is what viewers had assumed was the maximum number before this update. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
* Fix a typo in my previous changes to robust.ini example files with regards ↵AliciaRaven2015-07-301-2/+2
| | | | to the FSAssets config.
* Robust config loader does not support config includes. Replace these ↵AliciaRaven2015-07-221-2/+21
| | | | | | | | additions for FSAssets with direct options in robust.ini example files instead. As suggested by Orenh in mantis 7644, in the future it would be beneficial and less confusing to use only 1 of the 3 current config loaders. Signed-off-by: Oren Hurvitz <orenh@kitely.com>
* Add config options for FSAssetService. The default is the original asset ↵AliciaRaven2015-07-131-1/+6
| | | | | | service. Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Fix my typo, the dll is named OpenSim, not OpensimCinder2015-06-211-1/+1
| | | | Signed-off-by: Diva Canto <diva@metaverseink.com>
* Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder2015-06-131-0/+6
| | | | | | opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
* For the public-facing Hypergrid asset and inventory services, override a ↵Justin Clark-Casey (justincc)2015-03-131-0/+12
| | | | | | | | | general AuthType setting with None in Robust.HG.ini.example This is necessary because both asset and inventory reuse generic connectors that will otherwise set up authentication configured in the [Network] section. This allows one to set up authentication for private services whilst still being able to use asset and inventory on foreign grids. The setting is AuthType = None in both [HGAssetService] and [HGInventoryService] Private grid asset and inventory services will still set up the authentication as configured.
* Make private services forbid llHTTPRequest() calls by rejecting those that ↵Justin Clark-Casey (justincc)2015-03-041-0/+7
| | | | | | have the X-SecondLife-Shard header. If you need to enable this, set AllowHttpRequestIn = true in [Network] for all private services or individual [*Service] sections.
* Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)2015-01-211-47/+47
| | | | example files with spaces
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-061-0/+4
| | | | | | allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.
* Removing the Wifi config example from Robust.HG.ini.example, because it is ↵Diva Canto2015-01-041-3/+0
| | | | not needed anymore. Wifi is now a mono addin to Robust, and it can be deployed in two ways: by installing the Wifi plugin via mautil or by compiling Wifi from source, in which case it will appear in the registry when Robust starts because the Diva Wifi dlls are present in bin.
* Changed the dll name that comes in Robust.HG.ini.example for Wifi.Diva Canto2015-01-021-1/+2
|
* minor: Add doc about [InventoryService] AllowDelete setting to robust ini ↵Justin Clark-Casey (justincc)2014-12-041-0/+4
| | | | example files.
* A little more cleaning of config files.BlueWall2014-11-301-3/+3
|
* A little bit of cleanup behind commit r5f88ceab2269BlueWall2014-11-301-5/+5
|
* Set configuration files to use key expansion for widely used common settings.BlueWall2014-11-301-64/+87
|
* minor: Make Robust.ini.example and Robust.HG.ini.example files consistent ↵Justin Clark-Casey (justincc)2014-11-281-126/+150
| | | | within themselves and OpenSim.ini.example by changing tabs to spaces, indenting, spacing.
* Add persistent command history in consoleJak Daniels2014-09-231-0/+10
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Cleanup some unused code and configuration entriesBlueWall2014-09-031-10/+0
|
* Add back URL endings in examplesBlueWall2014-08-251-2/+2
|
* OpenSimExtrasBlueWall2014-08-061-33/+7
| | | | Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
* Add Chat module extra feature settings to GridExtraFeatures serviceBlueWall2014-07-301-0/+9
|
* Simulator Extra Features ServiceBlueWall2014-07-301-0/+24
| | | | | Provide a means for regions to fetch extra features supported by modern viewers from a central location .
* Changed the default XBakes directory to a local path: "./bakes".Oren Hurvitz2014-07-211-3/+2
| | | | | | Previously it was an absolute path. Now it's a sibling of the maptiles directory. This fixes http://opensimulator.org/mantis/view.php?id=7063
* Changed GetUserInfo so that the exposure of user account details is ruled by ↵Diva Canto2014-07-061-0/+6
| | | | a configuration variable. It's on by default.
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-0/+15
|
* Add GridUserService service config to [UserAccountService] in ↵Justin Clark-Casey (justincc)2014-05-071-0/+1
| | | | | | | | Robust[.HG].ini.example so that home can be set for new users rather than always warning that it can't be set. Code already exists to do this but forgot to put entry into config files a long time ago. Thanks to AliciaRaven for the spot. Relates to http://opensimulator.org/mantis/view.php?id=7155
* Remove duplicate HypergridLinker entry from [GridService] in ↵Justin Clark-Casey (justincc)2014-05-071-2/+0
| | | | Robust.HG.ini.example
* Moved the linkage between LoginService and HGInventoryService to the config fileOren Hurvitz2014-03-241-0/+4
|
* Added missing quotes in Robust.HG.ini.exampleOren Hurvitz2014-03-231-1/+1
|
* fix missing quote for xBakes connector in Robust example ini filesMichael Cerquoni2014-03-091-1/+1
|
* minor spelling mistake fix.Michael Cerquoni2014-03-091-1/+1
|
* add XBakes connector to Robust.HG.ini.exampleMichael Cerquoni2014-03-081-0/+2
|
* add [BakedTextureService] section to Robust.HG.ini.example file same as ↵Michael Cerquoni2014-03-081-1/+6
| | | | Robust.ini.example.
* minor: Make PID file example in Robust.HG.ini more meaningful as is now the ↵Justin Clark-Casey (justincc)2013-11-081-1/+1
| | | | case in OpenSim and vanilla ROBUST config files
* Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira2013-10-121-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added PostGreSQL support * Added MySQL/MySQLXGroupData.cs * PostgreSQL data access implementation * PostgreSQL dll binarie and RegionStore.migrations * Migrations Scripts from MSSQL to POSTGRES * Postgres SQL Type fixes * Postgres SQL Connection string * Data type issues * more fixes * tests and +tests * UUID x string - FIGHT! * Fixed PG types to internal csharp types * More data type fix (PostgreSQL fields are case sensitive) :( * more field case sensitive fixes * changed the migration files to be case sensitive for fields. * fixed fields case * finished converting, now search for hidden bugs. * some more fixes * bool type fixed * more case fixes; * creatorID case fixed * case fields fixed * fixed default now() for TMStamp fields with don't allow nulls. * fix case sensitve for Region name and Estate name * fixed case for names for search * fix class name Error * Bug fixed on select and migrations * Un-Reverting my change due to Postgres issue with the ILIKE function * Fixed some issued for Diva Distro * Fixes for integration with Diva Distro * Added System.Core to prebuild.xml for PG project * Configured to make DIff for Push to OpenSim Project * Diffs only to PostgreSQL mods.
* minor: add doc about DefaultHGRegion and some of the other GridService ↵Justin Clark-Casey (justincc)2013-09-051-1/+16
| | | | region settings (though not all as of yet)
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵Justin Clark-Casey (justincc)2013-09-021-5/+6
| | | | | | | | | | allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another.
* Add Option: ClassifiedFeeBlueWall2013-06-131-0/+3
| | | | | | | | | | Add option to set minimum fee for publishing classifieds. Many viewers have a hard coded minimum of 50, which makes publishing classifieds fail where grids have no economy. This allows the grid to set the minimum fee to a suitable value for their operation. The option is located in the [LoginService] section and defaults to 0. The value is sent as "classified_fee" in the login response.