Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-31 | Thanks, sempuki, for a patch that moves all Grid Server's plugins to | Mike Mazur | 1 | -7/+13 | |
PluginLoader. Fix issue 1871. | |||||
2008-07-03 | Mantis#1661. Thank you kindly, CMickeyb for a patch that: | Charles Krinke | 1 | -0/+24 | |
patch attached to check for timeouts on mysql connections *before* operations occur that are likely to timeout. if timeout occurs or the connections is down, it is reconnected before the operation fails. | |||||
2008-06-26 | Apply patch from bug #1601 -- more documentation for Data/MySQL. Thanks ↵ | Jeff Ames | 1 | -17/+40 | |
kerunix_Flan! | |||||
2008-06-26 | Add patch from bug #1596 - adds Doxygen documentation in OpenSim.Data.MySQL ↵ | Jeff Ames | 1 | -2/+29 | |
files. Thanks kerunix_Flan! | |||||
2008-06-13 | Update svn properties, clean up formatting, refactor out duplicate ↵ | Jeff Ames | 1 | -1/+1 | |
hard-coded port numbers. | |||||
2008-06-12 | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 1 | -1/+1 | |
and no schema. It should also work with a non up to date schema as well. Btw, meetings in which I can get code done are the right kind of meetings. | |||||
2008-06-12 | this, in theory, adds migration support to mysql for all | Sean Dague | 1 | -4/+30 | |
data sources besides the grid store. It is only lightly tested so the less adventurous should wait a couple of checkins before upgrading. | |||||
2008-05-30 | Update svn properties. Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-28 | actually user the database_connect string for mysql. | Sean Dague | 1 | -20/+19 | |
This means you can run all the OpenSim grid services without needing a mysql_connection.ini | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -12/+12 | |
2008-05-06 | De-tabify source. | Jeff Ames | 1 | -1/+1 | |
2008-05-01 | * Refactor: Remove the unused userID parameter that was being passed into ↵ | Justin Clarke Casey | 1 | -56/+7 | |
almost every inventory method * This allows lots of redundant inventory methods with only slightly different names to be eliminated. | |||||
2008-05-01 | * In ur code. Making it static. | Adam Frisby | 1 | -2/+2 | |
* Converted a bunch of functions to static functions. | |||||
2008-05-01 | * Add more class cast exceptions to mysql read inventory item to cover all ↵ | Justin Clarke Casey | 1 | -3/+26 | |
new fields - not just those I think are initially failing. * This is more likely to allow existing mysql databases to work temporarily, if the previous revision doesn't work | |||||
2008-05-01 | * Insert temporary cast exception catching code to deal with mantis 1099 - ↵ | Justin Clarke Casey | 1 | -3/+29 | |
mysql inventoryitems table problem | |||||
2008-04-30 | * Add a scratch implementation of the new inventory fields to the mssql ↵ | Justin Clarke Casey | 1 | -4/+8 | |
database adapter * I don't use mssql so this may not work, corrections (in the form of patches) are welcome. * Unlike mysql, mssql requires manual updating of existing tables here (which should mean just adding the new fields manually) | |||||
2008-04-30 | * Actually enable the inventory upgrade sql if appropriate | Justin Clarke Casey | 1 | -6/+7 | |
2008-04-30 | * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. ↵ | Teravus Ovares | 1 | -4/+17 | |
Thanks A_Biondi and Melanie! * This builds but might not work. JustinCC will examine.. it may work out of the box. | |||||
2008-04-23 | allow for Inventory database source to be specified in main | Sean Dague | 1 | -0/+6 | |
configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those. | |||||
2008-04-23 | * Implement proper emptying of trashcan on standalone | Justin Clarke Casey | 1 | -1/+1 | |
* On standalone, folders (and their items) should now be persistently deleted on trash emptying, as well as immediate child items * An implementation for grid mode will follow. | |||||
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 1 | -3/+4 | |
(this took a while to run). | |||||
2008-04-18 | * Insert some missing database locks for inventory and user data on mysql | Justin Clarke Casey | 1 | -2/+11 | |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 1 | -2/+2 | |
to reflect what they really are. | |||||
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 1 | -17/+17 | |
* wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 1 | -26/+26 | |
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | |||||
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather ↵ | Justin Clarke Casey | 1 | -6/+2 | |
than just the root child folders * This may resolve some current problems with non root child folders on standalone installations. * A fix for the same problem in grid mode will come soon. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -28/+27 | |
2008-02-12 | * Add missing locking to mysql inventory plugin | Justin Clarke Casey | 1 | -20/+31 | |
* Should resolve mantis 542 | |||||
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -16/+18 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -2/+2 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-23 | Miscellaneous small tweaks and more logging messages to move towards ↵ | Justin Clarke Casey | 1 | -1/+1 | |
resolving inventory problems | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -21/+21 | |
Works with LibSL rev>1532 | |||||
2007-12-15 | Grid Inventory feature upgrade: renaming folders should now be correct, ↵ | Brian McBee | 1 | -0/+22 | |
subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode. | |||||
2007-12-10 | enable autocreation of mysql inventory tables again. I think | Sean Dague | 1 | -7/+9 | |
I stopped the looping issue on continous upgrade with this as well. | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -1/+1 | |
notice of doom | |||||
2007-12-08 | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 1 | -9/+17 | |
no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM) | |||||
2007-12-01 | as a Test, attempted to disable mysql inventory table auto creation. | MW | 1 | -1/+1 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -49/+68 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -1/+1 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-13 | Added capbility to use MySQL as the database backend in stand alone mode for ↵ | Tleiades Hax | 1 | -5/+2 | |
assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini | |||||
2007-10-13 | (no commit message) | Tleiades Hax | 1 | -2/+5 | |
2007-10-13 | Asset server implementation. Again one of these "plumbing" releases, where ↵ | Tleiades Hax | 1 | -93/+40 | |
no real functionality has been introduced, but ground work has been made, enabling the asset server, and preparing the sim server to query the asset server. Introduced an "IPlugin" interface, which plugins can inherit from. | |||||
2007-10-08 | Applied patch 485, inventory patch from tleiades (thanks again). | MW | 1 | -67/+347 | |
2007-10-06 | Applied Patch 473, Inventory Patch from Tleiades (many thanks). | MW | 1 | -0/+9 | |
2007-10-05 | == The "right name and place" commit == | lbsa71 | 1 | -0/+1 | |
* Moved InventoryData to Framework.Types/InventoryItemBase.cs * Moved UserData to Framework.Interfaces/IUserData.cs * Moved UserProfileData to Framework/Types/UserProfileData.cs * Deleted ass-backwards Framework dependency on Framework.Data (now it's the other way round) * Changed some namespaces to reflect file structure | |||||
2007-09-27 | Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵ | lbsa71 | 1 | -23/+35 | |
Tleiades patch 444 and 445. | |||||
2007-09-27 | * Tleiades grid mode inventory (#444) - thanx Tleiades! | lbsa71 | 1 | -35/+23 | |
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423) |