aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-09* Enable agent to agent transfer of inventory foldersJustin Clarke Casey1-5/+0
2008-12-04* minor: Take out some of the test log output I accidentally left in a couple...Justin Clarke Casey1-1/+1
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey1-35/+92
2008-12-01* minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey1-1/+1
2008-11-21Prevent a null reference when giving items.Melanie Thielker1-0/+6
2008-11-17Use the message transfer module to pass items across the grid via the profileMelanie Thielker1-9/+16
2008-11-16Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker1-24/+25
2008-11-12Revamp inventory transfer module, step 1. Inventory will now be saved ifMelanie Thielker1-99/+117
2008-11-09Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker1-3/+3
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-3/+3
2008-11-01Make the inventory transfer module replacable in config.Melanie Thielker1-0/+9
2008-10-25A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker1-3/+3
2008-09-29* refactor: Rename InventoryModule to InventoryTransferModuleJustin Clarke Casey1-2/+2
2008-09-29* Move existing inventory module into a 'Transfer' namespace, since that is t...Justin Clarke Casey1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-12/+12
2008-08-27Make the check on inventory cache clearing more robust. AddressesMelanie Thielker1-0/+36
2008-08-19Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-19Fix region crossings and access to inventory after changing regions withinMelanie Thielker1-3/+25
2008-08-17Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-08-17Add the IInventoryModule interface and a sample method callMelanie Thielker1-13/+23
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-01* Rolled back a few changes.Adam Frisby1-1/+1
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-1/+1
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-219/+219
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-50/+54
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-216/+216
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-5/+4
2008-04-07* EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar it...Justin Clarke Casey1-1/+157
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2007-10-30* Optimized usingslbsa711-2/+2
2007-10-19changes to pass nini config object to the modules that getSean Dague1-61/+62
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-1/+29
2007-10-10* Gave ModuleLoader some good lovin'lbsa711-32/+32
2007-10-05getting all our line endings consistant againSean Dague1-4/+4
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-13/+6
2007-09-17fixing me some line endingsSean Dague1-40/+40
2007-09-04Some work on Module loading/management.MW1-0/+5
2007-08-31Added a Debug method to the Console/log class that has the Conditional attrib...MW1-1/+26
2007-08-30Added some place holder classes for various modules.MW1-0/+10