aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Inventory/InventoryServerInConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-7/+17
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-10/+0
2010-01-31* Bug fix in XInventoryData -- groupOwned is an int in the DBDiva Canto1-1/+3
* Bug fix in InventoryServerInConnector -- m_config
2010-01-31* Added a few files that were missing in the repo.Diva Canto1-41/+5
* New HGInventoryService which allows restricted access to inventory while outside
2009-10-06* Removed verbose debug messageDiva Canto1-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
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-5/+6
Make all current modules support the configuration name option
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-5/+6
Make all current modules support the configuration name option
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto1-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.
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed ↵Diva Canto1-0/+3
SynchronousRestObjectRequester so that it also understands PUTs.
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto1-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).
2009-08-19A better purge of trash folder.Diva Canto1-2/+11
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-0/+12
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto1-2/+2
starting to get on my nerves.
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, ↵Diva Canto1-3/+3
just to make this work.
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's ↵Diva Canto1-1/+1
commit. Changing new inventory ops to POST.
2009-08-11Added http handlers for the two new inventory operations.Diva Canto1-0/+42
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva1-1/+5
2009-06-09Update svn properties.Jeff Ames1-276/+276
2009-06-08First draft of the inventory service IN connector. Probably won't work yet. ↵diva1-0/+276
But everything of inventory service is now checked in, first draft.