aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* Merge branch 'master' into presence-refactorMelanie2010-03-021-2/+0
|\ | | | | | | | | This is the big one. master is now presence-refactor (pre 0.7). A new branch 0.6.9-post-fixes and leading tag 0.6.9 has been created. The Presence-refactor branch remains for experimental work.
| * Fix a few compiler warnings.Jeff Ames2010-03-011-2/+0
| |
* | Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+1
|\ \ | |/ | | | | This brings presence-refactor up to master again
| * Formatting cleanup.Jeff Ames2010-02-151-1/+1
| |
* | Finished implementing the XInventory connector. Untested.Diva Canto2010-02-071-62/+174
| |
* | A little more beef on the xinventory in connector.Diva Canto2010-02-061-0/+61
| |
* | * Bug fix in XInventoryData -- groupOwned is an int in the DBDiva Canto2010-01-311-1/+3
| | | | | | | | * Bug fix in InventoryServerInConnector -- m_config
* | * Added a few files that were missing in the repo.Diva Canto2010-01-311-41/+5
|/ | | | * New HGInventoryService which allows restricted access to inventory while outside
* The first 2 handlers for the XInventory system.Melanie2010-01-081-0/+74
|
* Complete the XInventoryConnector. Flesh out the skeleton for theMelanie2010-01-061-5/+220
| | | | XInventoryInConnector
* Adding a skeleton for the XInventoryInConnector, counterpart to the alreadyMelanie2010-01-061-0/+167
| | | | done XInventoryConnector. No functionality yet.
* * Removed verbose debug messageDiva Canto2009-10-061-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.Melanie2009-09-291-5/+6
| | | | Make all current modules support the configuration name option
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-221-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 Canto2009-08-212-0/+84
| | | | SynchronousRestObjectRequester so that it also understands PUTs.
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-191-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 Canto2009-08-191-2/+11
|
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-0/+12
|
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto2009-08-131-2/+2
| | | | starting to get on my nerves.
* Some more hammering on the head of the obsolete rest inventory handlers, ↵Diva Canto2009-08-111-3/+3
| | | | just to make this work.
* Re-adding a conditional in UserManager that was removed with arthusv's ↵Diva Canto2009-08-111-1/+1
| | | | commit. Changing new inventory ops to POST.
* Added http handlers for the two new inventory operations.Diva Canto2009-08-111-0/+42
|
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+5
|
* Update svn properties.Jeff Ames2009-06-091-276/+276
|
* First draft of the inventory service IN connector. Probably won't work yet. ↵diva2009-06-081-0/+276
But everything of inventory service is now checked in, first draft.