aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Login/LLLoginServiceInConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added XFF header processing. Untested, for lack of proxy.Diva Canto2010-09-031-1/+4
|
* Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker2010-05-051-0/+1
| | | | | | This requires a special XMLRPC call, which has to supply the credentials of a god user (User level >= 200). Disabled by default. Also Adds a configuration option to set the initial permitted login level.
* The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto2010-01-011-1/+2
| | | | obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
* Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto2009-12-311-1/+2
| | | | | | because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
* * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-0/+93
* More beef to the LLLoginService * Better design for handling local simulation service