Category:OSSL Functions

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Avatar Managements)
(Prim)
 
(314 intermediate revisions by 23 users not shown)
Line 1: Line 1:
== Current OSSL Functions Implemented  ==
+
{{Quicklinks}}
 +
<br />
 +
<div style="background-color:#FFA500; padding:10px; padding-bottom:5px; border: 1px #FF544F solid">
 +
This information is relative to (almost) the last OpenSimulator Development version. In some cases it may not apply to older versions.
 +
</div>
  
Updated 30, June 2011 From OpenSimulator Master/Dev Source.  
+
== OSSL function permissions ==
 +
Several OSSL functions have execution permission control to prevent abusive or dangerous use.
  
'''!''' Partial Update December.10.2010 With commits of this date some functions have been corrected to use standard ossl conventions. The previous are tagged as deprecated with their replacement shown. The deprecated functions will advise you with a msg that they have been deprecated and to use new osFunction name instead. Further Updates are needed to complete existing list of osFunctions.
+
This is controlled by files osslDefaultEnable.ini and osslEnable.ini, by default in folder bin/config-include<br>
 +
The use logic of these two files is identical to OpenSimDefaults.ini and OpenSim.ini
  
Special Note: Some Functions as shown use '''"double"''' as a Value instead of '''"float"&nbsp;'''these vary for purposes of accuracy as shown Below.  
+
Older OpenSimulator versions only used file osslEnable.ini.<br>
 +
Some older OpenSimulator versions had checks for all OSSLfunctions.<br>
 +
That made no sense for many functions, so now many are always allowed wasting no time on useless checks.<br>
  
(Float is short for "floating point", and just means a number with a point something on the end.)
+
For details about these permissions, please read file OpenSimDefaults.ini
  
The difference between the two is in the size of the numbers that they can hold. For float, you can have up to 7 digits in your number. For doubles, you can have up to 16 digits. To be more precise, here's the official size: ( float: 1.5 × 10-45 to 3.4 × 1038 ) ( double: 5.0 × 10-324 to 1.7 × 10308 )
+
= osslDefaultEnable.ini =
 +
This file contains the defaults for OSSL execution permissions set by OpenSimulator dev team.<br>
 +
Instead of changing defaults defined in code, the OpenSimulator dev team may decide to just make changes in this file.<br>
 +
This file was not present on older OpenSimulator versions.<br>
 +
If you need to change permissions, copy the respective entry to osslEnable.ini and modify there.<br>
  
Note that some function takes doubles as arguments but may be internally down-casted to floats.
+
= osslEnable.ini =
 +
This file contains the local overrides for OSSL permissions.<br>
 +
It is read after osslDefaultEnable.ini, and any entry on it replaces the old one.<br>
 +
This file is not provided on code packages, an osslEnable.ini.example is.<br>
 +
At first time setup, you will need to copy the example file to osslEnable.ini and then edit it for your needs, using osslDefaults.ini as reference.<br>
 +
This was the only file used on older OpenSimulator versions.
  
Each of these functions has an threat level associated to it. See [[Threat level]] for more information and an overview of each function's level.
+
== Current OSSL Functions Implemented  ==
  
=== Avatar Managements ===
+
=== Avatars ===
 
{{multicol}}
 
{{multicol}}
*[[osGetAgentIP]]  
+
 
*[[osGetAgents]]
+
* [[osAgentSaveAppearance]]
*[[osGetAvatarList]]  
+
* [[osAvatarName2Key]]
*[[osAvatarName2Key]]
+
* [[osAvatarPlayAnimation]]  
*[[osAvatarPlayAnimation]]  
+
* [[osAvatarStopAnimation]]  
*[[osAvatarStopAnimation]]  
+
* [[osAvatarType]]
*[[osAgentSaveAppearance]]
+
* [[osCauseDamage]]  
 +
* [[osCauseHealing]]
 +
* [[osDetectedCountry]]
 +
* [[osDropAttachment]]
 +
* [[osDropAttachmentAt]]
 +
* [[osEjectFromGroup]]
 +
* [[osForceAttachToAvatar]]
 +
* [[osForceAttachToAvatarFromInventory]]
 +
* [[osForceAttachToOtherAvatarFromInventory]]
 +
* [[osForceDetachFromAvatar]]
 +
* [[osForceDropAttachment]]
 +
* [[osForceDropAttachmentAt]]
 +
* [[osForceOtherSit]]
 +
* [[osGetAgentIP]]
 +
* [[osGetAgents]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osOwnerSaveAppearance]]
+
* [[osGetAgentCountry]]
*[[osTeleportAgent]]  
+
* [[osGetAvatarHomeURI]]
*[[osTeleportOwner]]  
+
* [[osGetAvatarList]]
*[[osKickAvatar]]
+
* [[osGetGender]]
*[[osCauseDamage]]  
+
* [[osGetHealRate]]
*[[osCauseHealing]]
+
* [[osGetHealth]]
 +
* [[osGetNumberOfAttachments]]
 +
* [[osGrantScriptPermissions]]
 +
* [[osInviteToGroup]]
 +
* [[osKickAvatar]]
 +
* [[osOwnerSaveAppearance]]
 +
* [[osRevokeScriptPermissions]]
 +
* [[osSetHealRate]]
 +
* [[osSetHealth]]
 +
* [[osSetOwnerSpeed]]
 +
* [[osSetSpeed]]
 +
* [[osLocalTeleportAgent]]
 +
* [[osTeleportAgent]]
 +
* [[osTeleportOwner]]  
 +
* [[osReplaceAgentEnvironment]]
 
{{multicol-end}}
 
{{multicol-end}}
  
 
=== NPCs ===
 
=== NPCs ===
*[[osNpcCreate]]
+
{{multicol}}
*[[osNpcGetPos]]
+
* [[osIsNpc]]
*[[osNpcGetRot]]
+
* [[osNpcCreate]]
*[[osNpcLoadAppearance]]
+
* [[osGetNpcList]]
*[[osNpcMoveTo]]
+
* [[osNpcGetPos]]
*[[osNpcMoveToTarget]]
+
* [[osNpcGetRot]]
*[[osNpcRemove]]
+
* [[osNpcGetOwner]]
*[[osNpcSaveAppearance]]
+
* [[osNpcLookAt]] {{E}}
*[[osNpcSay]]
+
* [[osNpcLoadAppearance]]
*[[osNpcSetRot]]
+
* [[osNpcMoveTo]]
*[[osNpcStopMoveToTarget]]
+
* [[osNpcMoveToTarget]]
 +
* [[osNpcPlayAnimation]]
 +
* [[osNpcRemove]]
 +
* [[osNpcSaveAppearance]]
 +
{{multicol-break}}
 +
* [[osNpcSay]]
 +
* [[osNpcSayTo]]
 +
* [[osNpcSetProfileAbout]]
 +
* [[osNpcSetProfileImage]]
 +
* [[osNpcSetRot]]
 +
* [[osNpcShout]]
 +
* [[osNpcSit]]
 +
* [[osNpcStand]]
 +
* [[osNpcStopMoveToTarget]]
 +
* [[osNpcStopAnimation]]
 +
* [[osNpcTouch]]
 +
* [[osNpcWhisper]]
 +
{{multicol-end}}
  
Please also see [[OSSLNPC]].
+
=== Prim ===
 +
{{multicol}}
 +
* [[osClearInertia]]
 +
* [[osClearObjectAnimations]]
 +
* [[osDie]]
 +
* [[osForceBreakAllLinks]]
 +
* [[osForceBreakLink]]
 +
* [[osForceCreateLink]]
 +
* [[osGetInertiaData]]
 +
* [[osGetInventoryItemKey]]
 +
* [[osGetInventoryName]]
 +
* [[osGetInventoryNames]] {{new}}
 +
* [[osGetInventoryItemKeys]] {{new}}
 +
* [[osGetInventoryDesc]]
 +
* [[osGetInventoryLastOwner]]
 +
* [[osGetLinkInventoryName]] {{new}}
 +
* [[osGetLinkInventoryNames]] {{new}}
 +
* [[osGetInventoryItemKey| osGetLinkInventoryItemKey]] {{new}}
 +
* [[osGetInventoryItemKeys | osGetLinkInventoryItemKeys]] {{new}}
 +
* [[osGetLinkInventoryDesc]] {{new}}
 +
* [[osGiveLinkInventory]] {{new}}
 +
* [[osGiveLinkInventoryList]] {{new}}
 +
* [[osRemoveLinkInventory]] {{new}}
 +
* [[osGetLastChangedEventKey]]
 +
* [[osGetLinkNumber]]
 +
* [[osGetLinkPrimitiveParams]]
 +
* [[osGetPrimitiveParams]]
 +
{{multicol-break}}
 +
* [[osGetRezzingObject]]
 +
* [[osGetSitActiveRange]]
 +
* [[osGetLinkSitActiveRange]]
 +
* [[osGetSitTargetPos]] {{new}}
 +
* [[osGetSitTargetRot]] {{new}}
 +
* [[osGetStandTarget]]
 +
* [[osGetLinkStandTarget]]
 +
* [[osLinkParticleSystem]] {{new}}
 +
* [[osMessageAttachments]]
 +
* [[osMessageObject]]
 +
* [[osParticleSystem]] {{new}}
 +
* [[osSetInertia]]
 +
* [[osSetInertiaAsBox]]
 +
* [[osSetInertiaAsCylinder]]
 +
* [[osSetInertiaAsSphere]]
 +
* [[osSetPrimitiveParams]]
 +
* [[osSetProjectionParams]]
 +
* [[osSetSitActiveRange]]
 +
* [[osSetLinkSitActiveRange]]
 +
* [[osSetStandTarget]]
 +
* [[osSetLinkStandTarget]]
 +
* [[osTeleportObject]]
 +
* [[osVolumeDetect]]
 +
* [[osGetPrimCount]] {{new}}
 +
* [[osGetSittingAvatarsCount]] {{new}}
  
=== Prim Manupulations ===
+
{{multicol-end}}
*[[osGetPrimitiveParams]]
+
*[[osGetLinkPrimitiveParams]]
+
*[[osSetPrimitiveParams]]
+
*[[osSetProjectionParams]]
+
*[[osSetSpeed]]
+
*[[osMessageObject]]
+
  
=== Prim Drawings ===
+
=== Prim Drawing / Dynamic Texture ===
 
{{multicol}}
 
{{multicol}}
*[[osMovePen]]  
+
* [[osDrawEllipse]]
*[[osDrawLine]]  
+
* [[osDrawFilledEllipse]]
*[[osDrawText]]  
+
* [[osDrawFilledPolygon]]
*[[osDrawEllipse]]  
+
* [[osDrawFilledRectangle]]
*[[osDrawRectangle]]  
+
* [[osDrawImage]]
*[[osDrawFilledRectangle]]  
+
* [[osDrawLine]]
*[[osDrawPolygon]]  
+
* [[osDrawPolygon]]
*[[osDrawFilledPolygon]]  
+
* [[osDrawRectangle]]
*[[osDrawImage]]  
+
* [[osDrawResetTransform]]
 +
* [[osDrawRotationTransform]]
 +
* [[osDrawScaleTransform]]
 +
* [[osDrawText]]
 +
* [[osDrawTranslationTransform]]
 +
* [[osGetDrawStringSize]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osGetDrawStringSize]]  
+
* [[osMovePen]]
*[[osSetFontName]]  
+
* [[osSetFontName]]
*[[osSetFontSize]]  
+
* [[osSetFontSize]]
*[[osSetPenSize]]  
+
* [[osSetPenCap]]
*[[osSetPenColor]]  
+
* [[osSetPenColor]]
*[[osSetPenCap]]
+
* [[osSetPenSize]]
 +
* [[osSetDynamicTextureData]]
 +
* [[osSetDynamicTextureDataFace]]
 +
* [[osSetDynamicTextureDataBlend]]
 +
* [[osSetDynamicTextureDataBlendFace]]
 +
* [[osSetDynamicTextureURL]]
 +
* [[osSetDynamicTextureURLBlend]]
 +
* [[osSetDynamicTextureURLBlendFace]]
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Dynamic Textures ===
+
=== Notecard ===
*[[osSetDynamicTextureData]]  
+
* [[osGetNotecard]]  
*[[osSetDynamicTextureDataBlend]]  
+
* [[osGetNotecardLine]]  
*[[osSetDynamicTextureDataBlendFace]]  
+
* [[osGetNumberOfNotecardLines]]
*[[osSetDynamicTextureURL]]
+
* [[osMakeNotecard]]
*[[osSetDynamicTextureURLBlend]]
+
*[[osSetDynamicTextureURLBlendFace]]
+
  
=== Notecards ===
+
=== Sound ===
*[[osMakeNotecard]]  
+
{{multicol}}
*[[osGetNotecard]]  
+
* [[osAdjustSoundVolume]]
*[[osGetNotecardLine]]  
+
* [[osCollisionSound]]
*[[osGetNumberOfNotecardLines]]  
+
* [[osLoopSound]]
 +
* [[osLoopSoundMaster]]
 +
* [[osLoopSoundSlave]]
 +
* [[osPlaySound]]
 +
{{multicol-break}}
 +
* [[osPlaySoundSlave]]
 +
* [[osPreloadSound]]
 +
* [[osSetSoundRadius]]
 +
* [[osStopSound]]
 +
* [[osTriggerSound]]
 +
* [[osTriggerSoundLimited]]
 +
{{multicol-end}}
  
=== Parcels ===
+
=== HTTP ===
*[[osParcelJoin]]  
+
* [[osRequestSecureURL]]
*[[osParcelSubdivide]]  
+
* [[osRequestURL]]
*[[osSetParcelDetails]]
+
* [[osSetContentType]]
 +
 
 +
=== Parcel ===
 +
{{multicol}}
 +
* [[osParcelJoin]]  
 +
* [[osParcelSubdivide]]  
 +
* [[osGetParcelDwell]]
 +
{{multicol-break}}
 +
* [[osSetParcelDetails]]
 +
* [[osGetParcelDetails]]
 +
* [[osGetParcelIDs]]
 +
* [[osGetParcelID]]
 +
{{multicol-end}}
  
=== Terrains ===
+
=== Terrain ===
*[[osGetTerrainHeight]]  
+
* [[osGetTerrainHeight]]  
*[[osSetTerrainHeight]]  
+
* [[osSetTerrainHeight]]
*[[osTerrainFlush]]
+
* [[osSetTerrainTexture]]
 +
* [[osSetTerrainTextureHeight]]
 +
* [[osTerrainFlush]]
  
=== WindLights ===
+
=== Region / Parcel Environment ===
 
{{multicol}}
 
{{multicol}}
*[[osSetRegionWaterHeight]]  
+
* [[osGetCurrentSunHour]]  
*[[osSetRegionSunSettings]]  
+
* [[osGetApparentTime]]
*[[osSetEstateSunSettings]]  
+
* [[osGetApparentTimeString]]
*[[osGetCurrentSunHour]]  
+
* [[osGetApparentRegionTime]]
*[[osGetSunParam]]  
+
* [[osGetApparentRegionTimeString]]
*[[osSetSunParam]]  
+
* [[osGetWindParam]]  
 
{{multicol-break}}
 
{{multicol-break}}
*[[osWindActiveModelPluginName]]  
+
* [[osSetRegionWaterHeight]]
*[[osGetWindParam]]  
+
* [[osSetWindParam]]
*[[osSetWindParam]]
+
* [[osWindActiveModelPluginName]]
 +
* [[osReplaceParcelEnvironment]]
 +
* [[osReplaceRegionEnvironment]]
 +
* [[osResetEnvironment]]
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Grid Informations ===
+
=== Grid / Region Information ===
 
{{multicol}}
 
{{multicol}}
*[[osGetGridName]]  
+
* [[osCheckODE]]
*[[osGetGridNick]]  
+
* [[osGetGridCustom]]
*[[osGetGridLoginURI]]
+
* [[osGetGridGatekeeperURI]]
*[[osGetScriptEngineName]]  
+
* [[osGetGridHomeURI]]
*[[osGetSimulatorVersion]]  
+
* [[osGetGridLoginURI]]
*[[osGetSimulatorMemory]]  
+
* [[osGetGridName]]
 +
* [[osGetGridNick]]
 +
* [[osGetMapTexture]]  
 +
* [[osGetPhysicsEngineName]]
 +
* [[osGetPhysicsEngineType]]
 
{{multicol-break}}
 
{{multicol-break}}
*[[osGetMapTexture]]  
+
* [[osGetRegionMapTexture]]  
*[[osGetRegionMapTexture]]  
+
* [[osGetRegionSize]]
*[[osGetRegionStats]]  
+
* [[osGetRegionStats]]  
*[[osLoadedCreationDate]]  
+
* [[osGetScriptEngineName]]  
*[[osLoadedCreationTime]]  
+
* [[osGetSimulatorMemory]]
*[[osLoadedCreationID]]  
+
* [[osGetSimulatorMemoryKB]]
 +
* [[osGetSimulatorVersion]]
 +
* [[osLoadedCreationDate]]  
 +
* [[osLoadedCreationID]]
 +
* [[osLoadedCreationTime]]  
 
{{multicol-end}}
 
{{multicol-end}}
  
=== Administrations ===
+
=== Administration ===
*[[osRegionNotice]]  
+
* [[osConsoleCommand]]  
*[[osRegionRestart]]  
+
* [[osRegionNotice]]
*[[osConsoleCommand]]  
+
* [[osRegionRestart]]  
*[[osSetParcelMediaURL]]  
+
* [[osSetParcelMediaURL]]  
*[[osSetPrimFloatOnWater]]
+
* [[osSetParcelMusicURL]]
*[[osSetParcelSIPAddress]]  
+
* [[osSetParcelSIPAddress]]
 +
 
 +
=== Script ===
 +
*[[osResetAllScripts]]
 +
 
 +
=== String Manipulation ===
 +
{{multicol}}
 +
* [[osFormatString]]
 +
* [[osListenRegex]]
 +
* [[osMatchString]]
 +
* [[osRegexIsMatch]]
 +
* [[osReplaceString]]
 +
* [[osStringSubString]]
 +
{{multicol-break}}
 +
* [[osStringStartsWith]]
 +
* [[osStringEndsWith]]
 +
* [[osStringIndexOf]]
 +
* [[osStringLastIndexOf]]
 +
* [[osStringRemove]]
 +
* [[osStringReplace]]
 +
{{multicol-end}}
  
 
=== Misc ===
 
=== Misc ===
*[[osSetStateEvents]]  
+
{{multicol}}
*[[osList2Double]]  
+
* [[osAESEncrypt]] {{new}}
*[[osKey2Name]]  
+
* [[osAESDecrypt]] {{new}}
*[[osFormatString]]  
+
* [[osAESEncryptTo]] {{new}}
*[[osMatchString]]  
+
* [[osAESDecryptFrom]] {{new}}
*[[osUnixTimeToTimestamp]]  
+
* [[osAngleBetween]]
*[[osParseJSON]]  
+
* [[osApproxEquals]]
 +
* [[osGetPSTWallclock]]
 +
* [[osListSortInPlace]]
 +
* [[osListSortInPlaceStrided]] {{new}}
 +
* [[osIsUUID]]
 +
{{multicol-break}}
 +
* [[osIsNotValidNumber]]
 +
* [[osKey2Name]]
 +
* [[osMax]]
 +
* [[osMin]]
 +
* [[osRound]]
 +
* [[osSHA256]]
 +
* [[osSlerp]]
 +
* [[osUnixTimeToTimestamp]]  
 +
* [[osVecDistSquare]]
 +
* [[osVecMagSquare]]
 +
{{multicol-end}}
  
 
=== Deprecated ===
 
=== Deprecated ===
*[[osParcelSetDetails|<strike>osParcelSetDetails</strike>]] - Use [[osSetParcelDetails]]  
+
* [[osParcelSetDetails|<strike>osParcelSetDetails</strike>]] - Use [[osSetParcelDetails]]  
*[[osSetPenColour|<strike>osSetPenColour</strike>]] - Use [[osSetPenColor]]  
+
* [[osSetPenColour|<strike>osSetPenColour</strike>]] - Use [[osSetPenColor]]  
*[[osSunGetParam|<strike>osSunGetParam</strike>]] - Use [[osGetSunParam]]  
+
* [[osSunGetParam|<strike>osSunGetParam</strike>]] - Use [[osGetSunParam]]  
*[[osSunSetParam|<strike>osSunSetParam</strike>]] - Use [[osSetSunParam]]  
+
* [[osSunSetParam|<strike>osSunSetParam</strike>]] - Use [[osSetSunParam]]  
*[[osTerrainGetHeight|<strike>osTerrainGetHeight</strike>]] - Use [[osGetTerrainHeight]]  
+
* [[osTerrainGetHeight|<strike>osTerrainGetHeight</strike>]] - Use [[osGetTerrainHeight]]  
*[[osTerrainSetHeight|<strike>osTerrainSetHeight</strike>]] - Use [[osSetTerrainHeight]]  
+
* [[osTerrainSetHeight|<strike>osTerrainSetHeight</strike>]] - Use [[osSetTerrainHeight]]
 +
*<strike>osWindParamGet</strike> - Use [[osGetWindParam]]
 +
*<strike>osWindParamSet</strike> - Use [[osSetWindParam]]
 +
* [[osList2Double|<strike>osList2Double</strike>]] - Use llList2Float
 +
* [[osGetSunParam]]
 +
* [[osSetEstateSunSettings]]
 +
* [[osSetRegionSunSettings]]
 +
* [[osSetSunParam]]
 +
* [[osSetPrimFloatOnWater]]
  
 
== See Also  ==
 
== See Also  ==
  
*[[LSL Status|LSL/OSSL Status Page]]  
+
* [[OSSL_vs_LSL|LSL&OSSL : Neighbour functions, similarities and differences]]
 +
* [[Accessing_Prim_Properties|LSL&OSSL : Guide to prims addressing (by linknum, by uuid)]]
 +
* [[LSL Status|LSL/OSSL Status Page]]  
 
*OSSL  
 
*OSSL  
**[[OSSL Status/Types|OSSL Types Status Page]]  
+
** [[OSSL_Implemented|OSSL Implemented Functions]]
**[[OSSL Status/Events|OSSL Events Status Page]]  
+
** [[OSSL Constants|OSSL Constants]]
**[[OSSL Proposals|OSSL Proposed Functions]]  
+
** [[OSSL Status/Types|OSSL Types Status Page]]  
**[[OSSL_Implemented|OSSL Implemented Functions]]  
+
** [[OSSL Status/Events|OSSL Events Status Page]]  
**[[OSSL Enabling Functions]]  
+
 
**[[OSSL Standards|OSSL Standards]]
+
** [[Dynamic_textures|OSSL osDynamicTextures Functions Index Page]]
**[[Dynamic_textures|OSSL osDynamicTextures Functions Index Page]]
+
** [[OSSL TextureDrawing|OSSL TextureDrawing Extended Information]]
**[[OSSL TextureDrawing|OSSL TextureDrawing Extended Information]]
+
** [[OSSLNPC|OSSL functions for working with NPCs]]
 +
 
 +
** [[OSSL Proposals|OSSL Proposed Functions]]  
 +
** [[OSSL Enabling Functions]]  
 +
** [[OSSL Standards|OSSL Standards]]
 +
 
 +
* LS
 +
** [[LightShare#LightShare Scripting|LightShare Functions]]
 +
 
 +
* MOD
 +
** [[OSSL Script Library/ModSendCommand|modSendCommand()]]
 +
** [[OSSL Script Library/ModInvoke|Custom functions using modInvoke()]]
 +
 
 +
* NPC
 +
** [[Appearance_Formats|Appearance Notecard Format]]
  
 +
[[Category:Scripting]]
 +
[[Category:Scripts]]
 
[[Category:OSSL]]
 
[[Category:OSSL]]

Latest revision as of 13:30, 5 March 2024


This information is relative to (almost) the last OpenSimulator Development version. In some cases it may not apply to older versions.

Contents

[edit] OSSL function permissions

Several OSSL functions have execution permission control to prevent abusive or dangerous use.

This is controlled by files osslDefaultEnable.ini and osslEnable.ini, by default in folder bin/config-include
The use logic of these two files is identical to OpenSimDefaults.ini and OpenSim.ini

Older OpenSimulator versions only used file osslEnable.ini.
Some older OpenSimulator versions had checks for all OSSLfunctions.
That made no sense for many functions, so now many are always allowed wasting no time on useless checks.

For details about these permissions, please read file OpenSimDefaults.ini

[edit] osslDefaultEnable.ini

This file contains the defaults for OSSL execution permissions set by OpenSimulator dev team.
Instead of changing defaults defined in code, the OpenSimulator dev team may decide to just make changes in this file.
This file was not present on older OpenSimulator versions.
If you need to change permissions, copy the respective entry to osslEnable.ini and modify there.

[edit] osslEnable.ini

This file contains the local overrides for OSSL permissions.
It is read after osslDefaultEnable.ini, and any entry on it replaces the old one.
This file is not provided on code packages, an osslEnable.ini.example is.
At first time setup, you will need to copy the example file to osslEnable.ini and then edit it for your needs, using osslDefaults.ini as reference.
This was the only file used on older OpenSimulator versions.

[edit] Current OSSL Functions Implemented

[edit] Avatars

[edit] NPCs

[edit] Prim

[edit] Prim Drawing / Dynamic Texture

[edit] Notecard

[edit] Sound

[edit] HTTP

[edit] Parcel

[edit] Terrain

[edit] Region / Parcel Environment

[edit] Grid / Region Information

[edit] Administration

[edit] Script

[edit] String Manipulation

[edit] Misc

[edit] Deprecated

[edit] See Also

Personal tools
General
About This Wiki