aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-17/+21
|
* max-agent-groups supportCinder2015-08-071-0/+5
| | | | | | | | 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/+22
| | | | | | | | 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/+5
| | | | | | 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>
* 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-23/+24
| | | | example files with spaces
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-061-0/+5
| | | | | | 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.
* minor: Add doc about [InventoryService] AllowDelete setting to robust ini ↵Justin Clark-Casey (justincc)2014-12-041-0/+4
| | | | example files.
* Set configuration files to use key expansion for widely used common settings.BlueWall2014-11-301-32/+55
|
* minor: Make Robust.ini.example and Robust.HG.ini.example files consistent ↵Justin Clark-Casey (justincc)2014-11-281-66/+80
| | | | 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
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-0/+13
|
* 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
* 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
|
* Samle configurations for the baked texture server.Melanie2014-02-041-0/+7
|
* minor: Make PID file examples in OpenSim and Robust config somewhat more ↵Justin Clark-Casey (justincc)2013-11-061-1/+1
| | | | meaningful than just /tmp/my.pid
* minor: Fix commented out GridInfo service URL to be 8002 in ↵Justin Clark-Casey (justincc)2013-10-251-1/+1
| | | | Robust.ini.example rather than 9000 (already done in Robust.HG.ini.example)
* 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.
* * Added a Basic DOS protection container/base object for the most common ↵teravus2013-10-071-0/+19
| | | | | | | | | HTTP Server handlers. XMLRPC Handler, GenericHttpHandler and <Various>StreamHandler * Applied the XmlRpcBasicDOSProtector.cs to the login service as both an example, and good practice. * Applied the BaseStreamHandlerBasicDOSProtector.cs to the friends service as an example of the DOS Protector on StreamHandlers * Added CircularBuffer, used for CPU and Memory friendly rate monitoring. * DosProtector has 2 states, 1. Just Check for blocked users and check general velocity, 2. Track velocity per user, It only jumps to 2 if it's getting a lot of requests, and state 1 is about as resource friendly as if it wasn't even there.
* minor: add doc about DefaultHGRegion and some of the other GridService ↵Justin Clark-Casey (justincc)2013-09-051-2/+18
| | | | region settings (though not all as of yet)
* 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.
* Revert "Add option to set minimum fee for classified ads"BlueWall2013-06-111-6/+0
| | | | This reverts commit 90097de6c3cf58989698b37c89baa8268895fc86.
* Add option to set minimum fee for classified adsBlueWall2013-06-111-0/+6
| | | | | | | Upcoming phoenix-firestorm (4.4.1) adds a configurable option for setting the minimum price for publishing a classified ad. http://hg.phoenixviewer.com/phoenix-firestorm-lgpl/rev/43415d69b048
* UserProfilesBlueWall2013-05-301-0/+11
| | | | UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
* Application support:BlueWall2013-05-091-0/+6
| | | | Adding some viwer supported url settings for destination guide and avatar picker apps. URL for the destinations should be: "secondlife:///app/teleport/slurl"
* Make default config directory "."BlueWall2013-05-011-1/+1
|
* Add information about creating a PID file for robust to the Robust.ini and ↵Justin Clark-Casey (justincc)2013-05-011-13/+15
| | | | Robust.HG.ini example files
* Fix spellingBlueWall2013-04-201-2/+2
|
* Do not have the Freeswitch connector on by default in Robust ini example files.Justin Clark-Casey (justincc)2013-02-271-1/+2
| | | | | | This is not widely used (may even be currently broken), only allows very poor quality voice (not the fault of FreeSwitch) and requires a complicated Freeswitch setup. Having it on but not configured results in spurious warnings in the logs
* Err.. wrong dll name for groups in Robust.HG.ini.exampleDiva Canto2013-02-211-0/+2
|
* Minor formatting cleanup. No changes.Diva Canto2013-02-211-12/+12
|
* Add information about MinLoginLevel to example ini filesJustin Clark-Casey (justincc)2013-02-201-1/+6
|
* First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto2013-02-191-0/+2
| | | | rest to Addons.Groups.dll.
* Offline IM: moved the Data and MySQL bits to the corresponding places in ↵Diva Canto2013-02-191-1/+0
| | | | core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
* Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dllDiva Canto2013-02-181-0/+7
|
* Move setting to correct locations in iniBlueWall2012-12-121-13/+13
|
* Merge branch 'master' into connector_pluginBlueWall2012-11-251-1/+13
|\ | | | | | | | | Conflicts: OpenSim/Server/Base/ServicesServerBase.cs
| * Add [AssetService] AllowRemoteDeleteAllTypes (default false).Justin Clark-Casey (justincc)2012-11-021-1/+13
| | | | | | | | | | | | This allows a closed grid to delete asset types other than maptile remotely. Only operational if AllowRemoteDelete = true also. Defaults to false - do not enable if anybody other than you can make asset service requests.
* | Merge branch 'master' into connector_pluginBlueWall2012-10-091-1/+17
|\ \ | |/ | | | | | | Conflicts: OpenSim/Server/ServerMain.cs