aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/osslEnable.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
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-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-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-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-08-04create osGetAvatarHomeURIChristopher1-0/+1
Signed-off-by: Melanie Thielker <melanie@t-data.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-186/+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-04-12Add the missing commas to parcel parameter setting in osslEnable.iniRobert Adams1-2/+2
2015-04-11Add 'osslEnable.ini' file which enables a restricted set of ossl functions.Robert Adams1-0/+186
An 'include' in OpenSim.ini would enable the ossl functions but, for the moment, the functions are still disabled by default and this file is an example of what could be done.