aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Put out a more comprehensible message when user authentication fails than the...Justin Clarke Casey2007-12-151-21/+2
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-0/+32
* Minor cleanupJeff Ames2007-12-132-18/+13
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-105-10/+10
* From Justin Casey (IBM)Sean Dague2007-12-091-1/+1
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-19/+8
* * 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-132-1/+63
* * Optimized usingslbsa712007-10-307-384/+458
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-294-7/+7
* * Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby2007-10-221-1/+1
* * Some asset loading refactoringlbsa712007-10-171-9/+12
* Renamed SimProfileData to RegionProfileDataTleiades Hax2007-10-172-10/+10
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+29
* Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax2007-10-131-1/+22
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-082-4/+27
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-14/+74
* * 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
* * Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa712007-10-021-7/+1
* revert working getInventoryFolder function because this seemsSean Dague2007-10-011-6/+13
* negative code checkin. All these functions are in the baseSean Dague2007-09-281-162/+1
* implement getInventoryItem and getInventoryFolder (notSean Dague2007-09-281-5/+15
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa712007-09-271-37/+34
* oops, I broke the build. Fixed nowSean Dague2007-09-271-3/+3
* implement something in sqlite inventory that wasn't beforeSean Dague2007-09-271-3/+7
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-31/+30
* * Renamed methods on IUserDatalbsa712007-09-241-17/+17
* * A feeble attempt at adding Grid db support to SQLite, just adding some code...lbsa712007-09-192-3/+69
* put some locking around user access, which should help withSean Dague2007-09-151-45/+53
* move the locks closer to the data, sqlite for assets now works like a champSean Dague2007-09-111-31/+34
* add DeleteAssetSean Dague2007-09-111-10/+14
* added some debugging for tracing where asset code isn't working with sqliteSean Dague2007-09-102-1/+24
* mass update of urls in source code to new websiteSean Dague2007-09-105-5/+5
* hooked up sdague new sqlite asset database provider to the old asset system. ...MW2007-09-101-3/+19
* added SQLiteAssetData class first pass. This should work,Sean Dague2007-09-071-0/+237
* factor out common methods to SQLiteBaseSean Dague2007-09-072-169/+231
* 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
* it helps to actually call TestTables to get the new tables createdSean Dague2007-08-241-0/+2
* updated SQLite Inventory to newer model data definition,Sean Dague2007-08-241-485/+644
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW2007-08-161-0/+17