aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Stop grid inventory network failures crashing the client sessionJustin Clarke Casey2008-03-181-13/+46
| | | | | | * Now the operation will just fail and post a message to the log instead, which may be mysterious to the client but isn't so brutal
* Formatting cleanup.Jeff Ames2008-03-181-26/+26
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Added a method to access a named folder in a users inventory, to the ↵MW2008-02-131-0/+5
| | | | inventory Database interfaces. This could be useful for adding a item to a users inventory from say a web front end application or some other third party application. [note the method is only currently implemented in the sqlite provider]
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-10/+10
|
* Converted logging to use log4net.Jeff Ames2008-02-051-11/+13
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* some small changes, like adding a couple of extra methods to ↵MW2008-02-051-0/+10
| | | | IInventoryServices so that a check can be done to see if a inventory set exists for a certain user.
* * Optimized usingslbsa712007-12-271-12/+12
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Miscellaneous small tweaks and more logging messages to move towards ↵Justin Clarke Casey2007-12-231-8/+32
| | | | resolving inventory problems
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-1/+1
| | | | Works with LibSL rev>1532
* * Make inventory operations sync rather than async. This is to alleviate ↵Justin Clarke Casey2007-12-151-28/+9
| | | | | | | | | race conditions such as that in mantis #190 * Make inventory messages more verbose. Hopefully they aren't now too verbose * This may resolve some grid instability but it's likely there's much more out there.
* Grid Inventory feature upgrade: renaming folders should now be correct, ↵Brian McBee2007-12-151-0/+10
| | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode.
* Another addition to Inventory debug output.MW2007-12-141-1/+1
|
* more inventory debugging output added to region server.MW2007-12-141-1/+3
|
* Added some extra debug console output to Inventory Server and region OGS1 ↵MW2007-12-141-8/+10
| | | | inventory requests.
* * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST ↵Teravus Ovares2007-12-141-3/+3
| | | | calls
* * Start listening for client connections immediately after a region ↵Teravus Ovares2007-12-121-0/+1
| | | | | | | | initializes during initial instance startup. (as opposed to waiting for 'all of the regions' to initialize first) * Removed hackish timer based client notification about regions up (no longer needed) * Added a comment about an inventory based login failure that causes me lots of greif testing and debugging. Comment includes *why* it's failing.
* Attempt to fix mantis issue #82, taking prims into inventory and then ↵MW2007-12-021-0/+1
| | | | rezzing them in another region.
* Some refactoring , mainly on Inventory code. MW2007-12-021-1/+1
|
* Initial working Grid Inventory server. Only been tested on a very small ↵MW2007-12-011-14/+96
| | | | | | | grid, so likely to have problems on a larger grid with more people? To use , both the user server and Inventory server need to be running this latest revision. (older regions should be able to still be used, just the user won't have inventory on them). Also and HERE IS THE BIG BREAK ISSUE, currently, so that the initial inventory details for a user are added to the inventory db , you need to recreate the accounts using the user server "create user" feature. It should be quite easy to manual populate the inventory database instead but I someone else will need to look into that) Also I've only tested using SQLite as the database provider, there is a Mysql inventory provider but I don't know if it works (SQLite is set as default, so you will need to change it in the inventory server config.xml)
* * Diuerse beavtificatemslbsa712007-11-011-5/+2
|
* Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax2007-10-301-3/+21
| | | | InevntoryServer
* * Optimized usingslbsa712007-10-301-12/+5
| | | | | | * 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 prototypical AvatarFactory module interface to load avatar parameterslbsa712007-10-261-2/+2
| | | | | | | * Added dump_assets_to_file option to enable asset dumping for debug * normalized some namespaces * InventoryFolder renamed to InventoryFolderImpl to
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* getting all our line endings consistant againSean Dague2007-10-051-52/+52
|
* == The "right name and place" commit ==lbsa712007-10-051-1/+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-58/+11
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-11/+58
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* * Removed some more fields from CommunicationsLocallbsa712007-09-241-1/+1
| | | | | | * added OnLoginToRegion to CommunicationsLocal
* * So, ok, maybe a bit harsh to explode on grid inventory calls.lbsa712007-09-241-7/+7
|
* * Started major restructusing of comms to prepare for better grid and region ↵lbsa712007-09-241-38/+52
| | | | | | | | functionality * Working towards one shared set of services * Killed off two projects with very little functionality
* fixing me some line endingsSean Dague2007-09-171-38/+38
|
* Taking Prims (SceneObjectGroups) in and out of inventory should now work and ↵MW2007-08-161-0/+5
| | | | 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).
* Start of inventory items, when you upload a texture the data will now be ↵MW2007-08-141-0/+5
| | | | | | | stored in the inventory database and you will still have that texture in inventory on later logins (Again only in standalone mode with authentication.) Also there might be some problems if you upload textures in other regions to the start one (due to us not updating the CAPS url properly).
* More inventory work, should be able to now create new inventory folders and ↵MW2007-08-141-0/+28
them be stored in database (so are there on next login). Again only works in standalone mode with Account/password authentication turned on. [Creating new inventory items should be working very soon.] The test is to make sure that it hasn't broke grid mode at all.