| Commit message (Expand) | Author | Age | Files | Lines |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -1/+1 |
* | * Another attempt at fixing the random spurious test error. | Teravus Ovares (Dan Olivares) | 2009-08-26 | 1 | -0/+10 |
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 2009-08-22 | 1 | -0/+5 |
* | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 2009-08-19 | 1 | -0/+5 |
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -1/+1 |
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -0/+5 |
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 2009-08-13 | 1 | -2/+2 |
* | Merged with origin, and resolved one conflict in LoginServiceTests.cs | Diva Canto | 2009-08-11 | 1 | -2/+7 |
|\ |
|
| * | * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv... | Arthur Valadares | 2009-08-11 | 1 | -121/+7 |
* | | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 2009-08-10 | 1 | -0/+10 |
* | | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
|/ |
|
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -2/+2 |
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -1/+1 |
* | InterServiceInventoryService references *almost* completely removed from the ... | diva | 2009-06-11 | 1 | -2/+123 |
* | * Making silent logoff of old hung sessions for new connections default for | Arthur Valadares | 2009-06-01 | 1 | -1/+3 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | * Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv... | Adam Frisby | 2009-05-23 | 1 | -12/+33 |
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 2009-05-23 | 1 | -9/+9 |
* | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 2009-05-07 | 1 | -0/+12 |
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 1 | -1/+3 |
* | * Allow interested user data plugins to store temporary user profiles | Justin Clarke Casey | 2009-04-23 | 1 | -3/+3 |
* | * Add user data plugin to store temporary profiles (which are distinct from c... | Justin Clarke Casey | 2009-04-23 | 1 | -2/+5 |
* | Fix a test-breakage introduced in r9144 | Homer Horwitz | 2009-04-14 | 1 | -2/+2 |
* | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2009-03-29 | 1 | -0/+1 |
* | * Added TXXX in front of unit tests to make sure they are running in the corr... | Sean Dague | 2009-03-09 | 1 | -7/+7 |
* | Refactor login test class. | Mike Mazur | 2009-03-09 | 1 | -115/+126 |
* | Fix tests broken in r8732. | Mike Mazur | 2009-03-09 | 1 | -0/+14 |
* | Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i... | MW | 2009-03-03 | 1 | -1/+1 |
* | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 2009-03-03 | 1 | -17/+113 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -6/+4 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-01-13 | 1 | -1/+1 |
* | Enhanced LoginServiceTests to test for authentication and response | Sean Dague | 2009-01-12 | 1 | -18/+197 |
* | * Centralize references to the well known blank texture 5748decc-f629-461c-9a... | Justin Clarke Casey | 2009-01-05 | 1 | -3/+2 |
* | * Add prereqs and usings required by the Windows compiler | Justin Clarke Casey | 2009-01-05 | 1 | -0/+2 |
* | * Add seed cap check to login test | Justin Clarke Casey | 2009-01-05 | 1 | -5/+15 |
* | * Simplify test code by always setting up mock 'in memory' user and inventory... | Justin Clarke Casey | 2009-01-05 | 1 | -4/+1 |
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 1 | -0/+96 |