aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt at restoring inventory access after TPs/crossings. RemoveClient in ↵diva2008-12-151-0/+9
| | | | | | | | Scene was being too aggressive at nixing the user out of the cache. We're now relying on NeedSceneCacheClear to decide whether to nix it or not. All other mods in other files are for better debugging messages.
* * Enable agent to agent transfer of inventory foldersJustin Clarke Casey2008-12-091-5/+0
| | | | | | * It should now be possible to give an entire folder to another avatar instead of just single items at a time
* * minor: Take out some of the test log output I accidentally left in a ↵Justin Clarke Casey2008-12-041-1/+1
| | | | couple of commits ago
* * Put in the code necessary to allow inventory transfer of whole folders ↵Justin Clarke Casey2008-12-041-35/+92
| | | | | | | | (and their contents) between agents, not just single items * However, this is not currently activated since it's not absolutely fully tested and there's a bug lurking in there to do with the sending of the BulkInventoryUpdate packets
* * minor: A few tiny bits of documentation and log message cleanup before ↵Justin Clarke Casey2008-12-011-1/+1
| | | | starting something different
* Prevent a null reference when giving items.Melanie Thielker2008-11-211-0/+6
|
* Use the message transfer module to pass items across the grid via the profileMelanie Thielker2008-11-171-9/+16
|
* Megapatch. Completely remove the multiparameter IM methods. Remove the insecureMelanie Thielker2008-11-161-24/+25
| | | | | | fromAgentSession field.
* Revamp inventory transfer module, step 1. Inventory will now be saved ifMelanie Thielker2008-11-121-99/+117
| | | | | | | | destination user is offline/out of range. No more eternal cache is needed for tracking IDs. Code cleanup. Removed some casts from IScene to Scene. Decline now properly places item in trash rather than deleting it outright.
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-091-3/+3
| | | | | | | It is required by group IM and also for a proper implementation of item give, group notice attachments and offline IM.
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-081-3/+3
| | | | | | * Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
* Make the inventory transfer module replacable in config.Melanie Thielker2008-11-011-0/+9
|
* A few more bots to yesterday's plumbing: change instant message methodMelanie Thielker2008-10-251-3/+3
| | | | | | signature
* * refactor: Rename InventoryModule to InventoryTransferModuleJustin Clarke Casey2008-09-291-2/+2
|
* * Move existing inventory module into a 'Transfer' namespace, since that is ↵Justin Clarke Casey2008-09-291-0/+288
the functional it actually fulfills