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