| Commit message (Expand) | Author | Age | Files | Lines |
* | * Introduced common abstract UserDataBase provider | lbsa71 | 2008-03-28 | 1 | -101/+86 |
* | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 2008-03-28 | 1 | -1/+1 |
* | Comment out unused private methods. | Jeff Ames | 2008-03-25 | 1 | -13/+14 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+26 |
* | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 2008-03-03 | 1 | -4/+4 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -8/+10 |
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 1 | -4/+0 |
* | parametrize like clauses for avatar picker | Sean Dague | 2008-01-17 | 1 | -18/+23 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -2/+2 |
* | manually open the db connection. Mono does this automatically, .NET doesn't | Sean Dague | 2008-01-11 | 1 | -0/+1 |
* | Log instead of crash (User login, getting friends list) | Tedd Hansen | 2008-01-11 | 1 | -9/+17 |
* | move Friends list to not use ADO.NET layer, it now hits the sqlite | Sean Dague | 2008-01-10 | 1 | -96/+43 |
* | * This may be broken.. it hasn't been tested, however I wanted to get the l... | Teravus Ovares | 2008-01-09 | 1 | -0/+24 |
* | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 2008-01-09 | 1 | -0/+21 |
* | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 2008-01-01 | 1 | -8/+36 |
* | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 2007-12-31 | 1 | -4/+186 |
* | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 2007-12-30 | 1 | -0/+25 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -23/+21 |
* | Convert an sqlite user LLUUID I'd missed | Justin Clarke Casey | 2007-12-20 | 1 | -1/+1 |
* | Fix up other sqlite db interactions to use non-hyphenated uuid | Justin Clarke Casey | 2007-12-20 | 1 | -6/+6 |
* | Misc. cleanup: | Jeff Ames | 2007-12-19 | 1 | -1/+1 |
* | Put out a more comprehensible message when user authentication fails than the... | Justin Clarke Casey | 2007-12-15 | 1 | -21/+2 |
* | Minor cleanup | Jeff Ames | 2007-12-13 | 1 | -15/+12 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
* | * Fixed a bug in my 'user already logged in' fix that could cause a null refe... | Teravus Ovares | 2007-11-30 | 1 | -2/+4 |
* | * Here's the issue, on log-off, the routine sets up a null useragent member a... | Teravus Ovares | 2007-11-30 | 1 | -1/+21 |
* | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 2007-11-29 | 1 | -3/+3 |
* | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 2007-11-13 | 1 | -0/+53 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -122/+139 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -2/+2 |
* | * Removed plenty more untagged console messages. Everything now has shiny gro... | Adam Frisby | 2007-10-22 | 1 | -1/+1 |
* | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... | lbsa71 | 2007-10-05 | 1 | -51/+51 |
* | * UserProfileData meets code conventions | lbsa71 | 2007-10-05 | 1 | -51/+51 |
* | == The "right name and place" commit == | lbsa71 | 2007-10-05 | 1 | -0/+1 |
* | * Renamed methods on IUserData | lbsa71 | 2007-09-24 | 1 | -17/+17 |
* | put some locking around user access, which should help with | Sean Dague | 2007-09-15 | 1 | -45/+53 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | factor out common methods to SQLiteBase | Sean Dague | 2007-09-07 | 1 | -169/+1 |
* | remove debugging statement | Sean Dague | 2007-08-30 | 1 | -1/+1 |
* | some changes which get us closer to Sqlite storage for users | Sean Dague | 2007-08-28 | 1 | -3/+6 |
* | Ensure that UserProfileData doesn't pass down null values. | Sean Dague | 2007-08-28 | 1 | -18/+25 |
* | sqlite is storing now, uint64 makes things "interesting". | Sean Dague | 2007-08-28 | 1 | -7/+8 |
* | added some more types that will be needed | Sean Dague | 2007-08-28 | 1 | -2/+14 |
* | sqlite user datastore "should" be functionally complete | Sean Dague | 2007-08-28 | 1 | -115/+74 |
* | first pass implementation of sqlite storage for user data. This | Sean Dague | 2007-08-27 | 1 | -0/+705 |