aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/Cache/AssetCacheTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-60/+1
|
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-231-0/+5
| | | | | | * Database and the OGS1 plugins are not interested and hence ignore these calls
* Adds session authentication upon NewUserConnections. Adds user key ↵diva2009-04-141-0/+5
| | | | authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
* * Change simple asset cache test to manually pump the asset server rather ↵Justin Clarke Casey2009-04-141-8/+7
| | | | than relying on another thread
* * Explicitly start the asset server thread so that unit tests can run single ↵Justin Clarke Casey2009-04-141-1/+3
| | | | rather than multi-threaded (which may be behind the occasional test freezes)
* * Some more experimental work on distributed assets. Nothing hotwired yet.lbsa712009-04-131-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)
* * Added some more experimental code; nothing wired in so far.lbsa712009-04-091-3/+95
|
* * Introduced some experimental code with regards to asset data substitutionlbsa712009-04-081-3/+14
|
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-091-2/+2
|
* * Add basic asset cache get testJustin Clarke Casey2009-03-091-0/+88