aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-14good bye ADO.NET to assets, notice faster startup timeSean Dague1-103/+66
2008-01-14move db open to initialization, which is where it should have beenSean Dague1-40/+22
2008-01-11* Do database implementation for prim inventory items in mysqlJustin Clarke Casey1-17/+34
2008-01-11manually open the db connection. Mono does this automatically, .NET doesn'tSean Dague1-0/+1
2008-01-11Log instead of crash (User login, getting friends list)Tedd Hansen1-9/+17
2008-01-11Switch prim items type representation to use int rather than strings.Justin Clarke Casey1-4/+4
2008-01-10move Friends list to not use ADO.NET layer, it now hits the sqliteSean Dague1-96/+43
2008-01-10add sqlite database definitions as Resources for SQLite.dllSean Dague4-0/+197
2008-01-09* This may be broken.. it hasn't been tested, however I wanted to get the l...Teravus Ovares1-0/+24
2008-01-09moving Region store for SQLite into the OpenSim.Framework.Data.SQLiteSean Dague1-0/+1760
2008-01-09* Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares1-0/+21
2008-01-01* You can add and remove a friend in standalone now within the same simulator...Teravus Ovares1-8/+36
2007-12-31* Added database and UserManagerBase glue for FriendsList managementTeravus Ovares2-6/+191
2007-12-30* Fixed References in Prebuild so the project compilesTeravus Ovares1-0/+25
2007-12-27* Optimized usingslbsa716-30/+31
2007-12-24Log message tweakingJustin Clarke Casey1-5/+5
2007-12-20Revert a couple of UUIDs back to hyphenated since we actually sometimes store...Justin Clarke Casey1-2/+2
2007-12-20Convert an sqlite user LLUUID I'd missedJustin Clarke Casey1-1/+1
2007-12-20Convert some inventory ids I managed to missJustin Clarke Casey1-5/+5
2007-12-20Fix up other sqlite db interactions to use non-hyphenated uuidJustin Clarke Casey3-13/+13
2007-12-20Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated formJustin Clarke Casey1-24/+24
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-2/+2
2007-12-19Misc. cleanup:Jeff Ames1-1/+1
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