aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/AssetService/AssetServiceBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add basic asset connector tests to check behaviour for normal, local and ↵Justin Clark-Casey (justincc)2012-09-151-2/+2
| | | | | | | temporary assets. Make AssetServiceConnector return more useful data on failure, such as what DLL it was trying to load Allow LocalAssetServiceConnector.GetData() to work without a cache present, as works for the other lasc Get* methods.
* Send the config section name up to the service classes themselves ↵Diva Canto2012-03-271-3/+12
| | | | (XInventory and Assets).
* Fix the AssetServiceBase bug I introduced by reordering configuration loadMelanie Thielker2009-06-231-2/+2
| | | | | | | | order. Thanks, Grumly57, for pointing it out. The point of the original change was to let the more specific setting override the less specific one, actually, I disabled the use of the less specific one.
* Committing the meat of the user server interface and the bones of the ↵Melanie Thielker2009-06-221-10/+12
| | | | service implementation
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-9/+25
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* More additions to the nextgen reference UGAIMMelanie Thielker2009-05-081-0/+76