aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Tests/LoginServiceTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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