aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-15Put out a more comprehensible message when user authentication fails than the...Justin Clarke Casey1-21/+2
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+32
2007-12-13Minor cleanupJeff Ames2-18/+13
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames5-10/+10
2007-12-09From Justin Casey (IBM)Sean Dague1-1/+1
2007-12-08This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague1-19/+8
2007-11-30* Fixed a bug in my 'user already logged in' fix that could cause a null refe...Teravus Ovares1-2/+4
2007-11-30* Here's the issue, on log-off, the routine sets up a null useragent member a...Teravus Ovares1-1/+21
2007-11-29fixed duplicate login in standalone mode (mostly untested in grid mode)Jeff Ames1-3/+3
2007-11-13* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...Teravus Ovares2-1/+63
2007-10-30* Optimized usingslbsa717-384/+458
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW4-7/+7
2007-10-22* Removed plenty more untagged console messages. Everything now has shiny gro...Adam Frisby1-1/+1
2007-10-17* Some asset loading refactoringlbsa711-9/+12
2007-10-17Renamed SimProfileData to RegionProfileDataTleiades Hax2-10/+10
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+29
2007-10-13Asset server implementation. Again one of these "plumbing" releases, where no...Tleiades Hax1-1/+22
2007-10-08Applied patch 485, inventory patch from tleiades (thanks again).MW2-4/+27
2007-10-06Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW1-14/+74
2007-10-05* So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...lbsa711-51/+51
2007-10-05* UserProfileData meets code conventionslbsa711-51/+51
2007-10-05== The "right name and place" commit ==lbsa711-0/+1
2007-10-02* Moved setup of LocalInventoryService and LocalUserServices to the app layerlbsa711-7/+1
2007-10-01revert working getInventoryFolder function because this seemsSean Dague1-6/+13
2007-09-28negative code checkin. All these functions are in the baseSean Dague1-162/+1
2007-09-28implement getInventoryItem and getInventoryFolder (notSean Dague1-5/+15
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa711-37/+34
2007-09-27oops, I broke the build. Fixed nowSean Dague1-3/+3
2007-09-27implement something in sqlite inventory that wasn't beforeSean Dague1-3/+7
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-31/+30
2007-09-24* Renamed methods on IUserDatalbsa711-17/+17
2007-09-19* A feeble attempt at adding Grid db support to SQLite, just adding some code...lbsa712-3/+69
2007-09-15put some locking around user access, which should help withSean Dague1-45/+53
2007-09-11move the locks closer to the data, sqlite for assets now works like a champSean Dague1-31/+34
2007-09-11add DeleteAssetSean Dague1-10/+14
2007-09-10added some debugging for tracing where asset code isn't working with sqliteSean Dague2-1/+24
2007-09-10mass update of urls in source code to new websiteSean Dague5-5/+5
2007-09-10hooked up sdague new sqlite asset database provider to the old asset system. ...MW1-3/+19
2007-09-07added SQLiteAssetData class first pass. This should work,Sean Dague1-0/+237
2007-09-07factor out common methods to SQLiteBaseSean Dague2-169/+231
2007-08-30remove debugging statementSean Dague1-1/+1
2007-08-28some changes which get us closer to Sqlite storage for usersSean Dague1-3/+6
2007-08-28Ensure that UserProfileData doesn't pass down null values. Sean Dague1-18/+25
2007-08-28sqlite is storing now, uint64 makes things "interesting".Sean Dague1-7/+8
2007-08-28added some more types that will be neededSean Dague1-2/+14
2007-08-28sqlite user datastore "should" be functionally completeSean Dague1-115/+74
2007-08-27first pass implementation of sqlite storage for user data. ThisSean Dague1-0/+705
2007-08-24it helps to actually call TestTables to get the new tables createdSean Dague1-0/+2
2007-08-24updated SQLite Inventory to newer model data definition,Sean Dague1-485/+644
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-0/+17