aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
* good bye ADO.NET to assets, notice faster startup timeSean Dague2008-01-141-103/+66
* move db open to initialization, which is where it should have beenSean Dague2008-01-141-40/+22
* * Do database implementation for prim inventory items in mysqlJustin Clarke Casey2008-01-111-17/+34
* 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
* Switch prim items type representation to use int rather than strings.Justin Clarke Casey2008-01-111-4/+4
* move Friends list to not use ADO.NET layer, it now hits the sqliteSean Dague2008-01-101-96/+43
* add sqlite database definitions as Resources for SQLite.dllSean Dague2008-01-104-0/+197
* * This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares2008-01-091-0/+24
* moving Region store for SQLite into the OpenSim.Framework.Data.SQLiteSean Dague2008-01-091-0/+1760
* * 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-312-6/+191
* * Fixed References in Prebuild so the project compilesTeravus Ovares2007-12-301-0/+25
* * 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