aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Inventory/XInventoryInConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-9/+13
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-61/+118
|
* Rather than instantiating a UTF8 encoding everywhere when we want to supress ↵Justin Clark-Casey (justincc)2012-07-131-23/+22
| | | | | | the BOM, use a single Util.UTF8NoBomEncoding. This class is thread-safe (as evidenced by the provision of the system-wide Encoding.UTF8 which does not suppress BOM on output).
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-061-13/+59
|
* Send the config section name up to the service classes themselves ↵Diva Canto2012-03-271-1/+1
| | | | (XInventory and Assets).
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ↵Justin Clark-Casey (justincc)2011-12-051-1/+1
| | | | | | | | 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 instantiationsJustin Clark-Casey (justincc)2011-01-211-9/+0
|
* WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-251-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 nullrefsMelanie2010-11-231-2/+4
|
* Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-211-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 Canto2010-06-291-0/+4
| | | | comments in InventoryAccessModule.
* Fixed a couple of buglets in Friendship offers / acceptance / decline when ↵Diva Canto2010-06-041-1/+1
| | | | avies are in different sims.
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-50/+0
| | | | * Removed a few buglets and added better exception handling.
* Commented verbose debug messages from XInventory handler.Diva Canto2010-04-281-13/+13
|
* XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto2010-04-271-15/+54
| | | | testing.
* RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵Diva Canto2010-04-261-1/+47
| | | | default configs yet.
* 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
|/
* 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.