Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass at cleaning up old OGS1 and Local Inventory: removed ↵ | Diva Canto | 2009-08-10 | 1 | -5/+0 |
| | | | | everything-inventory in CommsManager, which wasn't actively used anymore. | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -11/+0 |
| | |||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 1 | -0/+1 |
| | |||||
* | * Add user data plugin to store temporary profiles (which are distinct from ↵ | Justin Clarke Casey | 2009-04-23 | 1 | -4/+4 |
| | | | | | | | | | cached) * Plugin not yet used * Existing functionality should not be affected in any way | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some ↵ | Justin Clarke Casey | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | | service initialization into CommsManager * What is really needed is a plugin and interface request system as being done for region modules | ||||
* | * Make archiver tests pump the asset server manually instead of starting the ↵ | Justin Clarke Casey | 2009-04-14 | 1 | -2/+9 |
| | | | | | | | | | normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque | ||||
* | * Explicitly start the asset server thread so that unit tests can run single ↵ | Justin Clarke Casey | 2009-04-14 | 1 | -0/+1 |
| | | | | rather than multi-threaded (which may be behind the occasional test freezes) | ||||
* | * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid ↵ | Justin Clarke Casey | 2009-04-14 | 1 | -3/+2 |
| | | | | having Initialise() and Initialize() in the same class - very difficult to read. | ||||
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older ↵ | diva | 2009-02-20 | 1 | -1/+0 |
| | | | | | | | versions will have a hard time communicating with sims on this release and later, especially if they haven't transitioned to RESTComms at all. There's still some cleanup to do on assorted data structures, but the main functional change here is that sims no longer listen on remoting ports. | ||||
* | * Iniital inventory archive test code. Doesn't actually do any testing yet | Justin Clarke Casey | 2009-02-16 | 1 | -0/+4 |
| | |||||
* | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 2009-02-03 | 1 | -11/+12 |
| | | | | | | OpenSim/Data/IInventoryData.cs - trim trailing whitespace | ||||
* | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2009-01-15 | 1 | -1/+2 |
| | | | | | | * Does not yet check results. | ||||
* | * refactor: Remove the need to separately pass in the http listener to the ↵ | Justin Clarke Casey | 2009-01-06 | 1 | -2/+2 |
| | | | | scene - this is always available via CommsManager | ||||
* | * Simplify test code by always setting up mock 'in memory' user and ↵ | Justin Clarke Casey | 2009-01-05 | 1 | -3/+20 |
| | | | | | | | | 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 | ||||
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 1 | -1/+4 |
| | | | | | | * Test does not do authentication | ||||
* | * Check in login service tests beachhead | Justin Clarke Casey | 2009-01-05 | 1 | -2/+7 |
| | |||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -0/+50 |
sprouting another one |