aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵UbitUmarov2017-01-071-1/+1
| | | | original idea
* fix typosUbitUmarov2016-12-301-3/+3
|
* Add a MaxRetries option to the inventory connector.Melanie Thielker2016-12-291-0/+1
| | | | | If clustered services are used, another try would go to another server and may succeed.
* Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker2016-12-291-0/+37
| | | | asset server
* gc is also a unwanted cache, so use it. With this, memcache with short ↵UbitUmarov2016-12-291-2/+2
| | | | expires is no longer needed
* fix typos (thanks you know who)UbitUmarov2016-12-251-3/+2
|
* FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵UbitUmarov2016-12-251-4/+9
| | | | example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
* Add en explanation to osslEnable.ini for GRID_GODMelanie Thielker2016-12-231-1/+2
|
* replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵UbitUmarov2016-12-231-0/+1
| | | | This needs to be changed to current effective godlevel check (sp.GodLevel) when that is fixed. Automatic god powers need be (optionaly) removed
* correct the new npc entries in osslEnable.iniUbitUmarov2016-12-141-2/+2
|
* update osslEnable.iniUbitUmarov2016-12-141-0/+1
|
* also reduce check threat level of osNpcSetProfileAbout to Low; update ↵UbitUmarov2016-12-141-0/+2
| | | | osslEnable.ini
* fix the FileCleanupTimer comentUbitUmarov2016-11-301-1/+1
|
* disable floatSam FileCleanupTimer option on ini.example since it is ↵UbitUmarov2016-11-301-1/+1
| | | | currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
* sync osForceAttachToOtherAvatarFromInventory thread level in code and in ↵UbitUmarov2016-08-161-1/+1
| | | | osslEnable.ini mantis: 7997
* fix osGetHealRate thread levelUbitUmarov2016-08-061-1/+1
|
* remove obsolete config settingUbitUmarov2016-07-302-30/+0
|
* add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵UbitUmarov2016-07-251-0/+2
| | | | healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
* add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov2016-07-241-0/+1
|
* 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
|