aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/UserManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* First step in separating out the Userserver console command handling to a "mo...MW2009-02-241-686/+0
* More refactoring of the UserServer.MW2009-02-241-155/+32
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-2/+2
* Part 1 of refactoring the userserver. Changed it so instead of subclassing th...MW2009-02-221-40/+29
* Add copyright headers. Minor formatting cleanup. Fix some compiler warnings...Jeff Ames2009-02-131-1/+1
* * optimized usings.lbsa712009-02-121-1/+1
* Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW2008-12-021-1/+0
* * refactor: move CreateUser into UserServiceAdminJustin Clarke Casey2008-11-281-0/+8
* * Adding some virtual hooks and making some privaets protected for great just...lbsa712008-11-251-1/+1
* 05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb becau...Melanie Thielker2008-11-231-0/+4
* Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2008-11-231-0/+47
* * Check in the second part of http://opensimulator.org/mantis/view.php?id=233...Justin Clarke Casey2008-10-041-7/+12
* * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr...Justin Clarke Casey2008-09-151-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-42/+42
* * More cleanup, including UserManager.Adam Frisby2008-08-301-87/+89
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
* Plumb in the partner and the account title fields for profile info.Melanie Thielker2008-08-151-0/+29
* Adds UserFlags and GodLevel to the user data store and plumbs then in.Melanie Thielker2008-08-141-0/+25
* Mantis #1946Melanie Thielker2008-08-141-0/+7
* thanks lulurun for a security patch that blocks unathorized access to the inv...Johan Berntsson2008-07-231-0/+39
* * refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey2008-07-221-0/+1
* Mantis#1796. Thank you kindly, StrawberryFride for a patch that:Charles Krinke2008-07-201-19/+6
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-20/+20
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-4/+4
* * This enables grid-wide instant messaging in a peer to peer with tracker sty...Teravus Ovares2008-06-011-1/+1
* * Committing more unfinished stuff. Nothing significant at the moment. IM ...Teravus Ovares2008-06-011-0/+48
* * Implements UserServer logoff in a few situationsTeravus Ovares2008-05-311-0/+48
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-3/+6
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-201-1/+5
* i can haz pantz?Sean Dague2008-05-191-1/+7
* Formatting cleanup.Jeff Ames2008-05-171-2/+2
* in theory implement the backend of appearance for grid.Sean Dague2008-05-161-0/+44
* Formatting cleanup.Jeff Ames2008-05-161-10/+10
* * Rolled back a few changes.Adam Frisby2008-05-011-66/+66
* * Cleaning code still.Adam Frisby2008-05-011-66/+66
* * Cleaned namespaces of entire solution. OpenSim directories now correspond w...Adam Frisby2008-05-011-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-8/+9
* * Implements 'Set Home to Here' Teravus Ovares2008-04-171-0/+87
* further renaming of properties for claritySean Dague2008-04-101-11/+11
* moved fields to properties for UserDataProfile, which wasSean Dague2008-04-101-24/+24
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* Replaced some Console.WriteLine calls with writes to log.Jeff Ames2008-03-171-1/+3
* * More compiler warning nukage.Adam Frisby2008-03-031-2/+0
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-0/+55
* Change handler001 through handler009 to moreCharles Krinke2008-03-021-4/+4
* * More Message server stuff. Still not ready.Teravus Ovares2008-02-261-2/+9
* Converted logging to use log4net.Jeff Ames2008-02-051-10/+4
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-10/+1
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-4/+9
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-0/+37