Kevin Houlihan 1458fab82c Reattaching a region was failing if the estate name had not changed (issue 5035). vor 13 Jahren
..
Properties 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. vor 15 Jahren
Resources d992779397 Switched order of SQL statements in Friends migration -- resulted in the wrong key vor 13 Jahren
MySQLAssetData.cs 6b51d8a10e In the asset service, check that an asset exists before attempting to store it. vor 13 Jahren
MySQLAuthenticationData.cs 9923a2ff10 Pull up Assembly of the MySQL 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 just a refactor -- no functional changes whatsoever. vor 13 Jahren
MySQLAvatarData.cs 04ecd748d9 remove further mono compiler warnings vor 13 Jahren
MySQLEstateData.cs 1458fab82c Reattaching a region was failing if the estate name had not changed (issue 5035). vor 12 Jahren
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. vor 14 Jahren
MySQLFriendsData.cs 336665e035 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. vor 13 Jahren
MySQLGenericTableHandler.cs bdd7849094 Allow item links to be deleted even when other deletes and purges are disabled. vor 13 Jahren
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. vor 14 Jahren
MySQLInventoryData.cs 75644e0f6e Prevent activation and deactivation of gestures from clobbering the slam vor 13 Jahren
MySQLMigrations.cs a3ebd4db3f Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql" vor 14 Jahren
MySQLPresenceData.cs 04ecd748d9 remove further mono compiler warnings vor 13 Jahren
MySQLRegionData.cs 9923a2ff10 Pull up Assembly of the MySQL 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 just a refactor -- no functional changes whatsoever. vor 13 Jahren
MySQLSimulationData.cs 086bf9f15d Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero. vor 13 Jahren
MySQLUserAccountData.cs 01f6aee020 Implement avatar picker queries vor 14 Jahren
MySQLXInventoryData.cs bdd7849094 Allow item links to be deleted even when other deletes and purges are disabled. vor 13 Jahren