aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-12-02Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW1-0/+1
2007-12-02Some refactoring , mainly on Inventory code. MW1-1/+1
2007-12-01Initial working Grid Inventory server. Only been tested on a very small grid,...MW1-14/+96
2007-11-01* Diuerse beavtificatemslbsa711-5/+2
2007-10-30Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax1-3/+21
2007-10-30* Optimized usingslbsa711-12/+5
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-26* Added prototypical AvatarFactory module interface to load avatar parameterslbsa711-2/+2
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-10-05getting all our line endings consistant againSean Dague1-52/+52
2007-10-05== The "right name and place" commit ==lbsa711-1/+1
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa711-58/+11
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-11/+58
2007-09-24* Removed some more fields from CommunicationsLocallbsa711-1/+1
2007-09-24* So, ok, maybe a bit harsh to explode on grid inventory calls.lbsa711-7/+7
2007-09-24* Started major restructusing of comms to prepare for better grid and region ...lbsa711-38/+52
2007-09-17fixing me some line endingsSean Dague1-38/+38
2007-08-16Taking Prims (SceneObjectGroups) in and out of inventory should now work and ...MW1-0/+5
2007-08-14Start of inventory items, when you upload a texture the data will now be stor...MW1-0/+5
2007-08-14More inventory work, should be able to now create new inventory folders and t...MW1-0/+28