This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
b33db917f59ecfcab96a2aec45e19987dbcb44a2
opensim
/
OpenSim
/
Region
/
CoreModules
/
Framework
/
UserManagement
History
Diva Canto
b33db917f5
Really bad idea to lock m_UserCache for so long in UserManagementModule. Added a special lock object instead, if we really want to avoid concurrent executions of that code.
2013-06-11 15:36:27 -07:00
..
Tests
Try caching the user name for a new agent earlier on in the process of establishing a connection, to see if this helps with "Unknown UserUMMTGUN" issues.
2013-05-29 23:08:54 +01:00
HGUserManagementModule.cs
Fix bug where both ordinary UserManagementModule and HGUserManagementModules were being added to scenes if no UserManagementModule was specified.
2013-05-23 23:05:56 +01:00
UserManagementModule.cs
Really bad idea to lock m_UserCache for so long in UserManagementModule. Added a special lock object instead, if we really want to avoid concurrent executions of that code.
2013-06-11 15:36:27 -07:00