diff options
author | Sean Dague | 2007-12-12 22:14:43 +0000 |
---|---|---|
committer | Sean Dague | 2007-12-12 22:14:43 +0000 |
commit | 7625438adeb2211ee9c3f6532819eea2a0673c5d (patch) | |
tree | 6ce5553fa4c9fb60cf1024f2db639b9a386153da /OpenSim/Region/ScriptEngine/Common | |
parent | Thanks to Alondria for: (diff) | |
download | opensim-SC_OLD-7625438adeb2211ee9c3f6532819eea2a0673c5d.zip opensim-SC_OLD-7625438adeb2211ee9c3f6532819eea2a0673c5d.tar.gz opensim-SC_OLD-7625438adeb2211ee9c3f6532819eea2a0673c5d.tar.bz2 opensim-SC_OLD-7625438adeb2211ee9c3f6532819eea2a0673c5d.tar.xz |
From Michael Osias (IBM)
This patch implements the llHttpRequest function via a region module,
HttpScriptsRequest. There were bits and peices in LSLLong_cmd_handler,
which I moved into the region module, and just check for completed
requests and dispatch the http_response callback event instead.
works for me as of r2674
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs index 545b99c..10e71b3 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | |||
@@ -614,7 +614,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
614 | int llGetRegionFlags(); | 614 | int llGetRegionFlags(); |
615 | //wiki: string llXorBase64StringsCorrect(string str1, string str2) | 615 | //wiki: string llXorBase64StringsCorrect(string str1, string str2) |
616 | string llXorBase64StringsCorrect(string str1, string str2); | 616 | string llXorBase64StringsCorrect(string str1, string str2); |
617 | void llHTTPRequest(string url, List<string> parameters, string body); | 617 | string llHTTPRequest(string url, List<string> parameters, string body); |
618 | //wiki: llResetLandBanList() | 618 | //wiki: llResetLandBanList() |
619 | void llResetLandBanList(); | 619 | void llResetLandBanList(); |
620 | //wiki: llResetLandPassList() | 620 | //wiki: llResetLandPassList() |