aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* A few more inches... Old friends things removed. Less references to UserProfi...Diva Canto2010-01-081-461/+0
* Rename test services to mock services, since this is a more accurate descriptionJustin Clark-Casey (justincc)2009-11-121-147/+4
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
* * Another attempt at fixing the random spurious test error.Teravus Ovares (Dan Olivares)2009-08-261-0/+10
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+5
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+5
* A better purge of trash folder.Diva Canto2009-08-191-1/+1
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-0/+5
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-2/+2
* Merged with origin, and resolved one conflict in LoginServiceTests.csDiva Canto2009-08-111-2/+7
|\
| * * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2009-08-111-121/+7
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+10
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|/
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-051-2/+2
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+1
* InterServiceInventoryService references *almost* completely removed from the ...diva2009-06-111-2/+123
* * Making silent logoff of old hung sessions for new connections default forArthur Valadares2009-06-011-1/+3
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv...Adam Frisby2009-05-231-12/+33
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...Adam Frisby2009-05-231-9/+9
* instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2009-05-071-0/+12
* - moving banned check and public/private check toDr Scofield2009-05-051-1/+3
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-231-3/+3
* * Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey2009-04-231-2/+5
* Fix a test-breakage introduced in r9144Homer Horwitz2009-04-141-2/+2
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-291-0/+1
* * Added TXXX in front of unit tests to make sure they are running in the corr...Sean Dague2009-03-091-7/+7
* Refactor login test class.Mike Mazur2009-03-091-115/+126
* Fix tests broken in r8732.Mike Mazur2009-03-091-0/+14
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW2009-03-031-1/+1
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-031-17/+113
* * optimized usings.lbsa712009-02-121-6/+4
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-01-131-1/+1
* Enhanced LoginServiceTests to test for authentication and responseSean Dague2009-01-121-18/+197
* * Centralize references to the well known blank texture 5748decc-f629-461c-9a...Justin Clarke Casey2009-01-051-3/+2
* * Add prereqs and usings required by the Windows compilerJustin Clarke Casey2009-01-051-0/+2
* * Add seed cap check to login testJustin Clarke Casey2009-01-051-5/+15
* * Simplify test code by always setting up mock 'in memory' user and inventory...Justin Clarke Casey2009-01-051-4/+1
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-051-0/+96