aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-24 merge issue: fix missing '/'UbitUmarov1-2/+3
2015-09-10add a few terminating / in LSLhttp uris as coreUbitUmarov1-4/+4
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-2/+4
2013-06-07Supply proper type information for the various types of requestsMelanie1-6/+6
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie1-4/+4
2013-05-05Implement llSetContentType using the new OpenID auth support for authenticationMelanie1-1/+50
2013-02-27Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)1-9/+16
2013-02-26Add regression test for llRequestUrl()Justin Clark-Casey (justincc)1-16/+21
2013-02-17Correctly remove https:// URLs from the http server.Melanie1-1/+7
2013-01-24Mantis 6508 llHTTPResponse body is incorrectly interpreted by IETalun1-1/+15
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-17/+0
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-09-26just remove the damm thingUbitUmarov1-1/+1
2012-09-26 Seems nothing actually need the request body for getevents. so changeUbitUmarov1-1/+0
2012-09-26UriModule GetEvents also doesn't need a request bodyUbitUmarov1-0/+1
2012-09-04Remove debug spamMelanie1-6/+6
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-1/+19
2012-07-29Bump number of URLs to 15000 per regionMelanie1-1/+1
2012-07-15Make https work in the poll service managerMelanie1-2/+2
2012-07-15Fix a double parenthesis typoMelanie1-1/+1
2012-07-15Set up https to work like http does in the poll handlerMelanie1-3/+3
2012-07-05Add an EventType enum and Type field to the poll service event args. This allowsMelanie1-4/+4
2012-07-04 added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov1-2/+2
2012-06-27Comment out a spammy message that will spew 4 lines for each request to aMelanie1-1/+2
2012-06-22Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)1-132/+148
2012-06-22Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)1-35/+73
2012-06-16Change read config paramter from max_urls_per_simulator to max_external_urls_...Justin Clark-Casey (justincc)1-1/+1
2012-06-16Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...Justin Clark-Casey (justincc)1-1/+8
2012-05-23Fix llGetSimulatorHostname to return configured hostnameBlueWall1-0/+4
2012-05-04Temporarily add debug log lines to lsl url request and releaseJustin Clark-Casey (justincc)1-0/+13
2012-01-14Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)1-1/+8
2011-12-07Stop also adding an ordinary http handler when we set up a poll http handler.Justin Clark-Casey (justincc)1-11/+6
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-05-26Some additional protection, it seems that responsedata needs to be locked, bu...Tom1-2/+13
2011-05-17Also fix the locking of url.requests and tidy the locks in generalTom1-23/+31
2011-05-17Lock m_requestMap properly to prevent some nasty access errors and the result...Tom1-30/+51
2011-05-05Add support for llRequestSecureURL() if ssl is enabledBlueWall1-5/+56
2011-03-21Since we've plugged the leak, now increase URLs to 5000 since the limit is be...Tom1-1/+1
2011-02-03Repair x-query-stringTom1-1/+1
2011-01-31Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom1-3/+3
2011-01-29Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom1-4/+9
2011-01-28Significantly increase the total number of URL's available. In second life, ...Tom1-1/+1
2011-01-28Fix a discrepancy vs. SL with parsing x-query-stringTom1-1/+8
2010-07-03Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker1-5/+5
2010-07-03Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker1-2/+2
2010-07-01ANother stab at LSL compatibilityMelanie Thielker1-1/+1
2010-07-01Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-2/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-2/+0
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-0/+2