aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-0/+5
* Introduced preprocess step in FetchAsset (Might revert this later) * Some minor CCC * Added actual implementation of GetUserProfile( uri ) and the corresponding handler to OGS1. * Introduced non-functioning GetUserUri( userProfile) awaiting user server wireup (this might move elsewhere)
2009-04-09* Added some more experimental code; nothing wired in so far.lbsa711-3/+95
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-3/+14
2009-03-09* minor: remove some mono compiler warningsJustin Clarke Casey1-2/+2
2009-03-09* Add basic asset cache get testJustin Clarke Casey1-27/+47
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey1-2/+3
* This simplifies callers in most cases - CachedUserInfo is already handling the rest of the fetch inventory work anyway
2009-02-12* optimized usings.lbsa711-2/+0
2009-01-05* Simplify test code by always setting up mock 'in memory' user and ↵Justin Clarke Casey1-27/+1
inventory data plugins for every TestCommunicationsManager * imo the gain in simplcity of test code outweighs the very small cost of setting up some stuff that some tests will never use
2008-12-12* Add file missing from last commitJustin Clarke Casey1-0/+95