OpenSimMirror/OpenSim/Region/ScriptEngine/Shared/Api/Implementation
Justin Clark-Casey (justincc) 56dcb4e283 Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions.
This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN.
By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses
If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini
2015-03-04 17:29:13 +00:00
..
Plugins refactor: replace verbose checks with String.IsNullOrEmpty where applicable. 2013-11-15 21:45:08 +00:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
ApiManager.cs Add osForceAttachToAvatar() and osForceDetachFromAvatar() 2012-04-24 00:03:57 +01:00
AsyncCommandManager.cs refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 2014-11-25 23:56:32 +00:00
LSL_Api.cs Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions. 2015-03-04 17:29:13 +00:00
LS_Api.cs Following on from 50ea2e0, only fetch scene presence for check if lightscript function has failed initial IsEstateManagerOrOwner() check 2014-01-18 01:36:40 +00:00
MOD_Api.cs Fix problem with modInvoke defined integer constants being build into 2013-08-02 09:44:01 -07:00
OSSL_Api.cs Revert "Adding dynamic ossl permission control" 2015-02-27 12:27:10 -05:00