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