aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/osslEnable.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
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.