aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thanks to Brianw for pointing out the definition of OwnerUUIDCharles Krinke2008-02-031-1/+1
* * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o...Teravus Ovares2008-02-021-3/+3
* put the number in front of the migrations to make them easier to deal withSean Dague2008-01-234-0/+0
* * Scripts edited within a prim will now be persisted correctlyJustin Clarke Casey2008-01-211-61/+32
* Method renameJustin Clarke Casey2008-01-211-1/+1
* Properly lock new separate database accessesJustin Clarke Casey2008-01-211-52/+55
* * Make object persistence more granular by separating prim and prim inventory...Justin Clarke Casey2008-01-211-13/+6
* * Stopped Physical Object saving on SQLite got commented out in my last commi...Teravus Ovares2008-01-211-3/+3
* * Added hooks for logout to all IUserService and all that implement it.Teravus Ovares2008-01-202-7/+3
* parametrize like clauses for avatar pickerSean Dague2008-01-171-18/+23
* * More prim inventory synchronizationJustin Clarke Casey2008-01-161-11/+14
* * Store task inventory when an object is taken into agent inventoryJustin Clarke Casey2008-01-161-41/+43
* * Restore non dash asset UUID persistence which was made dashed in r3069Justin Clarke Casey2008-01-151-6/+6
* * Mother of all commits:Adam Frisby2008-01-154-7/+35
* my Exists check was slow and wrong. This fixes issues peopleSean Dague2008-01-141-5/+24
* 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