This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-06-12 23:35:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d95bfc8eec0fcce9d92cb7c19e2d1c120ce2519e
opensim
/
OpenSim
/
Client
/
Linden
History
Justin Clarke Casey
ef9d140022
* Add user data plugin to store temporary profiles (which are distinct from cached)
...
* Plugin not yet used * Existing functionality should not be affected in any way
2009-04-23 18:24:39 +00:00
..
LLClientStackModule.cs
Moved Linden protocol login handling to modules in OpenSim.Client.Linden. There are two region modules in there LLStandaloneLoginModule (for standalone mode) and LLProxyLoginModule (for grid mode which just handles incoming expect_user and logoff_user messages from the remote login server)
2009-03-03 15:41:21 +00:00
LLProxyLoginModule.cs
forgotten files
2009-03-03 15:45:52 +00:00
LLStandaloneLoginModule.cs
Adds session authentication upon NewUserConnections. Adds user key authentication (in safemode only) upon CreateChildAgents. All of this for Hypergrid users too. This addresses assorted spoofing vulnerabilities.
2009-04-14 19:35:35 +00:00
LLStandaloneLoginService.cs
* Add user data plugin to store temporary profiles (which are distinct from cached)
2009-04-23 18:24:39 +00:00