aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.MySQL/MySQLInventoryData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whole lot more movingSean Dague2008-04-021-648/+0
|
* * Send full inventory folder skeleton to standalone client logins rather ↵Justin Clarke Casey2008-03-281-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.
* Formatting cleanup.Jeff Ames2008-03-181-28/+27
|
* * Add missing locking to mysql inventory pluginJustin Clarke Casey2008-02-121-20/+31
| | | | | | * Should resolve mantis 542
* Converted logging to use log4net.Jeff Ames2008-02-051-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.
* * Optimized usingslbsa712007-12-271-2/+2
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Miscellaneous small tweaks and more logging messages to move towards ↵Justin Clarke Casey2007-12-231-1/+1
| | | | resolving inventory problems
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-21/+21
| | | | Works with LibSL rev>1532
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-0/+22
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* enable autocreation of mysql inventory tables again. I thinkSean Dague2007-12-101-7/+9
| | | | | | I stopped the looping issue on continous upgrade with this as well.
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* This patch fixes mantis 105. Basically, it stops the index exception whenSean Dague2007-12-081-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)
* as a Test, attempted to disable mysql inventory table auto creation.MW2007-12-011-1/+1
|
* * Optimized usingslbsa712007-10-301-49/+68
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-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.
* Added capbility to use MySQL as the database backend in stand alone mode for ↵Tleiades Hax2007-10-131-5/+2
| | | | | | | assets and inventory. Added asset_plugin key to "StandAlone" section of OpenSim.ini
* (no commit message)Tleiades Hax2007-10-131-2/+5
|
* Asset server implementation. Again one of these "plumbing" releases, where ↵Tleiades Hax2007-10-131-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.
* Applied patch 485, inventory patch from tleiades (thanks again).MW2007-10-081-67/+347
|
* Applied Patch 473, Inventory Patch from Tleiades (many thanks).MW2007-10-061-0/+9
|
* == The "right name and place" commit ==lbsa712007-10-051-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
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-23/+35
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-35/+23
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW2007-08-161-0/+9
| | | | if left in inventory will still be there after restarts. (as with the rest of inventory it will only fully work in standalone mode with account authentication turned on).
* * Some work in progress code: Inventory cache, start of inventory ↵MW2007-07-221-0/+34
| | | | | | | | | | | server/service, userprofile cache, inventory handling. (non of it is enabled yet (or at least it shouldn't be). * Fixed some of the problems with crossing regions when flying: you should no longer sink to ground level when crossing (should keep roughly your right height). Should no longer sometimes get sent back to the centre of the current region when attempting to border cross. But instead sometimes you will find you avatar stop at the edge of region and you will need to start moving again to retry the crossing (which should then work). This code is partly based on Babblefrog's issue #212 patch. [I think I have some ideas of how to solve the stopping at edges problem, just want to get the inventory code done first] * Capabilities code has now been moved to the OpenSim.Framework.Communications project as some of the caps code will be tightly tied to inventory/asset handling and it was causing a two way reference problem when it was in its own project/dll. This is a Big commit as I was going to keep my inventory work local until I had it in a working state, in case it brakes anything, but its getting harder to keep in sync with svn.
* changed to native line ending encodingSean Dague2007-07-161-309/+309
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-11/+11
| | | | | * added some licensing info
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-1/+1
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+309
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.