.. |
Properties
|
da32512ea4
Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8.2.*")
|
9 years ago |
Resources
|
c7f6e248e8
Correcting errors in previous change: MySQL needs int unsigned, not
|
9 years ago |
MySQLAgentPreferencesData.cs
|
496f35b4e8
Removing the Store methods in the DB layer of AgentPreferences, as they were simply calling the base ones.
|
9 years ago |
MySQLAssetData.cs
|
f129b824c3
Removing locking on requests in MySQLAssetData.
|
10 years ago |
MySQLAuthenticationData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLAvatarData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLEstateData.cs
|
aadd5627fe
Removed unused code that checked wait_timeout in MySQLEstateData
|
9 years ago |
MySQLFSAssetData.cs
|
f3f748ed11
Bringing FSAssets more inline with current OpenSim standards. * If no connection string found in assets config, fallback to using default database config * Create database storage interface to allow other db connectors to be written at some point * Add MySQL migrations file to create the initial db table * Added new config option named DaysBetweenAccessTimeUpdates to reduce db load by only updating access times when fetching assets if the last access time was over the threshold. This idea was taken from XAssets service. * Change log message headers to indicate FS assets is the source not just assets
|
9 years ago |
MySQLFramework.cs
|
d899bdcb9b
Remove lock in MySQLFramework. This is not necessary as the connection is not shared.
|
10 years ago |
MySQLFriendsData.cs
|
998d7009a6
Eliminated many warnings
|
10 years ago |
MySQLGenericTableHandler.cs
|
8b1b8a3921
I need these for OfflineIM and Groups.
|
11 years ago |
MySQLGridUserData.cs
|
316e8f9239
Fix SQL statement
|
11 years ago |
MySQLGroupsData.cs
|
d32d25634d
Escape find string in MySQL core groups plugin
|
10 years ago |
MySQLHGTravelData.cs
|
b0140383da
Cleanup old hg sessions (older than 2 days)
|
11 years ago |
MySQLInventoryData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLMigrations.cs
|
a3ebd4db3f
Revert "This is a HACK! Downright nasty. For some reason, the devs of the mysql"
|
14 years ago |
MySQLOfflineIMData.cs
|
a517e597f5
Fix wrong sql statement in offline im.
|
11 years ago |
MySQLPresenceData.cs
|
8efae93b51
Restrict IPresenceData.VerifyAgent
|
12 years ago |
MySQLRegionData.cs
|
4cbadc3c49
Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins.
|
11 years ago |
MySQLSimulationData.cs
|
709038aa2a
Remove some use of database connection locking from MySQLSimulationData - this has not been necessary for some time as database connections are not shared.
|
10 years ago |
MySQLUserAccountData.cs
|
522eff6138
Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done.
|
12 years ago |
MySQLUserProfilesData.cs
|
1e444b1449
Change UserProfiles so that the parcel name is used for a ProfilePick and not the parcel owners name. This change also fixes a bug where if the avatar enters and does not move, creating or editing a ProfilePick would set the parcelId as an empty UUID. This is because ScenePresence.currentParcelUUID is not set until the avatar moves.
|
9 years ago |
MySQLXAssetData.cs
|
fabab7414f
Remove database connection locking in MySQLXAssetData. This is unnecessary as connections aren't shared and transactions are already in place where necessary.
|
10 years ago |
MySQLXInventoryData.cs
|
350cd58e5e
refactor: move common inventory folder version update code to parent class in mysql, mssql and sqlite database plugins
|
12 years ago |