aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-10Et voila! - Old inventory code removed.Diva Canto1-343/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2009-03-23Committing partial work on passing folders across instances. This may crash.Melanie Thielker1-0/+16
2009-03-21Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker1-0/+16
2009-02-12* optimized usings.lbsa711-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-9/+9
2008-07-24* Separate out OGS1 calls used between services (rather than from region to s...Justin Clarke Casey1-15/+1
2008-07-24* minor: Rename IInterGridInventoryServices since it's inter service rather t...Justin Clarke Casey1-1/+1
2008-07-23* refactor: break out inter grid inventory services furtherJustin Clarke Casey1-1/+1
2008-07-22* refactor: move new inventory service call by user server to OGS1 with all t...Justin Clarke Casey1-2/+3
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-0/+7
2008-06-11Mantis#1514. Thank you kindly, Boscata for an InventoryServer patchCharles Krinke1-0/+20
2008-05-16Formatting cleanup.Jeff Ames1-42/+42
2008-05-14* Start recording initial complete avatar inventory retrieval failures from t...Justin Clarke Casey1-1/+5
2008-05-01* Refactor: Remove redundant userID from further up the inventory request chainJustin Clarke Casey1-20/+5
2008-05-01* Refactor: Remove the unused userID parameter that was being passed into alm...Justin Clarke Casey1-26/+28
2008-05-01* Assorted spring cleanings.Adam Frisby1-1/+1
2008-04-30* Completely inconsequential inventory odds and ends (actual impact - only on...Justin Clarke Casey1-1/+1
2008-04-30* Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thank...Teravus Ovares1-0/+15
2008-04-23* Implement full grid mode Trash emptyJustin Clarke Casey1-2/+36
2008-04-23* Implement proper emptying of trashcan on standaloneJustin Clarke Casey1-0/+10
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-8/+10
2008-04-11* Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey1-2/+8
2008-04-11* Minor refactoring in OGS1InventoryServiceJustin Clarke Casey1-27/+20
2008-04-11* Eliminate a class of errors where an inventory request could be made before...Justin Clarke Casey1-1/+2
2008-04-11* Minor inventory code cleanup following on from last patchJustin Clarke Casey1-7/+0
2008-04-11* Change inventory async response deliver to deliver all items and folders at...Justin Clarke Casey1-14/+26
2008-04-10* Minor: get CreateNewUserInventory() to return true on successJustin Clarke Casey1-1/+2
2008-04-07more refactoring, this time on InventoryFolderBaseSean Dague1-2/+2
2008-03-31* Set Svn Properties eol-style: |337Teravus Ovares1-1/+1
2008-03-29* Refactor: Remove unused inventory methods, some of which weren't properly i...Justin Clarke Casey1-10/+0
2008-03-28* Send full inventory folder skeleton to standalone client logins rather than...Justin Clarke Casey1-0/+8
2008-03-18* Stop grid inventory network failures crashing the client sessionJustin Clarke Casey1-13/+46
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-13Added a method to access a named folder in a users inventory, to the inventor...MW1-0/+5
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-10/+10
2008-02-05Converted logging to use log4net.Jeff Ames1-11/+13
2008-02-05some small changes, like adding a couple of extra methods to IInventoryServic...MW1-0/+10
2007-12-27* Optimized usingslbsa711-12/+12
2007-12-23Miscellaneous small tweaks and more logging messages to move towards resolvin...Justin Clarke Casey1-8/+32
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...Jeff Ames1-1/+1
2007-12-15* Make inventory operations sync rather than async. This is to alleviate rac...Justin Clarke Casey1-28/+9
2007-12-15Grid Inventory feature upgrade: renaming folders should now be correct, subfo...Brian McBee1-0/+10
2007-12-14Another addition to Inventory debug output.MW1-1/+1
2007-12-14more inventory debugging output added to region server.MW1-1/+3
2007-12-14Added some extra debug console output to Inventory Server and region OGS1 inv...MW1-8/+10
2007-12-14* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...Teravus Ovares1-3/+3
2007-12-12* Start listening for client connections immediately after a region initializ...Teravus Ovares1-0/+1