Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds session authentication upon NewUserConnections. Adds user key ↵ | diva | 2009-04-14 | 1 | -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 Casey | 2009-04-14 | 1 | -8/+7 |
| | | | | than relying on another thread | ||||
* | * Explicitly start the asset server thread so that unit tests can run single ↵ | Justin Clarke Casey | 2009-04-14 | 1 | -1/+3 |
| | | | | rather than multi-threaded (which may be behind the occasional test freezes) | ||||
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -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. | lbsa71 | 2009-04-09 | 1 | -3/+95 |
| | |||||
* | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 2009-04-08 | 1 | -3/+14 |
| | |||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-09 | 1 | -2/+2 |
| | |||||
* | * Add basic asset cache get test | Justin Clarke Casey | 2009-03-09 | 1 | -0/+88 |