Histórico de Commits

Autor SHA1 Mensagem Data
  UbitUmarov 31aef4e82b work on previus 2 patchs há 4 anos atrás
  Terry 2f79f463ea Attempt to fix the issue where, when logging into the grid, the user supplies a region name, but instead of going to the specific region, they are sent to a region "Like" the one specified. há 4 anos atrás
  UbitUmarov d9038e650a MySQLConnector is not a MS product há 7 anos atrás
  Melanie Thielker b16abc8166 Massive tab and trailing space cleanup há 7 anos atrás
  UbitUmarov 29f6e3fc7b fix a typo in dbs region range há 7 anos atrás
  UbitUmarov c3e5519bf3 fix db region find by range for varregions ( ignoring others than Mysql) há 8 anos atrás
  UbitUmarov f4719cfe1b fix db region search by a position, for varregions ( ignoring other that há 8 anos atrás
  Justin Clark-Casey (justincc) 4cbadc3c49 Allow one to specify a DefaultHGRegion flag in [GridService] in order to allow different default regions for HG and direct grid logins. há 10 anos atrás
  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. há 11 anos atrás
  Justin Clark-Casey (justincc) 522eff6138 Consistently use using() to make sure we dispose of used MySqlCommands where this is not already being done. há 12 anos atrás
  Oren Hurvitz 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. há 12 anos atrás
  Oren Hurvitz c70e85a327 When reading a region, use null objects to represent NULL fields. há 12 anos atrás
  Diva Canto 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. há 13 anos atrás
  Diva Canto 72748746d5 Fixed some inconsistency with trailing /. Made debug messages consistent. Changed the stored region names of HG regions. Increased the size of regionName in DB. há 13 anos atrás
  Melanie 551015db63 Alphabetize results on region search by prefix matching há 13 anos atrás
  Diva Canto 7741143fb5 Enforce DB limits on region name to 32 chars, or else (not good). Removed a piece of code from Hyperlinker that didn't work anyway. Shortened the hyperlink region name. há 14 anos atrás
  Melanie Thielker 1f25b9e8db Thank you, Marck00, for a patch that implemented region distance sorting há 14 anos atrás
  Diva Canto c4ecbd1fb1 White space from previous commit. há 14 anos atrás
  Marck f91ec19224 Implemented console command "show hyperlinks". há 14 anos atrás
  AlexRa 8a0c5d14d4 All (?) MySQL stores fixed to use DBGuid.FromDB() há 14 anos atrás
  Melanie baaf660511 Merge branch 'master' into presence-refactor há 14 anos atrás
  Master ScienceSim 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. há 14 anos atrás
  Melanie 28d6705358 Preliminary work on the new default region setting mechanism há 14 anos atrás
  John Hurliman 6309fcc5b4 Reverting the memory leak patch for MySQL. Problems have been reported with the grid server after running for several hours há 14 anos atrás
  Melanie 09cd2ac443 Stop null values from being returned on database queries há 14 anos atrás
  Melanie 8a7a947faa Remove the using() constructs from the new style database modules; they caused há 14 anos atrás
  John Hurliman 6720369376 Added CloseDBConnection() to replace the old CloseReaderCommand(). This will close the MySQLConnection attached to a MySQLCommand. I'm not sure if this accounts for every time a database connection needs to be closed, but it matches up 1:1 with the places where the database connection was previously being closed há 14 anos atrás
  John Hurliman 29a4614529 * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset Local member in MySQLAssetData há 14 anos atrás
  Melanie 42746e99bd Make the RegionData plugin store the RegionName há 14 anos atrás
  Melanie 12640d0824 Prevent manually setting Data["locX"] and Data["locY"], since that would há 14 anos atrás