aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-211-11/+11
|
* Remove redundant permissions check in OSSL_Api.csMelanie Thielker2008-09-181-6/+0
|
* From: Robert Smart (SMARTROB@uk.ibm.com)Dr Scofield2008-09-181-0/+187
| | | | | | | | Patch for new scripting method osParseJSON. also, a couple of warning bugs killed.
* Minor formatting cleanup.Jeff Ames2008-09-161-1/+1
|
* Finish up OSSL enable/disable options in XEngine.Melanie Thielker2008-09-151-8/+45
| | | | | | | Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs.
* Refactor the os functions allowed check into the threat check methodMelanie Thielker2008-09-151-184/+5
|
* Add the option to use Allow_osFunction = false for each OS functionMelanie Thielker2008-09-151-0/+11
| | | | | | in the XEngine section
* Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker2008-09-151-60/+254
| | | | | | | Adds the fix from Mantis #2197 in it's new form. Stage one of the scripting security changes, more to come.
* Mantis#2197. Thank you kindly, Tyre, for a patch that:Charles Krinke2008-09-151-0/+50
| | | | | adds the new function osTeleportAgent().
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-101-8/+8
| | | | | Fix unreachable code due to typo in llDetectedGroup.
* Mantis#2153. Thank you kindly, Godfrey for a patch that solves:Charles Krinke2008-09-101-0/+8
| | | | | | | osSetDynamicTextureData() produces error on console if ExtraParams passed empty string
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-16/+15
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Fix osAvatarPlayAnimation to actually do what it says on the boxMelanie Thielker2008-08-251-1/+1
|
* Make the estate owner work. Changes permissions checks to allow theMelanie Thielker2008-08-141-1/+1
| | | | | | | estate owner user the ability to add and remove estate managers, and have EM rights outside of that.
* Patch #9140 (Mantis #1683)Melanie Thielker2008-07-111-0/+14
| | | | | | | Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
* Mantis#1700. Thank you, Melanie for a patch that:Charles Krinke2008-07-091-0/+8
| | | | | Lets osSetParcelMediaTime honor the AllowOSComamnds setting
* for testing purposes only:MW2008-07-091-0/+7
| | | | | | | | added void osSetParcelMediaTime(double time) command to script engines. which sets the position of the media that is playing. Time is in seconds. Doesn't do any security checking (should be checking that the object/script is owned by the parcel owner). So could be abused, if it is then we should remove it, or add the security. Only tested in dotnet scripting engine, but should work in XEngine too.
* Mantis#1643. Thank you Melanie for a patch that:Charles Krinke2008-07-011-0/+6
| | | | | | | In the new runtime, there is a flag to diable all os* comamnds. The implementation of osGetScriptEngineName ignored it. This patch fixes this.
* From: kurt taylor (krtaylor)Dr Scofield2008-07-011-0/+26
| | | | | | | | Another new OSSL function for returning the name of the script engine currently running, osGetScriptEngineName, added to both DotNet and XEngine OSSL API.
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-0/+553
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!