aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-0/+6
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.
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-60/+1
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-0/+5
* Database and the OGS1 plugins are not interested and hence ignore these calls
2009-04-14Adds session authentication upon NewUserConnections. Adds user key ↵diva1-0/+5
authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
2009-04-14* Change simple asset cache test to manually pump the asset server rather ↵Justin Clarke Casey1-8/+7
than relying on another thread
2009-04-14* Explicitly start the asset server thread so that unit tests can run single ↵Justin Clarke Casey1-1/+3
rather than multi-threaded (which may be behind the occasional test freezes)
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