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