aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Corrections to ini example files for standalones v2Ai Austin2015-11-121-8/+6
| | | | | | | | | | | 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 of simulation version, the number that rules the compatibility of ↵Diva Canto2015-10-182-30/+0
| | | | | | | | teleports: - It's not configurable anymore, it's fixed in code. Each number means an increase in features of the teleport procedure - Its definition moved to the global VersionInfo class As of now it's still 0.3.
* Deleted access control spec from [LoginService] section of standalone ↵Diva Canto2015-09-061-17/+0
| | | | config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved.
* Restore FlotsamAssetCache as default and pre-enabled asset cache moduleAi Austin2015-08-261-5/+5
| | | | | | | Keep FlotsamAssetCache as default and pre-enabled asset cache module in StandaloneCommon.ini./example to have common behaviour between grids and standalones. Asset cache is needed to better support temporary assets and texture drawing functions.
* Still about Ai's patch: it turns out OpenSim doesn't work well without an ↵Diva Canto2015-08-251-2/+2
| | | | asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache.
* Changes to .ini.example files to improve instructions and workflow for ↵Ai Austin2015-08-251-12/+6
| | | | | | | | | | | | standalone setups Clarify what must be changed in initial .ini files to create a working standalone setup now that [Const] variables are used. Fix separator used in one of choice lists for [Const] BaseURL descriptor. Minor changes to line spacing of some sections in StandaloneCommon.ini.example file for layout regularity. Correction of a typo in comment. Signed-off-by: Diva Canto <diva@metaverseink.com>
* Refine comments .ini file setup for new StandaloneAi Austin2015-08-211-2/+2
| | | | | | | Helpful comment for setting [const] section of OpenSim.ini to allow for standalone. Correction to StandaloneCommon.ini.example as [GridInfoServices] welcome parameter does work and is also useful for standalones.
* create osGetAvatarHomeURIChristopher2015-08-041-0/+1
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Robust config loader does not support config includes. Replace these ↵AliciaRaven2015-07-222-21/+0
| | | | | | | | 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-132-0/+21
| | | | | | service. Signed-off-by: Melanie Thielker <melanie@t-data.com>
* A few bug fixes for Agent Preferences to actually work. Also added missing ↵Diva Canto2015-06-132-0/+6
| | | | config for standalone.
* Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder2015-06-135-0/+10
| | | | | | opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
* Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵dahlia2015-05-301-3/+4
| | | | Austin Tate for the suggestion.
* fix file perms and change AllowLightshareFunctions to AllowLightShareFunctionsMichael Cerquoni2015-05-251-1/+1
|
* Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams2015-04-141-1/+1
| | | | | This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations.
* Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵Robert Adams2015-04-141-41/+68
| | | | | | | | | | where they were moved. At the moment, ossl settings are in the XEngine section although they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini Update osslEnable.ini with more decriptive comments and set some functions to be more restrictive -- especially the functions that allow scripts to do things to other avatars and prims.
* Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵Robert Adams2015-04-121-0/+4
| | | | | | forces animations on avatars without requesting user permission.
* Move osslEnable.ini file from bin/ to bin/config-include.Robert Adams2015-04-121-0/+197
| | | | | | | Per comments, putting new configuration files in bin/ is not preferred. Add comments and instructions to heading of osslEnable.ini. Add a commented out include of osslEnable.ini to OpenSim.ini.example. Fix line endings of osslEnable.ini to be Unix style.
* Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)2015-01-218-123/+122
| | | | example files with spaces
* Fix name of EstateDataRemoteConnector in the comment.Diva Canto2015-01-071-1/+1
|
* Donation of robust network connectors for estate service, as promised. This ↵Diva Canto2015-01-066-10/+20
| | | | | | 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.
* A little bit of cleanup behind commit r5f88ceab2269BlueWall2014-11-302-5/+5
|
* Set configuration files to use key expansion for widely used common settings.BlueWall2014-11-302-53/+53
|
* Add missing HGInventoryService responsible for creating My Suitcase to ↵Roger Kirkman2014-09-261-0/+4
| | | | StandaloneHypergrid.ini
* OpenSimExtrasBlueWall2014-08-061-0/+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 suppression of grid-side "show regions" command in simulator console for ↵Justin Clark-Casey (justincc)2014-07-251-0/+1
| | | | | | | Hypergrid setups as well as normal grid. Should have been done in recent commit 6048dfcd Resolves http://opensimulator.org/mantis/view.php?id=7281
* In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ↵Justin Clark-Casey (justincc)2014-07-181-1/+4
| | | | | | can stop misleading grid service only console commands from registering. We need to do this because the simulator initializes and internal copy of the GridService in grid mode for internal purposes
* Changed GetUserInfo so that the exposure of user account details is ruled by ↵Diva Canto2014-07-061-0/+7
| | | | a configuration variable. It's on by default.
* Added simulation version compatibility check so that agents coming from ↵Diva Canto2014-06-064-9/+25
| | | | 0.7.6 to a varregion running in 0.8 and above will be denied teleport, rather than be allowed and crash the viewer.
* Makes it possible to support grids in which all the simulators share all ↵Diva Canto2014-05-041-2/+10
| | | | | | | | central services of a Robust server EXCEPT assets. In other words, grids where the simulators' assets are kept in one DB and the users' inventory assets are kept on another. When users rez items from inventory or take objects from world, an HG-like asset copy takes place between the 2 servers, the world asset server and the user's asset server. This makes the simulators independent of the central asset server. Note that this an advanced configuration and requires some security strengthening coming up.
* Add the UserProfiles local service module to non-HG Standalone configuration.BlueWall2014-03-251-0/+1
|
* remove RefreshTime = 0 from [MapImageService] in Standalone.ini, ↵Michael Cerquoni2014-03-084-11/+0
| | | | StandaloneHypergrid.ini, Grid.ini, GridHypergrid.ini they were redundant and would not allow variables in OpenSim.ini to be set to anything.
* set RefreshTime = 0 in [MapImageService] in Standalone.ini and ↵Michael Cerquoni2014-03-082-2/+2
| | | | StandaloneHypergrid.ini to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
* set RefreshTime = 0 in [MapImageService] in Grid.ini and GridHypergrid.ini ↵Michael Cerquoni2014-03-082-2/+2
| | | | to eliminate memory leaking for Warp3D map tiler, these variables should be erased needs more discussion!
* fix missing " for variable SRV_IMServerURI in example fileMichael Cerquoni2013-10-121-1/+1
|
* Fernando Oliveira's Postgress SQL Server Data Connector as a single commit.Fernando Oliveira2013-10-122-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+18
| | | | | | | | | 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: Make config-include .ini files more consistentJustin Clark-Casey (justincc)2013-09-187-149/+149
| | | | | Chiefly tabs to spaces. No actual setting changes
* Add [SimulationService] section to GridHypergrid.ini and StandaloneHypergrid.iniJustin Clark-Casey (justincc)2013-09-182-0/+21
| | | | | This was already in Grid.ini and Standalone.ini Default settings are same as previously, just introduce a debug ConnectorProtocolVersion parameter
* 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)
* Allow older teleport ConnectorProtocolVersion of "SIMULATION/0.1" to be ↵Justin Clark-Casey (justincc)2013-08-022-0/+22
| | | | | | | | manually forced in a new [SimulationService] config setting. This is for testing and debugging purposes to help determine whether a particular issue may be teleport related or not "SIMULATION/0.2" (the newer teleport protocol) remains the default. If the source simulator only implements "SIMULATION/0.1" this will correctly allow fallback to the older protocol. Specifying "SIMULATION/0.1" will force the older, less efficient protocol to always be used.
* Add the Simian service config to the GridCommon exampleMic Bowman2013-07-311-0/+9
|
* Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ↵Diva Canto2013-07-284-0/+4
| | | | handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.
* 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-3/+0
| | | | This reverts commit 90097de6c3cf58989698b37c89baa8268895fc86.
* Add option to set minimum fee for classified adsBlueWall2013-06-111-0/+3
| | | | | | | 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-302-1/+17
| | | | UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
* Clean up unused config and config comments.Diva Canto2013-04-212-9/+10
|
* Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto2013-02-272-0/+41
| | | | [Hypergrid] in *Common.ini.example. Backwards compatible for now.
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵Diva Canto2013-02-211-10/+15
| | | | default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.