| Commit message (Expand) | Author | Files | Lines |
2008-05-19 | i can haz pantz? | Sean Dague | 1 | -1/+1 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -13/+13 |
2008-05-15 | remove my UserAppearance object, switch all code to use | Sean Dague | 1 | -3/+3 |
2008-05-02 | plumb in connection string to the user database paths. mysql and mssql | Sean Dague | 1 | -4/+4 |
2008-05-02 | minor refactoring. Change getName and GetVersion methods (yes the had differ... | Sean Dague | 1 | -1/+1 |
2008-05-01 | create pass through of UserManagerBase to plugin calls | Sean Dague | 1 | -4/+55 |
2008-05-01 | added in IUserService functions. These don't do anything yet, | Sean Dague | 1 | -0/+28 |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond w... | Adam Frisby | 1 | -5/+5 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -3/+3 |
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 1 | -17/+17 |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 1 | -31/+31 |
2008-04-10 | further renaming of properties for clarity | Sean Dague | 1 | -9/+9 |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 1 | -36/+36 |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather than... | Justin Clarke Casey | 1 | -1/+2 |
2008-03-19 | Fixed some comparisons of LLUUIDs to null. | Jeff Ames | 1 | -4/+2 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -7/+5 |
2008-03-18 | Last position will be stored in the DB on logout, and the avatar can continue... | Johan Berntsson | 1 | -8/+49 |
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -5/+26 |
2008-02-18 | * Do not allow a user to be created if one with the same name already exists | Justin Clarke Casey | 1 | -27/+18 |
2008-02-09 | * Fixed nebadon's UserServer crash bug from yesterday. | Teravus Ovares | 1 | -3/+9 |
2008-02-07 | Additional debugging print on LOGOUT if/else in userServer. | Charles Krinke | 1 | -2/+1 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -29/+20 |
2008-02-04 | Refactor only: serve stats objects directly through StatsManager singleton | Justin Clarke Casey | 1 | -13/+2 |
2008-01-28 | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 1 | -0/+26 |
2008-01-21 | Add additional mainlog data to LogOffUser | Charles Krinke | 1 | -1/+2 |
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 1 | -0/+37 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |
2008-01-09 | * This may be broken.. it hasn't been tested, however I wanted to get the l... | Teravus Ovares | 1 | -0/+17 |
2008-01-05 | * Applying jhurliman's LLSD login enablement patch. | Teravus Ovares | 1 | -1/+37 |
2007-12-31 | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 1 | -0/+74 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -14/+18 |
2007-12-24 | Prim inventory script saving phase 1. Create necessary CAPS structures for c... | Justin Clarke Casey | 1 | -1/+1 |
2007-12-16 | Reposition 'user profile not found' messages to stop spurious messages caused... | Justin Clarke Casey | 1 | -29/+22 |
2007-12-15 | Put out a more comprehensible message when user authentication fails than the... | Justin Clarke Casey | 1 | -43/+20 |
2007-12-13 | Minor cleanup | Jeff Ames | 1 | -5/+4 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 1 | -2/+2 |
2007-12-04 | * More console message fixes | Adam Frisby | 1 | -13/+12 |
2007-12-01 | Initial working Grid Inventory server. Only been tested on a very small grid,... | MW | 1 | -1/+3 |
2007-11-30 | * Here's the issue, on log-off, the routine sets up a null useragent member a... | Teravus Ovares | 1 | -0/+1 |
2007-11-29 | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 1 | -2/+2 |
2007-11-24 | * Removed references to "new LLUUID()", replaced with LLUUID.Zero. | Adam Frisby | 1 | -2/+2 |
2007-11-19 | * Changed namespace | lbsa71 | 1 | -1/+0 |
2007-11-18 | cleaned up some mono compiler warnings | Jeff Ames | 1 | -2/+2 |
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 1 | -0/+19 |
2007-11-03 | *Master Avatar can be specified by a previous UUID in either grid mode or sta... | mingchen | 1 | -0/+1 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -24/+25 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -3/+2 |
2007-10-05 | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 1 | -16/+16 |
2007-10-05 | * UserProfileData meets code conventions | lbsa71 | 1 | -16/+16 |