aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)1-1/+2
2010-01-10Some more unnecessary things deleted in Framework.Communications.Diva Canto1-910/+0
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto1-19/+0
2009-12-06Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's ...Kunnis1-3/+0
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-09-30Make create user to the Right Thing with regard to salting user passwordsMelanie1-2/+4
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)1-4/+28
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto1-1/+1
2009-08-11* Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares1-1/+1
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-08-10Conditional to prevent a null ref in tests. The tests may still not pass.Diva Canto1-1/+1
2009-06-10Bug fix for creating users in standalone: the newly-created root folder was n...diva1-0/+3
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-1/+25
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04* Resolve http://opensimulator.org/mantis/view.php?id=3573Justin Clarke Casey1-2/+2
2009-04-23* Allow interested user data plugins to store temporary user profilesJustin Clarke Casey1-3/+10
2009-04-23* Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey1-17/+23
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey1-2/+8
2009-04-22* Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey1-20/+25
2009-04-22* Allow plugins to play nicely in UserManagerBaseJustin Clarke Casey1-23/+25
2009-04-22* Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey1-57/+51
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva1-0/+15
2009-04-13* Some more experimental work on distributed assets. Nothing hotwired yet.lbsa711-2/+6
2009-04-08* Introduced some experimental code with regards to asset data substitutionlbsa711-0/+5
2009-03-21Initial support for authentication/authorization keys in UserManagerBase, and...diva1-1/+82
2009-02-12* optimized usings.lbsa711-4/+3
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur1-1/+1
2009-02-03- moved data plugin loading code from various places toMike Mazur1-12/+9
2009-02-03- move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur1-30/+30
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-3/+0
2008-12-02changed UserManagerBase. IInterServiceInventoryServices m_interServiceInvent...MW1-1/+1
2008-11-28* refactor: rename UserServiceAdmin to UserAdminServiceJustin Clarke Casey1-1/+1
2008-11-28* refactor: move CreateUser into UserServiceAdminJustin Clarke Casey1-22/+46
2008-11-27* Remove unused and largely unimplemented UpdateUserCurrentRegion()Justin Clarke Casey1-15/+0
2008-11-27* test: Add the ability to add a plugin directory to the user and inventory s...Justin Clarke Casey1-6/+26
2008-11-25* Adding some virtual hooks and making some privaets protected for great just...lbsa711-1/+1
2008-11-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker1-0/+8
2008-11-23Mantis#2660. Thank you kindly, Ruud Lathrop for a patch that:Charles Krinke1-5/+24
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-1/+1
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-1/+1
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-1/+1
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-1/+23
2008-10-17* reverse part of a change that accidentally crept in with the last revisionJustin Clarke Casey1-0/+4
2008-10-17* Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290Justin Clarke Casey1-5/+15
2008-09-30* Replacing Net.HttpListener with HttpServer. Teravus Ovares1-3/+6
2008-09-25* In Standalone, add a persistant account for the OGP user.Teravus Ovares1-2/+7
2008-09-15* refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr...Justin Clarke Casey1-23/+0
2008-09-15* refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey1-1/+1
2008-09-15* Add "reset user password" command to standalone region consoleJustin Clarke Casey1-2/+27
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey1-100/+96