Justin Clark-Casey (justincc) 73c9abf5f2 Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. 11 년 전
..
Properties 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 년 전
Resources 7a50705188 Removed the bits about the TOSModule. That module doesn't go into core. WARNING: migration on GridUser withdrawn too, but left the migration number there. 11 년 전
MySQLAssetData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLAuthenticationData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLAvatarData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLEstateData.cs 68365c20c0 Move Telehub tables and data from EstateSettings to RegionSettings. 12 년 전
MySQLFramework.cs e1b5c61247 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. 14 년 전
MySQLFriendsData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLGenericTableHandler.cs 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. 12 년 전
MySQLGridUserData.cs a58859a0d4 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. 14 년 전
MySQLInventoryData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLMigrations.cs a3ebd4db3f Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" 14 년 전
MySQLPresenceData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLRegionData.cs 73c9abf5f2 Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. 11 년 전
MySQLSimulationData.cs 3bd3f448a2 Also do other MySQL region settings related calls under m_dbLock, in common with other calls. 12 년 전
MySQLUserAccountData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 년 전
MySQLXAssetData.cs ab54ce1907 Fix configuration problems where XAssetDatabasePlugin was picked up accidentally. 12 년 전
MySQLXInventoryData.cs bdd7849094 Allow item links to be deleted even when other deletes and purges are disabled. 13 년 전