BlueWall 8efae93b51 Restrict IPresenceData.VerifyAgent 12 gadi atpakaļ
..
Properties e4cb7af98a Updated all existing AssemblyVersions's to 0.7.5.*. Many DLLs still don't have an AssemblyInfo file. 12 gadi atpakaļ
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. 12 gadi atpakaļ
MySQLAssetData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 gadi atpakaļ
MySQLAuthenticationData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 gadi atpakaļ
MySQLAvatarData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 gadi atpakaļ
MySQLEstateData.cs 68365c20c0 Move Telehub tables and data from EstateSettings to RegionSettings. 13 gadi atpakaļ
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. 15 gadi atpakaļ
MySQLFriendsData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 gadi atpakaļ
MySQLGenericTableHandler.cs bf469819a6 Update folder version numbers when moving items and making the Delete(string[], string[]) call (not just string, string). 12 gadi atpakaļ
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 gadi atpakaļ
MySQLInventoryData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 gadi atpakaļ
MySQLMigrations.cs a3ebd4db3f Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" 14 gadi atpakaļ
MySQLPresenceData.cs 8efae93b51 Restrict IPresenceData.VerifyAgent 12 gadi atpakaļ
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. 12 gadi atpakaļ
MySQLSimulationData.cs 3bd3f448a2 Also do other MySQL region settings related calls under m_dbLock, in common with other calls. 12 gadi atpakaļ
MySQLUserAccountData.cs 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. 12 gadi atpakaļ
MySQLXAssetData.cs ab54ce1907 Fix configuration problems where XAssetDatabasePlugin was picked up accidentally. 12 gadi atpakaļ
MySQLXInventoryData.cs 350cd58e5e refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins 12 gadi atpakaļ