aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Asset/AssetInfoModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-16/+16
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-0/+3
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-2/+2
2012-01-05Make "show asset" command available simulator side. Actually make the servic...Justin Clark-Casey (justincc)1-0/+51
2012-01-05Move simulator asset info commands to an optional module from the connector. ...Justin Clark-Casey (justincc)1-43/+58
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-1/+1
2011-07-13Add experimental module to check status of services that the simulator is con...Justin Clark-Casey (justincc)1-46/+54
2011-06-12First pass at making the V2 map work. Standalones only for now. There are som...Diva Canto1-16/+9
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+0
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...Diva Canto1-4/+0
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-16/+21
2009-10-06* Removed verbose debug messageDiva Canto1-1/+1
2009-08-10Replace the Replaceable modules nameMelanie1-1/+1
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-22Update svn properties.Jeff Ames1-113/+113
2009-06-15Renamed two of the in connector modules, to make things consistent.diva1-1/+1
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules a...diva1-102/+113
2009-06-14Update svn properties.Jeff Ames1-102/+102
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-103/+102
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22Cleaning up a few HG things. HG Posts may now work in grids, but if the home ...diva1-1/+3
2009-05-19Refactor RegionAssetService to load the service connector rather thanMelanie Thielker1-48/+26
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-1/+1
2009-05-17Update svn properties.Jeff Ames1-123/+123
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-138/+123
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-04-27Thanks Tommil for a patch that adds a caching option to GetAssetStreamHandler...diva1-5/+18
2009-04-26Bug fix in initialization of RegionAssetServer/MXP. Sometimes the MXP section...diva1-3/+3
2009-04-21Thank you kindly, TLaukkan for a patch that:Charles Krinke1-1/+3
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby1-23/+22
2009-03-27svn:eol-style property set.diva1-123/+124
2009-03-24* minor: remove mono compiler warningsJustin Clarke Casey1-6/+5
2009-03-21Minor changes in names inside.diva1-74/+2
2009-03-21Moving HGStandaloneAssetService to a new place, and giving it a more generic ...diva1-196/+196
2009-03-19* refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey1-1/+2
2009-02-20* Another stab at removing AssetServer.exe dependencieslbsa711-1/+0
2009-02-19* Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa711-0/+2
2009-02-19* moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa711-1/+0
2009-02-19* Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa711-1/+0
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+2
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-13/+13
2009-02-12* optimized usings.lbsa711-19/+13
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur1-22/+23
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur1-1/+1
2009-01-06* refactor: call AddStreamHandler() directly via CommsManagerJustin Clarke Casey1-4/+4
2008-11-25Update svn properties.Jeff Ames1-199/+199
2008-11-25* minor: eliminate mono compiler warningsJustin Clarke Casey1-2/+3