aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/UserManagerBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-4/+2
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* Formatting cleanup.Jeff Ames2008-03-181-7/+5
* Last position will be stored in the DB on logout, and the avatar can continue...Johan Berntsson2008-03-181-8/+49
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-5/+26
* * Do not allow a user to be created if one with the same name already existsJustin Clarke Casey2008-02-181-27/+18
* * Fixed nebadon's UserServer crash bug from yesterday.Teravus Ovares2008-02-091-3/+9
* Additional debugging print on LOGOUT if/else in userServer.Charles Krinke2008-02-071-2/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-29/+20
* Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey2008-02-041-13/+2
* * Add total logouts (and total logins) to server side user statsJustin Clarke Casey2008-01-281-0/+26
* Add additional mainlog data to LogOffUserCharles Krinke2008-01-211-1/+2
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-0/+37
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* * This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares2008-01-091-0/+17
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-051-1/+37
* * Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2007-12-311-0/+74
* * Optimized usingslbsa712007-12-271-14/+18
* Prim inventory script saving phase 1. Create necessary CAPS structures for c...Justin Clarke Casey2007-12-241-1/+1
* Reposition 'user profile not found' messages to stop spurious messages caused...Justin Clarke Casey2007-12-161-29/+22
* Put out a more comprehensible message when user authentication fails than the...Justin Clarke Casey2007-12-151-43/+20
* Minor cleanupJeff Ames2007-12-131-5/+4
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * More console message fixesAdam Frisby2007-12-041-13/+12
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-011-1/+3
* * Here's the issue, on log-off, the routine sets up a null useragent member a...Teravus Ovares2007-11-301-0/+1
* fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2007-11-291-2/+2
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-241-2/+2
* * Changed namespacelbsa712007-11-191-1/+0
* cleaned up some mono compiler warningsJeff Ames2007-11-181-2/+2
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-131-0/+19
* *Master Avatar can be specified by a previous UUID in either grid mode or sta...mingchen2007-11-031-0/+1
* * Optimized usingslbsa712007-10-301-24/+25
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-3/+2
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...lbsa712007-10-051-16/+16
* * UserProfileData meets code conventionslbsa712007-10-051-16/+16
* == The "right name and place" commit ==lbsa712007-10-051-0/+1
* * Moved IUserService to OpenSim.Framework.Interfaceslbsa712007-10-051-1/+1
* * Renamed IUserServices to IUserServicelbsa712007-10-051-1/+1
* * Started major restructusing of comms to prepare for better grid and region ...lbsa712007-09-241-0/+379