aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-1/+28
| | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
* * additional serveruri cleanupJonathan Freedman2010-10-031-28/+1
|
* Remove "Could not authorize your session into the region" message in favorMelanie2010-08-091-4/+0
| | | | of sending back the actual error message provided by the sim.
* Add search URL to Login ServiceMelanie2010-08-071-1/+17
|
* Fixes mantis #4835Diva Canto2010-07-031-1/+1
|
* Add MapTileURL to robust to supply the url needed by snowglobeMelanie2010-07-021-1/+18
|
* Fixes mantis #4691 for real. This time I tested it, and it works.Diva Canto2010-05-161-1/+17
|
* Fixes mantis #4691Diva Canto2010-05-161-1/+3
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-2/+2
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Changed some properties and methods from private to protected in ↵Mikko Pallari2010-03-111-3/+3
| | | | LLLoginResponse and LLLoginService so they could be inherited better.
* 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.