aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-31merge LocalNeighbourServicesConnector and RemoteNeighbourServicesConnector ↵UbitUmarov6-6/+6
in single NeighbourServicesOutConnector
2017-04-05 fix osTeleportObject OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov1-1/+1
2017-04-05 give osTeleportObject proper OSFunctionThreatLevel setting on osslEnable.iniUbitUmarov1-0/+1
2017-01-07add the new GOD ossl option to osslEnable.iniUbitUmarov1-1/+2
2017-01-07rename OSSL enable option GOD as ACTIVE_GOD so its use is more clearUbitUmarov1-1/+1
2017-01-07change OSSL enable option GOD to use IsGod, so it means a active god, as my ↵UbitUmarov1-1/+1
original idea
2016-12-30fix typosUbitUmarov1-3/+3
2016-12-29Add a MaxRetries option to the inventory connector.Melanie Thielker1-0/+1
If clustered services are used, another try would go to another server and may succeed.
2016-12-29Add negative caching to flotsam cache. Prevents scripts from hammering the ↵Melanie Thielker1-0/+37
asset server
2016-12-29gc is also a unwanted cache, so use it. With this, memcache with short ↵UbitUmarov1-2/+2
expires is no longer needed
2016-12-25fix typos (thanks you know who)UbitUmarov1-3/+2
2016-12-25fix typos (thanks you know who)UbitUmarov1-3/+2
2016-12-25FloatSamCache: dont use slideexpire on current libovm expirecache. Change ↵UbitUmarov1-4/+9
example settings to use memory cache with short expire time. ( 20% to 40% mem cache hit rates observed
2016-12-23Add en explanation to osslEnable.ini for GRID_GODMelanie Thielker1-1/+2
2016-12-23replace the (hidden) GRID_GOD by a more usefull GOD so includes all types. ↵UbitUmarov1-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
2016-12-14 correct the new npc entries in osslEnable.iniUbitUmarov1-2/+2
2016-12-14 update osslEnable.iniUbitUmarov1-0/+1
2016-12-14 also reduce check threat level of osNpcSetProfileAbout to Low; update ↵UbitUmarov1-0/+2
osslEnable.ini
2016-11-30 fix the FileCleanupTimer comentUbitUmarov1-1/+1
2016-11-30disable floatSam FileCleanupTimer option on ini.example since it is ↵UbitUmarov1-1/+1
currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
2016-08-16 sync osForceAttachToOtherAvatarFromInventory thread level in code and in ↵UbitUmarov1-1/+1
osslEnable.ini mantis: 7997
2016-08-06 fix osGetHealRate thread levelUbitUmarov1-1/+1
2016-07-30remove obsolete config settingUbitUmarov2-30/+0
2016-07-25add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); ↵UbitUmarov1-0/+2
healrate from 0 (disables auto heal) to 100 (maybe too fast) % per second. (untested)
2016-07-24 add osSetHealth() value from 1 to 100; (mantis 7973)UbitUmarov1-0/+1
2015-11-12Corrections to ini example files for standalones v2Ai Austin1-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>
2015-10-18Fixed merge conflictsDiva Canto2-30/+0
Clean up of simulation version, the number that rules the compatibility of 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. Conflicts: OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
2015-10-18Clean up of simulation version, the number that rules the compatibility of ↵Diva Canto2-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.
2015-09-06Deleted access control spec from [LoginService] section of standalone ↵Diva Canto1-17/+0
config. It's in OpenSim.ini now under [AccessControl]. Backwards compatibility preserved.
2015-08-26Restore FlotsamAssetCache as default and pre-enabled asset cache moduleAi Austin1-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.
2015-08-25Still about Ai's patch: it turns out OpenSim doesn't work well without an ↵Diva Canto1-2/+2
asset cache because of temporary assets. So setting the default asset cache to Cenome, which is the in-memory cache.
2015-08-25Changes to .ini.example files to improve instructions and workflow for ↵Ai Austin1-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>
2015-08-21Refine comments .ini file setup for new StandaloneAi Austin1-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.
2015-08-04create osGetAvatarHomeURIChristopher1-0/+1
Signed-off-by: Melanie Thielker <melanie@t-data.com>
2015-07-22Robust config loader does not support config includes. Replace these ↵AliciaRaven2-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>
2015-07-13Add config options for FSAssetService. The default is the original asset ↵AliciaRaven2-0/+21
service. Signed-off-by: Melanie Thielker <melanie@t-data.com>
2015-06-13A few bug fixes for Agent Preferences to actually work. Also added missing ↵Diva Canto2-0/+6
config for standalone.
2015-06-13Refactor AgentPreferences so that database operations happen centrally. the ↵Cinder5-0/+10
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-05-30Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to ↵dahlia1-3/+4
Austin Tate for the suggestion.
2015-05-25fix file perms and change AllowLightshareFunctions to AllowLightShareFunctionsMichael Cerquoni1-1/+1
2015-04-14Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams1-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.
2015-04-14Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵Robert Adams1-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.
2015-04-12Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which ↵Robert Adams1-0/+4
forces animations on avatars without requesting user permission.
2015-04-12Move osslEnable.ini file from bin/ to bin/config-include.Robert Adams1-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.
2015-01-21Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)8-123/+122
example files with spaces
2015-01-07Fix name of EstateDataRemoteConnector in the comment.Diva Canto1-1/+1
2015-01-06Donation of robust network connectors for estate service, as promised. This ↵Diva Canto6-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.
2014-11-30A little bit of cleanup behind commit r5f88ceab2269BlueWall2-5/+5
2014-11-30Set configuration files to use key expansion for widely used common settings.BlueWall2-53/+53
2014-09-26Add missing HGInventoryService responsible for creating My Suitcase to ↵Roger Kirkman1-0/+4
StandaloneHypergrid.ini