aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-1/+1
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+16
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+16
* * optimized usings.lbsa712009-02-121-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-9/+9
* * Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey2008-07-241-15/+1
* * minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey2008-07-241-1/+1
* * refactor: break out inter grid inventory services furtherJustin Clarke Casey2008-07-231-1/+1
* * refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey2008-07-221-2/+3
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-0/+7
* Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke2008-06-111-0/+20
* Formatting cleanup.Jeff Ames2008-05-161-42/+42
* * Start recording initial complete avatar inventory retrieval failures from t...Justin Clarke Casey2008-05-141-1/+5
* * Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey2008-05-011-20/+5
* * Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey2008-05-011-26/+28
* * Assorted spring cleanings.Adam Frisby2008-05-011-1/+1
* * Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey2008-04-301-1/+1
* * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares2008-04-301-0/+15
* * Implement full grid mode Trash emptyJustin Clarke Casey2008-04-231-2/+36
* * Implement proper emptying of trashcan on standaloneJustin Clarke Casey2008-04-231-0/+10
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-8/+10
* * Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey2008-04-111-2/+8
* * Minor refactoring in OGS1InventoryServiceJustin Clarke Casey2008-04-111-27/+20
* * Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey2008-04-111-1/+2
* * Minor inventory code cleanup following on from last patchJustin Clarke Casey2008-04-111-7/+0
* * Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey2008-04-111-14/+26
* * Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey2008-04-101-1/+2
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-2/+2
* * Set Svn Properties eol-style: |337Teravus Ovares2008-03-311-1/+1
* * Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey2008-03-291-10/+0
* * Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey2008-03-281-0/+8
* * Stop grid inventory network failures crashing the client sessionJustin Clarke Casey2008-03-181-13/+46
* 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 inventor...MW2008-02-131-0/+5
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-10/+10
* Converted logging to use log4net.Jeff Ames2008-02-051-11/+13
* some small changes, like adding a couple of extra methods to IInventoryServic...MW2008-02-051-0/+10
* * Optimized usingslbsa712007-12-271-12/+12
* Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey2007-12-231-8/+32
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames2007-12-201-1/+1
* * Make inventory operations sync rather than async. This is to alleviate rac...Justin Clarke Casey2007-12-151-28/+9
* Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee2007-12-151-0/+10
* 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 inv...MW2007-12-141-8/+10
* * Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...Teravus Ovares2007-12-141-3/+3
* * Start listening for client connections immediately after a region initializ...Teravus Ovares2007-12-121-0/+1
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-021-0/+1