aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Inventory/Transfer/InventoryTransferModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+288