aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove OpenID cookie check (agni_sl_session_id) from *SetContentType Remove c...uriesk2018-12-111-31/+0
* fix lsl http url pool service not beeing removedUbitUmarov2018-11-021-3/+2
* http reusecontext is obsoleteUbitUmarov2018-07-141-3/+0
* Merge branch 'master' into httptestsUbitUmarov2017-05-311-17/+2
|\
| * do another dns request via new cache. My problems bf wheren't mono after all,...UbitUmarov2017-05-301-17/+2
* | fix mergeUbitUmarov2017-05-031-7/+62
|\ \ | |/
| * disable LSL http listener (llRequestURL/llRequestSecureURL) if ExternalHostN...UbitUmarov2017-05-021-7/+62
* | fix mergeUbitUmarov2017-04-251-13/+13
|\ \ | |/
| * Make it possible to override the URL moduleMelanie Thielker2017-01-261-12/+12
* | fix mergeUbitUmarov2017-01-051-19/+19
|\ \ | |/
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-051-19/+19
* | add a Drop method to PollService Event handlers, Drop requests on connections...UbitUmarov2016-07-171-2/+24
|/
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-3/+12
* Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley2016-03-161-0/+2
* fix html encapsulation for MSIE was doing nothingUbitUmarov2015-12-251-1/+1
* merge issue: fix missing '/'UbitUmarov2015-10-241-2/+3
* add a few terminating / in LSLhttp uris as coreUbitUmarov2015-09-101-4/+4
* Merge branch 'master' into careminsterMelanie2013-07-241-2/+4
|\
| * Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-2/+4
| * Supply proper type information for the various types of requestsMelanie2013-06-071-6/+6
| * Adding Avination's PollService to round out the HTTP inventory changesMelanie2013-06-071-4/+4
* | Implement llSetContentType using the new OpenID auth support for authenticationMelanie2013-05-051-1/+50
* | Merge branch 'avination' into careminsterMelanie2013-03-031-1/+7
|\ \
| * | Correctly remove https:// URLs from the http server.Melanie2013-02-171-1/+7
* | | Merge branch 'master' into careminsterMelanie2013-02-271-9/+17
|\ \ \ | | |/ | |/|
| * | Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)2013-02-271-9/+16
* | | Merge branch 'master' into careminsterMelanie2013-02-271-17/+21
|\ \ \ | |/ /
| * | Add regression test for llRequestUrl()Justin Clark-Casey (justincc)2013-02-261-16/+21
* | | Merge branch 'master' into careminsterMelanie2013-01-251-0/+15
|\ \ \ | |/ / | | / | |/ |/|
| * Mantis 6508 llHTTPResponse body is incorrectly interpreted by IETalun2013-01-241-1/+15
* | Merge branch 'master' into careminsterMelanie2012-11-131-0/+5
|\ \ | |/
| * Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
* | Merge branch 'avination' into careminsterMelanie2012-09-271-1/+1
|\ \
| * | just remove the damm thingUbitUmarov2012-09-261-1/+1
| * | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-261-1/+0
| * | UriModule GetEvents also doesn't need a request bodyUbitUmarov2012-09-261-0/+1
* | | Merge branch 'avination' into careminsterMelanie2012-09-101-6/+6
|\ \ \ | |/ /
| * | Remove debug spamMelanie2012-09-041-6/+6
* | | Merge branch 'master' into careminsterMelanie2012-08-311-0/+17
|\ \ \ | |/ / |/| / | |/
| * This partially implements the LSL function to set the responseMic Bowman2012-08-291-1/+19
| * Resolve various race conditions between accessing and removing external scrip...Justin Clark-Casey (justincc)2012-06-221-132/+148
| * Avoid a race condition where an incoming request to a script external URL can...Justin Clark-Casey (justincc)2012-06-221-35/+73
* | Bump number of URLs to 15000 per regionMelanie2012-07-291-1/+1
* | Merge branch 'avination' into careminsterMelanie2012-07-161-5/+5
|\ \
| * | Make https work in the poll service managerMelanie2012-07-151-2/+2
| * | Fix a double parenthesis typoMelanie2012-07-151-1/+1
| * | Set up https to work like http does in the poll handlerMelanie2012-07-151-3/+3
* | | Merge branch 'avination' into careminsterMelanie2012-07-061-5/+5
|\ \ \ | |/ /
| * | Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-4/+4
| * | added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-2/+2