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
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-34/+62
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-08-29This partially implements the LSL function to set the responseMic Bowman1-1/+19
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-05Add support for llRequestSecureURL() if ssl is enabledBlueWall1-5/+56
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
2009-10-09Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman1-2/+2
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-4/+3
2009-09-23Fix endlines on UrlModule.csTeravus Ovares (Dan Olivares)1-242/+242
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto1-242/+242
2009-09-22Thank you, Intari, for a patch that implements the missing pieces ofMelanie1-37/+269
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
2009-08-05* Remove some mono compiler warningsJustin Clark-Casey1-3/+3
2009-07-23Formatting cleanup.Jeff Ames1-6/+6
2009-07-22Thank you, patnad, for a patch to advance the UrlModule's functionality.Melanie Thielker1-6/+9
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-26Revert a change I made to get a better URL because it failes under monoMelanie Thielker1-1/+1
2009-05-26Couple of tweaks to the URL module: handle script reset gracefully andMelanie Thielker1-1/+10
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-4/+4
2009-05-13Fix up some URL detailsMelanie Thielker1-6/+3
2009-05-13Add the port to the generated URL. For some reson this still doesn't want toMelanie Thielker1-1/+1
2009-05-13Make the LSL HTTP server create and give out URLs to scriptsMelanie Thielker1-1/+14
2009-05-13Add most of the meat to the LSL HTTP serverMelanie Thielker1-11/+123
2009-05-13Plumb request and return URL functions.Melanie Thielker1-2/+9
2009-05-13Add a skeleton for the LSLHttpServerMelanie Thielker1-0/+116