aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Optimized usingslbsa712007-12-276-30/+31
* Log message tweakingJustin Clarke Casey2007-12-241-5/+5
* Revert a couple of UUIDs back to hyphenated since we actually sometimes store...Justin Clarke Casey2007-12-201-2/+2
* Convert an sqlite user LLUUID I'd missedJustin Clarke Casey2007-12-201-1/+1
* Convert some inventory ids I managed to missJustin Clarke Casey2007-12-201-5/+5
* Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey2007-12-203-13/+13
* Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey2007-12-201-24/+24
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-2/+2
* 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
* 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