aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Services/LoginResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DST setting wasn't transferred to client, leading to wrong time display.Homer Horwitz2009-04-041-1/+1
|
* Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵diva2009-04-011-4/+5
| | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults.
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-812/+812
|
* Another bit of refactoring to try to make sense of ↵diva2009-03-291-0/+812
OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files.