OpenSimMirror/OpenSim/Tests/Common/Mock
Justin Clark-Casey (justincc) bcbd450fe4 Add --force flag to "kick user" console command to allow bypassing of recent race condition checks.
This is to allow a second attempt to remove an avatar even if "show connections" shows them as already inactive (i.e. close has already been attempted once).
You should only attempt --force if a normal kick fails.
This is partly for diagnostics as we have seen some connections occasionally remain on lbsa plaza even if they are registered as inactive.
This is not a permanent solution and may not work anyway - the ultimate solution is to stop this problem from happening in the first place.
2012-08-20 20:24:54 +01:00
..
BaseAssetRepository.cs Add copyright headers, formatting cleanup. 2009-05-20 01:32:06 +00:00
MockAssetDataPlugin.cs Implement the "delete" path for assets. Adds a new option to allow remote asset deletion in robust handler. 2010-05-09 17:56:52 +01:00
MockGroupsServicesConnector.cs Start implementing a test for 'share with group' object functionality. Not yet complete. 2010-12-14 23:36:34 +00:00
MockRegionDataPlugin.cs Add a skeleton for a name value storage associated with regions 2012-08-15 02:06:22 +01:00
TestClient.cs Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. 2012-08-20 20:24:54 +01:00
TestInventoryDataPlugin.cs minor: remove some mono compiler warnings 2010-09-16 20:46:24 +01:00
TestLandChannel.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
TestOSHttpRequest.cs Add test for not found response from GetTexture cap handler. 2011-12-05 21:04:17 +00:00
TestOSHttpResponse.cs Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse. 2011-12-05 20:44:20 +00:00
TestScene.cs In ObjectTortureTests, run garbage collector on Teardown and run scene loop update when scene objects have been deleted. 2012-02-15 01:45:25 +00:00