aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Closed the web request and stream in SynchronousRestSessionObjectPoster -- ↵Diva Canto2009-08-251-0/+5
| | | | maybe this is the cause of some timeouts seen in some monos?
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-224-2/+45
| | | | | | 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-211-3/+18
| | | | SynchronousRestObjectRequester so that it also understands PUTs.
* Makes the inventory connectors fully compatible with the old ↵Diva Canto2009-08-191-29/+35
| | | | | | Grid.InventoryServer. WARNING: interacting with the old server is _much_ slower than interacting with the new one. Grids with the old server will not see any improvements on crossings and TPs, because inventory needs to be fetched from it in its entirety.
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-194-0/+62
| | | | 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-194-7/+10
|
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-183-0/+37
|
* Added some padding to the remote inventory connector so that it tries to ↵Diva Canto2009-08-171-4/+70
| | | | operate with the old Grid.InventoryServer.exe. Untested, but it should work -- slow.
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-134-16/+54
|
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto2009-08-131-2/+2
| | | | starting to get on my nerves.
* Fixes a race condition in EQ processing that was making EQs pop up again ↵Diva Canto2009-08-111-14/+14
| | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet.
* Some more hammering on the head of the obsolete rest inventory handlers, ↵Diva Canto2009-08-111-10/+14
| | | | just to make this work.
* Re-adding a conditional in UserManager that was removed with arthusv's ↵Diva Canto2009-08-111-2/+2
| | | | commit. Changing new inventory ops to POST.
* Disabling the remote call for the time being, so that I can test it on a ↵Diva Canto2009-08-111-10/+11
| | | | grid before making it live.
* Added http handlers for the two new inventory operations.Diva Canto2009-08-111-4/+4
|
* System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto2009-08-113-6/+6
| | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-104-0/+113
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|
* Finish the renaming and mae things compile againMelanie2009-08-091-20/+20
|
* Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker2009-07-261-5/+44
| | | | | | | | requests from that same user, even after a relog. This patch changes the block on further requests to be in line with the request timeout timer and allows the system to recover.
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-4/+4
|
* * minor: Make GridCommon.ini.example refer to inventory service rather than ↵Justin Clarke Casey2009-07-101-1/+1
| | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication
* Updated services to allow external applications like web interfaces toMelanie Thielker2009-06-301-2/+58
| | | | | | | authenticate against the services. This paves the way for such apps to directly talk to services.
* Forgot a fileMelanie Thielker2009-06-221-0/+177
|
* Update svn properties.Jeff Ames2009-06-223-544/+544
|
* Moving these nice HG connectors to their homes.diva2009-06-152-0/+419
|
* Factoring out "land_data" / RequestLandData that was hanging off of ↵diva2009-06-141-0/+125
| | | | IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works.
* Update svn properties.Jeff Ames2009-06-142-336/+336
|
* Bug fix in remote neighbour connector.diva2009-06-141-1/+1
|
* And this one too...diva2009-06-141-0/+166
|
* Fixes mantis #3803. Thanks jhurliman.diva2009-06-111-1/+1
|
* Heart surgery no.2: the inventory service hooks. diva2009-06-102-2/+172
| | | | | | | Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
* First draft of inventory service connectors, and service implementation. No ↵diva2009-06-072-0/+450
| | | | | | | handlers yet, this is just the OUT part for now. It's not active and nothing in the simulator uses this yet. Just checking it in to start sharing with others. There are a couple of interesting software design points that could use other devs opinions. Hopefully I added all needed files.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Slashing trailing slashes.diva2009-05-301-1/+1
| | | | | | https://lists.berlios.de/pipermail/opensim-dev/2009-May/006673.html
* Making the delegate handlers async in async Get, to make things consistent. ↵diva2009-05-291-1/+1
| | | | Them being synchronous in certain cases (asset in cache, for example) may account for slowness reported by folks in osgrid when they have the cache module on. Turns out that some of the provided handlers do non-trivial processing (the ones coming from J2KImage, for example), which means that the several asset requests that hit the cache end up being synchronous. The jury is still out on this.
* Catching exceptions on Store, including timeout. Store may fail, for ↵diva2009-05-261-2/+10
| | | | | | | | whatever reason, but it won't crash the sim. Addresses mantis #3707, mantis #3713, mantis #3686.
* Move the connectors under services for reasons of application logic. RemoveMelanie Thielker2009-05-181-0/+260
the user server skeleton in preparation for introducing a generic server