OpenSimMirror/OpenSim/Data/SQLite
Dan Lake 30a9cee425 Merge branch 'master' into dev
Conflicts:
	OpenSim/Region/ClientStack/Linden/Caps/ObjectCaps/UploadObjectAssetModule.cs
	OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
	OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
	OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
	OpenSim/Region/Framework/Scenes/UndoState.cs
2011-07-20 14:35:06 -07: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 refactor: Pull up Assembly of the SQLite classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is a refactor similar to commit 9923a2ff10 for MySQL -- no functional changes. 2011-07-16 09:49:38 +02:00
SQLiteAuthenticationData.cs refactor: Pull up Assembly of the SQLite classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is a refactor similar to commit 9923a2ff10 for MySQL -- no functional changes. 2011-07-16 09:49:38 +02:00
SQLiteAvatarData.cs minor: remove mono compiler warnings 2011-05-06 22:45:03 +01:00
SQLiteEstateData.cs refactor: Pull up Assembly of the SQLite classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is a refactor similar to commit 9923a2ff10 for MySQL -- no functional changes. 2011-07-16 09:49:38 +02:00
SQLiteFramework.cs * Add CSharpSqlite to prebuild 2010-09-23 01:21:08 -04:00
SQLiteFriendsData.cs More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. 2011-05-22 16:51:03 -07:00
SQLiteGenericTableHandler.cs refactor: Pull up Assembly of the SQLite classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is a refactor similar to commit 9923a2ff10 for MySQL -- no functional changes. 2011-07-16 09:49:38 +02: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 Merge branch 'master' into dev 2011-07-20 14:35:06 -07: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 refactor: Pull up Assembly of the SQLite classes as a protected property, so that it can be overwritten in subclasses. That way extensions can decide in which assembly migration resources should be looked up. This is a refactor similar to commit 9923a2ff10 for MySQL -- no functional changes. 2011-07-16 09:49:38 +02:00