Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent a null reference when giving items. | Melanie Thielker | 2008-11-21 | 1 | -0/+6 |
| | |||||
* | Use the message transfer module to pass items across the grid via the profile | Melanie Thielker | 2008-11-17 | 1 | -9/+16 |
| | |||||
* | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 2008-11-16 | 1 | -24/+25 |
| | | | | | | fromAgentSession field. | ||||
* | Revamp inventory transfer module, step 1. Inventory will now be saved if | Melanie Thielker | 2008-11-12 | 1 | -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 Thielker | 2008-11-09 | 1 | -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 interfaces | Adam Frisby | 2008-11-08 | 1 | -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 Thielker | 2008-11-01 | 1 | -0/+9 |
| | |||||
* | A few more bots to yesterday's plumbing: change instant message method | Melanie Thielker | 2008-10-25 | 1 | -3/+3 |
| | | | | | | signature | ||||
* | * Restore loaded inventory items to the given folder | Justin Clarke Casey | 2008-10-19 | 1 | -10/+47 |
| | | | | | | | * Among many other deficiencies, currently a cache clear and relog is needed to see them, which is highly unsatisfactory * No user funcionality yet | ||||
* | * move command line parsing code from inventory archive modules to opensim ↵ | Justin Clarke Casey | 2008-10-19 | 2 | -25/+24 |
| | | | | | | | | | | server * use default inventory archive name if none is given * other minor cleanups * this facility is not useable yet | ||||
* | * minor: remove warnings | Justin Clarke Casey | 2008-09-29 | 1 | -3/+3 |
| | |||||
* | * reactor: move inventory archive classes into separate Inventory/Archiver ↵ | Justin Clarke Casey | 2008-09-29 | 2 | -4/+4 |
| | | | | | | | | directory * This is not yet a real module (and is arguably not a region module anyway) | ||||
* | * refactor: Rename InventoryModule to InventoryTransferModule | Justin Clarke Casey | 2008-09-29 | 1 | -2/+2 |
| | |||||
* | * Move existing inventory module into a 'Transfer' namespace, since that is ↵ | Justin Clarke Casey | 2008-09-29 | 1 | -1/+1 |
| | | | | the functional it actually fulfills | ||||
* | * check in missing files that caused the previous build break | Justin Clarke Casey | 2008-09-29 | 2 | -0/+487 |
| | |||||
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 1 | -12/+12 |
| | | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | ||||
* | Make the check on inventory cache clearing more robust. Addresses | Melanie Thielker | 2008-08-27 | 1 | -0/+36 |
| | | | | | | | Mantis #1975 in a broader way. This may or may not prop up secure inventory a bit better, but I still recommend to disable it | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-19 | 1 | -1/+1 |
| | |||||
* | Fix region crossings and access to inventory after changing regions within | Melanie Thielker | 2008-08-19 | 1 | -3/+25 |
| | | | | | | the same simulator | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-08-17 | 1 | -1/+1 |
| | |||||
* | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 2008-08-17 | 1 | -13/+23 |
| | | | | | | to Scene.INventory.cs | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
| | |||||
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 1 | -1/+1 |
| | | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code. | ||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-05-01 | 1 | -219/+219 |
| | |||||
* | * Cruft removal step #1. Cleaning Modules directory. | Adam Frisby | 2008-04-30 | 1 | -50/+54 |
| | |||||
* | * Refactored Environment/Modules directory - modules now reside in their own ↵ | Adam Frisby | 2008-04-30 | 1 | -0/+216 |
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file. |