aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/ILoginService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+2
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto1-1/+2
client ip address to agent circuit data, so that it's always there.
2010-05-05Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker1-1/+1
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.
2010-05-05Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker1-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.
2010-04-27Allow a client to pass a scope id to log into in the login XML / LLSDMelanie1-1/+2
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto1-1/+2
Almost done...
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto1-0/+3
* More beef to the LLLoginService * Better design for handling local simulation service
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto1-4/+15
the existing code.
2009-09-11Removed RequestLandData from IGridService because it's already in another place.Diva Canto1-2/+3
Moved GetMapBlocks to a new interface IMapService.
2009-08-10Stub out the Profile and Presence servicesMelanie1-3/+2
2009-06-22Update svn properties.Jeff Ames1-38/+38
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of ↵diva1-38/+38
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
2009-06-14Update svn properties.Jeff Ames1-38/+38
2009-06-14Oops. Forgot to add this file.diva1-33/+38
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames1-0/+27
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-1/+1
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+6