Diva Canto
|
959872315f
WARNING: massive refactor to follow libomv's latest changes regarding inventory folders. The newest version of libomv itself is committed here. Basically, everything that was using the AssetType enum has been combed through; many of those uses were changed to the new FolderType enum.
|
9 年之前 |
Diva Canto
|
0bf1209f90
Another major overhaul of inventory downloading, this time pertaining to inventory links. Added yet another function to IInventoryService to get multiple items at once, so that fetching collections of linked items is done once per folder instead of once per item.
|
9 年之前 |
Diva Canto
|
c74cef0f42
Major change in the way inventory is downloaded: added a method throughout IIventoryService that fetches sets of folders at once. Also added folder id in the InventoryCollection data structure, so that we don't need to go to inventory server again just for that. This reduces the chatter between sims and inventory server by... a lot. On my tests, this reduces initial inventory download down to 30% of what it currently is.
|
9 年之前 |
Oren Hurvitz
|
99ac770abb
Close streams immediately when we finish using them
|
10 年之前 |
Diva Canto
|
20f20895cf
Adds optional HTTP Basic Authentication to Robust service connectors.
|
10 年之前 |
Oren Hurvitz
|
018832522c
Removed GetUserInventory(). It wasn't being used, and was creating warnings because it's Obsolete.
|
10 年之前 |
Oren Hurvitz
|
6734b94761
Better error messages
|
11 年之前 |
Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
11 年之前 |
Justin Clark-Casey (justincc)
|
824a4b4808
After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistently check for null return and log warning rather than throw exception.
|
11 年之前 |
Justin Clark-Casey (justincc)
|
884d603cac
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
12 年之前 |
Diva Canto
|
6eaff18961
Finish the implementation of GetUserInventory, even though it's still not used.
|
12 年之前 |
Diva Canto
|
8131a24cde
Send the config section name up to the service classes themselves (XInventory and Assets).
|
12 年之前 |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 年之前 |
Justin Clark-Casey (justincc)
|
bf5ec8cb88
remove some mono compiler warnings and unnecessary dictionary instantiations
|
14 年之前 |
Diva Canto
|
ae4b02e115
WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added 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.
|
14 年之前 |
Melanie
|
45b08a9ce3
Fix more potential nullrefs
|
14 年之前 |
Diva Canto
|
c617d658dd
Added creator info across the board -- TaskInventoryItems and InventoryItems 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.
|
14 年之前 |
Diva Canto
|
9fde9085a0
Bug fix in HG standalone: wrong handler in the in module. Fixed a few broken comments in InventoryAccessModule.
|
14 年之前 |
Diva Canto
|
952029380a
Fixed a couple of buglets in Friendship offers / acceptance / decline when avies are in different sims.
|
14 年之前 |
Diva Canto
|
5fda81e6bb
* XInventory fairly tested, including for HG. Almost ready to switch.
|
14 年之前 |
Diva Canto
|
2c595227b0
Commented verbose debug messages from XInventory handler.
|
14 年之前 |
Diva Canto
|
3f9d38538e
XInventory connector/handler showing signs of life. Tested, but needs more testing.
|
14 年之前 |
Diva Canto
|
76e87181b2
RemoteXInventoryServiceConnector, the plugin region module. Not active in default configs yet.
|
14 年之前 |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
14 年之前 |
Melanie
|
bef311dfb9
Merge branch 'master' into presence-refactor
|
14 年之前 |
Jeff Ames
|
780ee4f991
Fix a few compiler warnings.
|
14 年之前 |
Melanie
|
1f45e6c649
Merge branch 'master' into presence-refactor
|
14 年之前 |
Jeff Ames
|
af265e001d
Formatting cleanup.
|
14 年之前 |
Diva Canto
|
16f77fa1f1
Finished implementing the XInventory connector. Untested.
|
14 年之前 |
Diva Canto
|
29e501d688
A little more beef on the xinventory in connector.
|
14 年之前 |