OpenSimMirror/OpenSim/Region/CoreModules/Scripting
Justin Clark-Casey (justincc) 7995c3037a 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, 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:00:41 +00:00
..
DynamicTexture Fix issues with the DynamicTextureModule and corresponding unit tests. 2012-11-11 19:39:21 -08:00
EMailModules One more module converted: EmailModule. 2012-11-11 14:00:58 -08:00
HttpRequest Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() script functions. 2015-03-04 17:00:41 +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:00:41 +00:00
ScriptModuleComms Better error reporting when registering LSL function extensions (comms module). 2013-08-08 09:45:16 -07:00
VectorRender Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTexture() and TestRepeatSameDrawContainingImage() if localhost has a webserver set up. 2014-01-15 00:15:28 +00:00
WorldComm Cleanup on region modules: gave short node id's to all of them. 2012-11-12 18:08:02 -08:00
XMLRPC * Handle null check on configs in module startup so that the the code can be run on 'stop on handled and unhandled null reference exceptions' mode without pausing during startup a bunch of times. I don't think exceptions were really meant for replacing a single if statement... 2013-02-14 18:52:11 -05:00