aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-09-06Mantis #2133Melanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-34/+34
2008-08-25* This commit incorporates the heart of the OpenGridProtocol patch that is cu...Teravus Ovares1-0/+5
2008-08-23Mantis#2032. Thank you kindly, Tyre for a patch that:Charles Krinke1-0/+8
2008-08-19Attachment persistence (Mantis #1711)Melanie Thielker1-46/+7
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
2008-08-09* minor: remove unused grid send/receive keys from user server configurationJustin Clarke Casey1-1/+0
2008-07-31Apply updated patch from issue 1871. Thanks sempuki.Mike Mazur1-25/+25
2008-07-31Thanks, sempuki, for a patch that moves all Grid Server's plugins toMike Mazur1-94/+75
2008-07-04Renaming UserManagerBase.SetUserProfile(UserProfileData) to Dr Scofield1-5/+6
2008-07-04mini-warnings-safari, plus cleanup of IUserServices method naming.Dr Scofield1-50/+52
2008-06-28Mantis#1626. Thank you kindly, Melanie for a patch that:Charles Krinke1-2/+2
2008-06-01* Committing more unfinished stuff. Nothing significant at the moment. IM ...Teravus Ovares1-0/+13
2008-05-31* Implements UserServer logoff in a few situationsTeravus Ovares1-0/+15
2008-05-19i can haz pantz?Sean Dague1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-13/+13
2008-05-15remove my UserAppearance object, switch all code to useSean Dague1-3/+3
2008-05-02plumb in connection string to the user database paths. mysql and mssqlSean Dague1-4/+4
2008-05-02minor refactoring. Change getName and GetVersion methods (yes the had differ...Sean Dague1-1/+1
2008-05-01create pass through of UserManagerBase to plugin callsSean Dague1-4/+55
2008-05-01added in IUserService functions. These don't do anything yet,Sean Dague1-0/+28
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby1-5/+5
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+3
2008-04-10renaming of attributes in UserAgentData for readabilitySean Dague1-17/+17
2008-04-10changing UserAgentData to use properties. This caused moreSean Dague1-31/+31