Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -19/+43 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -128/+277 |
| | |||||
* | Change exception log messages in XInventoryService connector to error rather ↵ | Justin Clark-Casey (justincc) | 2012-08-01 | 1 | -9/+8 |
| | | | | | | than debug, since these signal real problems. Also outputs full exception instead of just the message to aid diagnostics. | ||||
* | If we're fetching active gestures via the XInventoryServiceConnector, then ↵ | Justin Clark-Casey (justincc) | 2012-07-30 | 1 | -1/+1 |
| | | | | properly look at the ITEMS dictionary already returned rather than the level above this. | ||||
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -0/+0 |
| | | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes. | ||||
* | Finish the implementation of GetUserInventory, even though it's still not used. | Diva Canto | 2012-04-06 | 1 | -8/+39 |
| | |||||
* | More on inventory transfer hold ups: | Diva Canto | 2012-03-09 | 1 | -3/+7 |
| | | | | | | - Added an inventory cache for caching root and system folders - Synchronized the remote inventory connector, so that all the remote inventory calls are serialized This will not make much difference in the hold ups. We'd have to move the FireAndForget high up to AddInventoryItem, but that opens up a can of worms regarding the notification of the recipient... the recipient would be notified of the offer before the items are effectively in his inventory, which could lead to surprises. | ||||
* | Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails. | Diva Canto | 2011-04-25 | 1 | -6/+4 |
| | |||||
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to ↵ | Diva Canto | 2011-04-12 | 1 | -1/+0 |
| | | | | OpenSim.Framework -- just pasted them in WebUtil. This is so that code that uses the Service connectors don't need to include the HttpServer dll -- that was odd. | ||||
* | Added an additional debug message, and removed a bunch of files that weren't ↵ | Diva Canto | 2011-02-04 | 4 | -1253/+0 |
| | | | | being used anymore -- the old RemotsInventory connectors stuff. | ||||
* | Fix some crashes caused by the addition of the CreatorData column | Melanie | 2010-11-23 | 1 | -1/+8 |
| | |||||
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ↵ | Diva Canto | 2010-11-21 | 1 | -0/+3 |
| | | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255). | ||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 1 | -65/+54 |
| | | | | * Removed a few buglets and added better exception handling. | ||||
* | XInventory connector/handler showing signs of life. Tested, but needs more ↵ | Diva Canto | 2010-04-27 | 1 | -50/+78 |
| | | | | testing. | ||||
* | RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵ | Diva Canto | 2010-04-26 | 1 | -0/+29 |
| | | | | default configs yet. | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | * Typo fixes | John Hurliman | 2010-03-09 | 1 | -1/+1 |
| | | | | * Performance improvement in the expensive GenerateClientFlags() | ||||
* | Finished implementing the XInventory connector. Untested. | Diva Canto | 2010-02-07 | 1 | -10/+10 |
| | |||||
* | The first 2 handlers for the XInventory system. | Melanie | 2010-01-08 | 1 | -2/+2 |
| | |||||
* | Complete the XInventoryConnector. Flesh out the skeleton for the | Melanie | 2010-01-06 | 1 | -2/+48 |
| | | | | XInventoryInConnector | ||||
* | Add the XInventoryServicesConnector, a new inventory connector without the cruft | Melanie | 2010-01-05 | 1 | -13/+185 |
| | | | | | of the old one that makes inventory crash on folder creation. This is just the connector part, the handler is still ont he todo list. | ||||
* | Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile! | Melanie | 2010-01-05 | 1 | -0/+317 |
| | |||||
* | minor: Correct some inventory corrector log messages and add more ↵ | Justin Clark-Casey (justincc) | 2009-11-18 | 1 | -19/+20 |
| | | | | identifying detail | ||||
* | minor: correct error messages when queryfolder fails | Justin Clark-Casey (justincc) | 2009-11-18 | 1 | -4/+1 |
| | |||||
* | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 2009-10-12 | 1 | -0/+1 |
| | | | | | * Fixes http://opensimulator.org/mantis/view.php?id=3959 * Allows for viewing inventory textures outside home grid | ||||
* | * Removed verbose debug message | Diva Canto | 2009-10-06 | 1 | -7/+0 |
| | | | | | * 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 | ||||
* | Remove the methods for full inventory fetch from the connector. Remove tests | Melanie | 2009-09-17 | 1 | -35/+1 |
| | | | | for the old, removed asset handlers | ||||
* | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 1 | -0/+2 |
| | |||||
* | Closed the web request and stream in SynchronousRestSessionObjectPoster -- ↵ | Diva Canto | 2009-08-25 | 1 | -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 Canto | 2009-08-22 | 4 | -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 Canto | 2009-08-21 | 1 | -3/+18 |
| | | | | SynchronousRestObjectRequester so that it also understands PUTs. | ||||
* | Makes the inventory connectors fully compatible with the old ↵ | Diva Canto | 2009-08-19 | 1 | -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 Canto | 2009-08-19 | 4 | -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 Canto | 2009-08-19 | 4 | -7/+10 |
| | |||||
* | GetFolderItems implemented. It's not being called, but it might. | Diva Canto | 2009-08-18 | 3 | -0/+37 |
| | |||||
* | Added some padding to the remote inventory connector so that it tries to ↵ | Diva Canto | 2009-08-17 | 1 | -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 Canto | 2009-08-13 | 4 | -16/+54 |
| | |||||
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵ | Diva Canto | 2009-08-13 | 1 | -2/+2 |
| | | | | starting to get on my nerves. | ||||
* | Fixes a race condition in EQ processing that was making EQs pop up again ↵ | Diva Canto | 2009-08-11 | 1 | -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 Canto | 2009-08-11 | 1 | -10/+14 |
| | | | | just to make this work. | ||||
* | Re-adding a conditional in UserManager that was removed with arthusv's ↵ | Diva Canto | 2009-08-11 | 1 | -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 Canto | 2009-08-11 | 1 | -10/+11 |
| | | | | grid before making it live. | ||||
* | Added http handlers for the two new inventory operations. | Diva Canto | 2009-08-11 | 1 | -4/+4 |
| | |||||
* | System folders inventory cache added to OUT inventory modules. This tracks ↵ | Diva Canto | 2009-08-11 | 3 | -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 Canto | 2009-08-10 | 4 | -0/+113 |
| | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | ||||
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Patch from RemedyTomm: A failed inventory request would block any further | Melanie Thielker | 2009-07-26 | 1 | -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 warnings | Justin Clarke Casey | 2009-07-15 | 1 | -4/+4 |
| | |||||
* | * minor: Make GridCommon.ini.example refer to inventory service rather than ↵ | Justin Clarke Casey | 2009-07-10 | 1 | -1/+1 |
| | | | | | | | | asset where appropriate * Send debug level notice to console if a user fails authentication |