aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-042-2/+1
* Eliminated several warningsOren Hurvitz2015-07-312-0/+4
* XMLRPCModule now actually aborts the worker thread when requestedOren Hurvitz2015-07-311-2/+6
* Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall2015-03-061-2/+2
* Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-043-27/+154
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-252-2/+0
* Fix recent regression with llRegionSayTo() started sending messages twice.Justin Clark-Casey (justincc)2014-09-261-8/+2
* For processing outbound http requests in the XMLRPCModule, start the thread t...Justin Clark-Casey (justincc)2014-09-041-5/+4
* Dynamic textures shouldn't be saved in the assets service (only in the simula...Oren Hurvitz2014-04-231-2/+2
* Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2014-04-221-0/+2
* Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-311-4/+3
|\
| * Make sure Web streams are disposed after useOren Hurvitz2014-01-311-4/+3
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-141-2/+2
* | Merge branch 'master' into varregionRobert Adams2013-11-241-2/+2
|\ \ | |/
| * Fix false positive test failure in TestRepeatSameDrawContainingImageReusingTe...Justin Clark-Casey (justincc)2013-11-231-2/+2
* | Merge branch 'master' into varregionRobert Adams2013-11-153-6/+6
|\ \ | |/
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-153-6/+6
* | varregion: remove scattered use of Constants.RegionSize by having routines re...Robert Adams2013-10-071-2/+2
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-281-2/+2
|/
* Better error reporting when registering LSL function extensions (comms module).Robert Adams2013-08-081-4/+13
* Comment out debug log lines about script modules comms for now.Justin Clark-Casey (justincc)2013-08-051-2/+2
* Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)2013-07-151-2/+4
* minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)2013-07-111-1/+1
* minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)2013-07-111-3/+0
* Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2013-07-112-40/+238
* 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
* minor: fix mono compiler warning in ScriptsHttpRequests.csJustin Clark-Casey (justincc)2013-04-101-1/+0
* refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...Justin Clark-Casey (justincc)2013-04-041-10/+4
* Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)2013-04-041-30/+62
* Added missing functionality (mainly custom headers) to llHTTPRequest.Kevin Cozens2013-03-291-9/+64
* minor: save some commented out log lines which will be useful again in future...Justin Clark-Casey (justincc)2013-03-131-0/+5
* Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)2013-02-271-9/+16
* Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-6/+10
* Add regression test for llRequestUrl()Justin Clark-Casey (justincc)2013-02-261-16/+21
* * Handle null check on configs in module startup so that the the code can be ...teravus2013-02-141-6/+8
* Add basic JsonCreateStore() regression testJustin Clark-Casey (justincc)2013-01-251-1/+1
* Mantis 6508 llHTTPResponse body is incorrectly interpreted by IETalun2013-01-241-1/+15
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-11-121-1/+1
|\
| * Update ScriptModuleComms name space to CoreModulesMelanie2012-11-131-1/+1
* | Cleanup on region modules: gave short node id's to all of them.Diva Canto2012-11-121-1/+1
|/
* Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto2012-11-113-32/+39
* One more module converted: XMLRPCModule. Removed it from the special loading ...Diva Canto2012-11-111-31/+51
* One more module converted: VectorRenderModule.Diva Canto2012-11-111-27/+41
* One more module: DynamicTextureModule. Removed it from the special load in th...Diva Canto2012-11-111-11/+27
* One more module converted: LoadImageURLModule. Also removed it from its hard-...Diva Canto2012-11-111-19/+38
* One more module converted: ScriptsHttpRequests.Diva Canto2012-11-111-9/+25
* One more module converted: EmailModule.Diva Canto2012-11-111-46/+64