Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-10-20 | store rotation axis locks in MySql and SQlite dbs ( others need to be ↵ | UbitUmarov | 2 | -3/+15 | |
updated also | |||||
2015-09-28 | put back virtual declarations | UbitUmarov | 1 | -14/+14 | |
2015-09-28 | remove virtual declarations master doesnt have | UbitUmarov | 1 | -14/+14 | |
2015-09-15 | Added migration for UserAccounts table. | Kevin Cozens | 1 | -0/+7 | |
2015-09-15 | remove redundant using(){} | UbitUmarov | 1 | -47/+40 | |
2015-09-14 | try to add a mysql migration to avn | UbitUmarov | 1 | -0/+15 | |
2015-09-03 | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 6 | -90/+54 | |
scenepresence) | |||||
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 3 | -109/+33 | |
2015-08-25 | let mysql be happy with a NULL heighmap ( yeap i made several ) | UbitUmarov | 1 | -2/+5 | |
2015-08-23 | fix db region find by range for varregions ( ignoring others than Mysql) | UbitUmarov | 1 | -0/+33 | |
2015-08-23 | fix db region search by a position, for varregions ( ignoring other that | UbitUmarov | 1 | -0/+40 | |
mysql for now ) | |||||
2015-08-23 | fix mySQL ( ignoring other dbs ) | UbitUmarov | 1 | -1/+2 | |
2015-08-11 | Removed unused code that checked wait_timeout in MySQLEstateData | Oren Hurvitz | 1 | -34/+0 | |
2015-07-14 | Correcting errors in previous change: MySQL needs int unsigned, not | Melanie Thielker | 1 | -1/+1 | |
unsigned int. PGSQL has no unsigned types, changing to bigint. | |||||
2015-07-14 | Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim! | Melanie Thielker | 1 | -0/+8 | |
2015-07-12 | Bringing FSAssets more inline with current OpenSim standards. * If no ↵ | AliciaRaven | 2 | -25/+100 | |
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 Signed-off-by: Melanie Thielker <melanie@t-data.com> | |||||
2015-07-11 | Some cleanup, add prebuild project, correct path | Melanie Thielker | 1 | -4/+0 | |
2015-07-11 | Rename for uniformity, add data module | Melanie Thielker | 1 | -0/+361 | |
2015-06-14 | Removing the Store methods in the DB layer of AgentPreferences, as they were ↵ | Diva Canto | 1 | -5/+0 | |
simply calling the base ones. | |||||
2015-06-14 | Quell three new warnings I introduced with AgentPrefsData, return an empty ↵ | Cinder | 1 | -2/+2 | |
llsd map instead of an empty llsd block when no AgentPrefs service is available to try and appease Firestorm Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Refactor AgentPreferences so that database operations happen centrally. the ↵ | Cinder | 1 | -15/+2 | |
opensim way. Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Relicense AgentPreferences files to BSD and OpenSimulator | Cinder | 1 | -23/+24 | |
Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-06-13 | Support for Linden AgentPreferences capability and friends ↵ | Cinder | 2 | -0/+91 | |
(UpdateAgentLanguage and UpdateAgentInformation) and Mantis #7157 Signed-off-by: Diva Canto <diva@metaverseink.com> | |||||
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵ | Diva Canto | 1 | -1/+1 | |
AssemblyVersion("0.8.2.*") | |||||
2015-04-12 | Change UserProfiles so that the parcel name is used for a ProfilePick and ↵ | AliciaRaven | 1 | -2/+4 | |
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. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com> | |||||
2015-03-27 | varregion: refactor use of 'double heightmap[,]' into references to new ↵ | Robert Adams | 1 | -27/+39 | |
class TerrainData and push the implementation from Scene into the database readers and writers. | |||||
2015-03-04 | Alter the migrations so that it is a no-op as the columns are unused and the ↵ | BlueWall | 2 | -4/+2 | |
operation is very expensive | |||||
2015-03-04 | Chase latest change to asset description length with an update to ↵ | Cinder | 1 | -1/+9 | |
XAssetStore db tables Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2015-03-04 | Revert "Chase latest change to asset description length with an update to ↵ | BlueWall | 1 | -9/+1 | |
XAssetStore db tables" This reverts commit e520364f65e1915e13d28b829e9dd62f6904957d. | |||||
2015-03-04 | Chase latest change to asset description length with an update to ↵ | Cinder | 1 | -1/+9 | |
XAssetStore db tables Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2015-03-03 | Follow up to last commit, fix field length | Cinder | 1 | -0/+3 | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | |||||
2015-01-13 | Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
set the UserId parameter instead of the non-existing Id parameter when writing a record because none yet exists. SQLite version is already correct for this. | |||||
2014-11-25 | Fix whitespace hoping to avoid a flogging | BlueWall | 1 | -5/+5 | |
2014-11-24 | Re-work handling of email notifications settings. | BlueWall | 1 | -3/+0 | |
2014-11-23 | Fix handling of user preference updates where no email address is supplied | BlueWall | 1 | -4/+9 | |
2014-10-27 | Add hypergrid teleporting support to user profiles picks | BlueWall | 2 | -3/+12 | |
2014-10-15 | Fix logging level to Error in exception handlers | BlueWall | 1 | -18/+18 | |
2014-09-21 | remove redundant lock | UbitUmarov | 1 | -1/+2 | |
2014-08-22 | Remove database connection locking in MySQLXAssetData. This is unnecessary ↵ | Justin Clark-Casey (justincc) | 1 | -186/+168 | |
as connections aren't shared and transactions are already in place where necessary. | |||||
2014-08-22 | Remove query locking in MySQLUserProfileData. This is not necessary as the ↵ | Justin Clark-Casey (justincc) | 1 | -20/+8 | |
connection is not shared. | |||||
2014-08-22 | Remove some use of database connection locking from MySQLSimulationData - ↵ | Justin Clark-Casey (justincc) | 1 | -318/+298 | |
this has not been necessary for some time as database connections are not shared. However, many locks remain since they may effectively be providing transactionality in some operations (e.g. prim updates across multiple tables). These are candidates for being replaced with proper database transactions, since this would not block unrelated operations (e.g. land save and object save) or unrelated operations on the same tables (e.g. storage of one linkset whilst another is being removed). In practice, any performance deg due to contention is probably rare and short lived as the major prim operations are performed in memory and only persisted some time afterwards. | |||||
2014-08-22 | Remove lock in MySQLFramework. This is not necessary as the connection is ↵ | Justin Clark-Casey (justincc) | 1 | -21/+12 | |
not shared. | |||||
2014-08-22 | Removing locking on requests in MySQLAssetData. | Justin Clark-Casey (justincc) | 1 | -161/+144 | |
These locks are not necessary since the connection is taken from the underlying mysql pool and not shared. Such locking is already not done by some other parts of OpenSim.Data.MySQL. Pointed out by arribasim-dev | |||||
2014-08-09 | Give extra info on the call stack when SQL errors happen | Melanie Thielker | 1 | -0/+1 | |
2014-07-29 | Persist new land fields for access control | Melanie Thielker | 1 | -2/+14 | |
2014-07-21 | Add missing parts to profiles - classified delete | BlueWall | 1 | -7/+3 | |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-05-31 | Fix a bug where estate not found would result in a dummy estate record with ↵ | Diva Canto | 1 | -2/+9 | |
erroneous information. Also, added conversion of EstateSettings from/to key-value pairs in preparation for robust net work connectors. | |||||
2014-05-15 | Escape find string in MySQL core groups plugin | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2014-04-24 | When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵ | Oren Hurvitz | 1 | -5/+0 | |
constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6". |