OpenSimMirror/OpenSim/Region/CoreModules/Scripting
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
..
DynamicTexture Dynamic textures shouldn't be saved in the assets service (only in the simulator cache) 2014-04-23 14:42:40 +01:00
EMailModules varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. 2013-12-14 07:53:01 -08:00
HttpRequest Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions. 2015-03-04 17:29:13 +00:00
LSLHttp Add request received/handling stats for caps which are served by http poll handlers. 2013-07-15 23:27:46 +01:00
LoadImageURL Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions. 2015-03-04 17:29:13 +00:00
ScriptModuleComms Better error reporting when registering LSL function extensions (comms module). 2013-08-08 09:45:16 -07:00
VectorRender refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock 2014-11-25 23:21:37 +00:00
WorldComm Fix recent regression with llRegionSayTo() started sending messages twice. 2014-09-26 23:35:29 +01:00
XMLRPC 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