OpenSimMirror/OpenSim/Data/SQLite
Justin Clark-Casey (justincc) bdd7849094 Allow item links to be deleted even when other deletes and purges are disabled.
If these links are not deleted, then they will build up in the player's inventory until they can no longer log in.
Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being
accidentally moved.  When a link is deleted, the target of the link is never touched.
This is a general solution that accounts for the use of links anywhere in the user's inventory.
2011-05-19 00:51:14 +01:00
..
Properties Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Resources Fix sqlite migration problems by moving migrations in 019_RegionStore.sql and 020 into RegionStore.migrations 2010-09-01 22:06:56 +01:00
SQLiteAssetData.cs * Add CSharpSqlite to prebuild 2010-09-23 01:21:08 -04:00
SQLiteAuthenticationData.cs minor: remove mono compiler warnings 2011-05-06 22:45:03 +01:00
SQLiteAvatarData.cs minor: remove mono compiler warnings 2011-05-06 22:45:03 +01:00
SQLiteEstateData.cs Make the "All Estates" option work from the client (this makes chosen changes to all the estates that the user owns). 2011-04-05 01:30:13 +01:00
SQLiteFramework.cs * Add CSharpSqlite to prebuild 2010-09-23 01:21:08 -04:00
SQLiteFriendsData.cs * Add CSharpSqlite to prebuild 2010-09-23 01:21:08 -04:00
SQLiteGenericTableHandler.cs Allow item links to be deleted even when other deletes and purges are disabled. 2011-05-19 00:51:14 +01:00
SQLiteGridUserData.cs These files are part of the GridUserService write-up. 2010-05-07 21:32:02 -07:00
SQLiteInventoryStore.cs Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. 2010-11-21 17:19:24 -08:00
SQLiteSimulationData.cs In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row from the data adaptor's Rows list in addition to calling Delete. 2011-02-11 23:06:14 +00:00
SQLiteUserAccountData.cs * Add CSharpSqlite to prebuild 2010-09-23 01:21:08 -04:00
SQLiteUtils.cs * Add CSharpSqlite to prebuild 2010-09-23 01:21:08 -04:00
SQLiteXInventoryData.cs Allow item links to be deleted even when other deletes and purges are disabled. 2011-05-19 00:51:14 +01:00