aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-06Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto1-0/+4
2016-03-23Mantis 7842 - remove another possible null dereferenceMelanie Thielker1-18/+18
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
2016-03-14Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mant...Jeff Kelley1-1/+3
2016-03-03Mantis 7833: Fix a condition where email sent from an object that is inMelanie Thielker1-11/+8
2015-12-25fix html encapsulation for MSIE was doing nothingUbitUmarov1-1/+1
2015-12-25assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov1-5/+1
2015-12-25try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read en...UbitUmarov1-16/+33
2015-11-20remove unused return value on DeliverMessageTo()UbitUmarov1-9/+7
2015-11-20remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a...UbitUmarov1-0/+5
2015-10-24 merge issue: fix missing '/'UbitUmarov1-2/+3
2015-10-02 remove unused method parameter master also removedUbitUmarov1-3/+1
2015-09-10add a few terminating / in LSLhttp uris as coreUbitUmarov1-4/+4
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2-2/+1
2015-09-02seems to compile ( tests comented out)UbitUmarov2-28/+5
2015-07-31Eliminated several warningsOren Hurvitz2-0/+4
2015-07-31XMLRPCModule now actually aborts the worker thread when requestedOren Hurvitz1-2/+6
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-2/+2
2015-03-06Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall1-2/+2
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)3-27/+154
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)1-1/+1
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2-2/+0
2014-10-13 change/fix previus commitsUbitUmarov1-1/+1
2014-10-13reduce minimum number of smartpool threads and name itUbitUmarov1-3/+3
2014-09-26Fix recent regression with llRegionSayTo() started sending messages twice.Justin Clark-Casey (justincc)1-8/+2
2014-09-20When sending http requests, close the response stream instead of waitingMelanie Thielker1-1/+4
2014-09-04For processing outbound http requests in the XMLRPCModule, start the thread t...Justin Clark-Casey (justincc)1-5/+4
2014-04-23Dynamic textures shouldn't be saved in the assets service (only in the simula...Oren Hurvitz1-2/+2
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz1-0/+2
2014-01-31Make sure Web streams are disposed after useOren Hurvitz1-4/+3
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-11-23Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe...Justin Clark-Casey (justincc)1-2/+2
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)3-6/+6
2013-10-07varregion: remove scattered use of Constants.RegionSize by having routines re...Robert Adams1-2/+2
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-08-08Better error reporting when registering LSL function extensions (comms module).Robert Adams1-4/+13
2013-08-05Comment out debug log lines about script modules comms for now.Justin Clark-Casey (justincc)1-2/+2
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-2/+4
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)1-1/+1
2013-07-11minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)1-3/+0
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2-40/+238
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-04-10minor: fix mono compiler warning in ScriptsHttpRequests.csJustin Clark-Casey (justincc)1-1/+0
2013-04-04refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...Justin Clark-Casey (justincc)1-10/+4
2013-04-04Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)1-30/+62
2013-03-29Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens1-9/+64