aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Login/LLLoginHandlers.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker2010-05-051-2/+2
| | | | | | is left os to figure out what black magic turns AgentCircuitData into AgentData and then copy that into the ScenePresence, where m_Viewer is already added with this commit and waits for the data.
* Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker2010-05-051-0/+37
| | | | | | 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.
* Allow a client to pass a scope id to log into in the login XML / LLSDMelanie2010-04-271-2/+10
|
* A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto2009-12-311-2/+12
| | | | Almost done...
* * Added the Login server handlers that were lost in yesterday's commit griefDiva Canto2009-12-311-0/+139
* More beef to the LLLoginService * Better design for handling local simulation service