aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-03-13minor: save some commented out log lines which will be useful again in future...Justin Clark-Casey (justincc)1-0/+5
2013-03-03Experimental - add void return support to modSendCommandMelanie1-0/+2
2013-02-27Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)1-9/+16
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)1-6/+10
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-02-14* Handle null check on configs in module startup so that the the code can be ...teravus1-6/+8
2013-01-25Add basic JsonCreateStore() regression testJustin Clark-Casey (justincc)1-1/+1
2013-01-24Mantis 6508 llHTTPResponse body is incorrectly interpreted by IETalun1-1/+15
2013-01-24Null check the response body to make sure we're not crashing the script engineMelanie1-0/+6
2013-01-20Implement HTTP Request froma thread pool to avoid packet congestionMelanie1-14/+45