Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The first 2 handlers for the XInventory system. | Melanie | 2010-01-08 | 1 | -0/+74 |
| | |||||
* | Complete the XInventoryConnector. Flesh out the skeleton for the | Melanie | 2010-01-06 | 1 | -5/+220 |
| | | | | XInventoryInConnector | ||||
* | Adding a skeleton for the XInventoryInConnector, counterpart to the already | Melanie | 2010-01-06 | 1 | -0/+167 |
| | | | | done XInventoryConnector. No functionality yet. | ||||
* | * Removed verbose debug message | Diva Canto | 2009-10-06 | 1 | -0/+1 |
| | | | | | * Restored HG inventory access which had been lost upon adding a 3rd argument to inventory and asset server handlers * Fixed a stupid bug in the InventoryConnector which was making move items do things twice | ||||
* | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 1 | -5/+6 |
| | | | | Make all current modules support the configuration name option | ||||
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵ | Diva Canto | 2009-08-22 | 1 | -0/+13 |
| | | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer. | ||||
* | Added a more sane InventoryServerMoveItemsHandler. Changed ↵ | Diva Canto | 2009-08-21 | 2 | -0/+84 |
| | | | | SynchronousRestObjectRequester so that it also understands PUTs. | ||||
* | Added MoveItems, which is most useful upon viewer-delete inventory ↵ | Diva Canto | 2009-08-19 | 1 | -4/+17 |
| | | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). | ||||
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 1 | -2/+11 |
| | |||||
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 1 | -0/+12 |
| | |||||
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 |
| | | | | starting to get on my nerves. | ||||
* | Some more hammering on the head of the obsolete rest inventory handlers, ↵ | Diva Canto | 2009-08-11 | 1 | -3/+3 |
| | | | | just to make this work. | ||||
* | Re-adding a conditional in UserManager that was removed with arthusv's ↵ | Diva Canto | 2009-08-11 | 1 | -1/+1 |
| | | | | commit. Changing new inventory ops to POST. | ||||
* | Added http handlers for the two new inventory operations. | Diva Canto | 2009-08-11 | 1 | -0/+42 |
| | |||||
* | Fixes mantis #3803. Thanks jhurliman. | diva | 2009-06-11 | 1 | -1/+5 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-09 | 1 | -276/+276 |
| | |||||
* | First draft of the inventory service IN connector. Probably won't work yet. ↵ | diva | 2009-06-08 | 1 | -0/+276 |
But everything of inventory service is now checked in, first draft. |