aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-13Update ScriptModuleComms name space to CoreModulesMelanie1-1/+1
2012-11-11Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto3-32/+39
2012-11-11One more module converted: XMLRPCModule. Removed it from the special loading ...Diva Canto1-31/+51
2012-11-11One more module converted: VectorRenderModule.Diva Canto1-27/+41
2012-11-11One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto1-11/+27
2012-11-11One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto1-19/+38
2012-11-11One more module converted: ScriptsHttpRequests.Diva Canto1-9/+25
2012-11-11One more module converted: EmailModule.Diva Canto1-46/+64
2012-11-10document, 80-character width terminal formatting converting comments to docum...SignpostMarv1-15/+65
2012-11-10document & 80-character width terminal formattingSignpostMarv1-56/+114
2012-11-10Converting WorldCommModule to INonSharedRegionModuleSignpostMarv1-11/+25
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+16
2012-10-26refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi...SignpostMarv1-12/+8
2012-10-26adding ability for listeners to be filtered by regular expressions and a gene...SignpostMarv1-19/+110
2012-10-26Formatting and casing correction in WorldCommModule, trailing new line in OSS...SignpostMarv1-3/+3
2012-10-19minor: comment out currently unused logger in DynamicTextureModuleJustin Clark-Casey (justincc)1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto3-9/+5
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto3-5/+9
2012-09-28Lock GDI+ portion og VectorRenderModule.GetDrawStringSize() to prevent concur...Justin Clark-Casey (justincc)1-6/+11
2012-09-17Moving ScriptModuleComms into the CoreModules tree.Mic Bowman1-0/+367