aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-216/+326
2018-12-11Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c...uriesk1-31/+0
2018-11-02fix lsl http url pool service not beeing removedUbitUmarov1-3/+2
2018-07-14http reusecontext is obsoleteUbitUmarov1-3/+0
2017-05-30do another dns request via new cache. My problems bf wheren't mono after all,...UbitUmarov1-17/+2
2017-05-02 disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...UbitUmarov1-7/+62
2017-01-26Make it possible to override the URL moduleMelanie Thielker1-12/+12
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-19/+19
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-34/+62
2016-07-17add a Drop method to PollService Event handlers, Drop requests on connections...UbitUmarov1-2/+24
2016-03-16Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker1-3/+12
2016-03-16Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley1-0/+2
2015-12-25fix html encapsulation for MSIE was doing nothingUbitUmarov1-1/+1
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