mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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
This commit is contained in:
@@ -614,7 +614,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
int llGetRegionFlags();
|
||||
//wiki: string llXorBase64StringsCorrect(string str1, string str2)
|
||||
string llXorBase64StringsCorrect(string str1, string str2);
|
||||
void llHTTPRequest(string url, List<string> parameters, string body);
|
||||
string llHTTPRequest(string url, List<string> parameters, string body);
|
||||
//wiki: llResetLandBanList()
|
||||
void llResetLandBanList();
|
||||
//wiki: llResetLandPassList()
|
||||
|
||||
Reference in New Issue
Block a user