aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Login/LLLoginServiceInConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+2
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-3/+22
|
* Add llGiveInventory() test from object to object where both objects are ↵Justin Clark-Casey (justincc)2012-03-221-1/+0
| | | | owned by the same user.
* 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