Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish the implementation of GetUserInventory, even though it's still not used. | Diva Canto | 2012-04-06 | 1 | -13/+59 |
| | |||||
* | Send the config section name up to the service classes themselves ↵ | Diva Canto | 2012-03-27 | 1 | -1/+1 |
| | | | | (XInventory and Assets). | ||||
* | Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵ | Justin Clark-Casey (justincc) | 2011-12-05 | 2 | -2/+2 |
| | | | | | | | | of OSHttpRequest/OSHttpResponse. This is required for the substitution of different HTTP servers or the newer HttpServer.dll without having to commit to a particular implementation. This is also required to write regression tests that involve the HTTP layer. If you need to recompile, all you need to do is replace OSHttpRequest/OSHttpResponse references with IOSHttpRequest/IOSHttpResponse. | ||||
* | remove some mono compiler warnings and unnecessary dictionary instantiations | Justin Clark-Casey (justincc) | 2011-01-21 | 1 | -9/+0 |
| | |||||
* | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵ | Diva Canto | 2010-11-25 | 1 | -1/+5 |
| | | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs. | ||||
* | Fix more potential nullrefs | Melanie | 2010-11-23 | 1 | -2/+4 |
| | |||||
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ↵ | Diva Canto | 2010-11-21 | 1 | -0/+2 |
| | | | | | | 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). | ||||
* | Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken ↵ | Diva Canto | 2010-06-29 | 1 | -0/+4 |
| | | | | comments in InventoryAccessModule. | ||||
* | Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵ | Diva Canto | 2010-06-04 | 1 | -1/+1 |
| | | | | avies are in different sims. | ||||
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 1 | -50/+0 |
| | | | | * Removed a few buglets and added better exception handling. | ||||
* | Commented verbose debug messages from XInventory handler. | Diva Canto | 2010-04-28 | 1 | -13/+13 |
| | |||||
* | XInventory connector/handler showing signs of life. Tested, but needs more ↵ | Diva Canto | 2010-04-27 | 1 | -15/+54 |
| | | | | testing. | ||||
* | RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵ | Diva Canto | 2010-04-26 | 1 | -1/+47 |
| | | | | default configs yet. | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-03-02 | 1 | -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 Ames | 2010-03-01 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-02-22 | 1 | -1/+1 |
|\ \ | |/ | | | | | This brings presence-refactor up to master again | ||||
| * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -1/+1 |
| | | |||||
* | | Finished implementing the XInventory connector. Untested. | Diva Canto | 2010-02-07 | 1 | -62/+174 |
| | | |||||
* | | A little more beef on the xinventory in connector. | Diva Canto | 2010-02-06 | 1 | -0/+61 |
| | | |||||
* | | * Bug fix in XInventoryData -- groupOwned is an int in the DB | Diva Canto | 2010-01-31 | 1 | -1/+3 |
| | | | | | | | | * Bug fix in InventoryServerInConnector -- m_config | ||||
* | | * Added a few files that were missing in the repo. | Diva Canto | 2010-01-31 | 1 | -41/+5 |
|/ | | | | * New HGInventoryService which allows restricted access to inventory while outside | ||||
* | 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. |