OpenSimMirror/OpenSim/Data/MySQL
Oren Hurvitz da5fd53702 Fixed problem with MySQL: it was possible for one thread to use an incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe. 2012-04-24 20:49:28 +01:00
..
Properties Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
Resources Switch to sha256 from sha1 in order to avoid future asset hash collisions. 2012-03-06 00:14:21 +00:00
MySQLAssetData.cs In the asset service, check that an asset exists before attempting to store it. 2011-08-17 23:24:41 +01:00
MySQLAuthenticationData.cs Fixed problem with MySQL: it was possible for one thread to use an incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe. 2012-04-24 20:49:28 +01:00
MySQLAvatarData.cs remove further mono compiler warnings 2011-05-06 22:47:41 +01:00
MySQLEstateData.cs Move Telehub tables and data from EstateSettings to RegionSettings. 2012-01-22 11:36:04 +00:00
MySQLFramework.cs Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. 2010-02-05 18:07:59 -08:00
MySQLFriendsData.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
MySQLGenericTableHandler.cs Fixed problem with MySQL: it was possible for one thread to use an incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe. 2012-04-24 20:49:28 +01:00
MySQLGridUserData.cs GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. 2010-05-07 21:29:56 -07:00
MySQLInventoryData.cs Plug a security hole in the inventory service 2011-10-31 11:11:36 +00:00
MySQLMigrations.cs Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" 2010-06-19 23:45:56 +01:00
MySQLPresenceData.cs remove further mono compiler warnings 2011-05-06 22:47:41 +01:00
MySQLRegionData.cs Fixed problem with MySQL: it was possible for one thread to use an incomplete list of column names if another thread was creating the list at the same time. Now this is thread-safe. 2012-04-24 20:49:28 +01:00
MySQLSimulationData.cs Use correct casing of RegionSettings.Sandbox in the various database modules. 2012-02-29 00:33:17 +00:00
MySQLUserAccountData.cs Updated MySQL connection management to use the MySQL connection pooling. This should accommodate various timeout problems that exist with the current connection pool code in a more general and standard way. 2010-02-05 18:07:59 -08:00
MySQLXAssetData.cs Fix configuration problems where XAssetDatabasePlugin was picked up accidentally. 2012-03-19 00:18:04 +00:00
MySQLXInventoryData.cs Allow item links to be deleted even when other deletes and purges are disabled. 2011-05-19 00:51:14 +01:00