aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* Change friends to handle offers as it was originally designed. This mayMelanie2010-03-011-1/+2
| | | | need to be changed in SQLite & MSSQL as well
* List of friends now retrieved upon login. Configured and tested in ↵Diva Canto2010-02-251-13/+13
| | | | standalone only.
* The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-011-16/+18
| | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto2010-01-011-7/+11
| | | | missing from response, namely Library and Friends. Appearance service is also missing.
* A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto2009-12-311-0/+225
| | | | Almost done...
* * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-2/+2
| | | | | * More beef to the LLLoginService * Better design for handling local simulation service
* First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto2009-12-301-0/+740
the existing code.