aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-04-10further renaming of properties for claritySean Dague1-9/+9
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-36/+36
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey1-1/+2
2008-03-19Fixed some comparisons of LLUUIDs to null.Jeff Ames1-4/+2
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-18Formatting cleanup.Jeff Ames1-7/+5
2008-03-18Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson1-8/+49
2008-03-03* Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares1-5/+26
2008-02-18* Do not allow a user to be created if one with the same name already existsJustin Clarke Casey1-27/+18
2008-02-09* Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares1-3/+9
2008-02-07Additional debugging print on LOGOUT if/else in userServer.Charles Krinke1-2/+1