aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteUserData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* whole lot more movingSean Dague2008-04-021-821/+0
* * Introduced common abstract UserDataBase providerlbsa712008-03-281-101/+86
* * Introduced common abstract AssetDataBase implementing IAssetProviderlbsa712008-03-281-1/+1
* Comment out unused private methods.Jeff Ames2008-03-251-13/+14
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
* * Applying Ahzz's profile patch. Thanks Ahzz! Teravus Ovares2008-03-031-4/+4
* Converted logging to use log4net.Jeff Ames2008-02-051-8/+10
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-201-4/+0
* parametrize like clauses for avatar pickerSean Dague2008-01-171-18/+23
* * Mother of all commits:Adam Frisby2008-01-151-2/+2
* manually open the db connection. Mono does this automatically, .NET doesn'tSean Dague2008-01-111-0/+1
* Log instead of crash (User login, getting friends list)Tedd Hansen2008-01-111-9/+17
* move Friends list to not use ADO.NET layer, it now hits the sqliteSean Dague2008-01-101-96/+43
* * This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares2008-01-091-0/+24
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-091-0/+21
* * You can add and remove a friend in standalone now within the same simulator...Teravus Ovares2008-01-011-8/+36
* * Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2007-12-311-4/+186
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-0/+25
* * Optimized usingslbsa712007-12-271-23/+21
* Convert an sqlite user LLUUID I'd missedJustin Clarke Casey2007-12-201-1/+1
* Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey2007-12-201-6/+6
* Misc. cleanup:Jeff Ames2007-12-191-1/+1
* Put out a more comprehensible message when user authentication fails than the...Justin Clarke Casey2007-12-151-21/+2
* Minor cleanupJeff Ames2007-12-131-15/+12
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Fixed a bug in my 'user already logged in' fix that could cause a null refe...Teravus Ovares2007-11-301-2/+4
* * Here's the issue, on log-off, the routine sets up a null useragent member a...Teravus Ovares2007-11-301-1/+21
* fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames2007-11-291-3/+3
* * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2007-11-131-0/+53
* * Optimized usingslbsa712007-10-301-122/+139
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-2/+2
* * Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby2007-10-221-1/+1
* * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...lbsa712007-10-051-51/+51
* * UserProfileData meets code conventionslbsa712007-10-051-51/+51
* == The "right name and place" commit ==lbsa712007-10-051-0/+1
* * Renamed methods on IUserDatalbsa712007-09-241-17/+17
* put some locking around user access, which should help withSean Dague2007-09-151-45/+53
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* factor out common methods to SQLiteBaseSean Dague2007-09-071-169/+1
* remove debugging statementSean Dague2007-08-301-1/+1
* some changes which get us closer to Sqlite storage for usersSean Dague2007-08-281-3/+6
* Ensure that UserProfileData doesn't pass down null values. Sean Dague2007-08-281-18/+25
* sqlite is storing now, uint64 makes things "interesting".Sean Dague2007-08-281-7/+8
* added some more types that will be neededSean Dague2007-08-281-2/+14
* sqlite user datastore "should" be functionally completeSean Dague2007-08-281-115/+74
* first pass implementation of sqlite storage for user data. ThisSean Dague2007-08-271-0/+705