OpenSimMirror/OpenSim/Services
Justin Clark-Casey (justincc) 01a2b0b289 Fix various issues with http inventory
1) The return messages were being wrongly populated with the names of asset, inventory and sale types when their corresponding integers should have been used instead.
2) Folders with links were including the linked items in the descendents figure, when only the links should be included.
3) Links and linked items in link folders were not being included in the return data, and not in the correct order.

Now that these issues have been addressed, outfits and attachments appear to work consistently when HTTP inventory is enabled (as is now the default).
2012-06-02 04:57:10 +01:00
..
AssetService Send the config section name up to the service classes themselves (XInventory and Assets). 2012-03-27 10:08:13 -07:00
AuthenticationService OpenID auth needs hashing before authenticating 2012-03-02 15:05:06 -05:00
AuthorizationService Pass the first name and last name from the agent circuit data to the authorization service rather than from the account. 2011-07-23 03:48:53 +01:00
AvatarService Comment out AvatarService.SetAvatar debug log line for now 2012-04-25 01:09:23 +01:00
Base Formatting cleanup. Add copyright notices. 2010-03-10 13:15:36 +09:00
Connectors Fix bug where a failed QueryAccess to a remove region would always have the reason "Communications failure" no matter what the destination region actually returned 2012-05-25 02:37:22 +01:00
FreeswitchService minor: remove mono compiler warning 2011-05-27 23:43:31 +01:00
Friends More on HG Friends. Added Delete(string, string) across the board. Added security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. 2011-05-22 16:51:03 -07:00
GridService Add ConsoleDisplayList for more consistent formatting of console output in list form. 2012-05-23 03:19:25 +01:00
HypergridService A few more minor improvements on Suitcase inventory service. 2012-04-07 14:52:15 -07:00
Interfaces Make ISimulationScene.GetScene() used the more efficient region id for lookup rather than the region handle. 2012-05-24 01:00:18 +01:00
InventoryService Fix various issues with http inventory 2012-06-02 04:57:10 +01:00
LLLoginService minor: remove mono compiler warning 2012-05-04 21:04:42 +01:00
MapImageService Improve some grid region log messages to express regions at co-ordinate (e.g. 1000, 1000) rather than meter positions (256000, 256000) 2011-11-19 00:29:52 +00:00
PresenceService Add simple login test with online friends. Add IFriendsModule.GrantRights() for granting rights via a module call. 2012-03-30 00:42:55 +01:00
UserAccountService Fix small typo 2012-03-20 00:53:33 +00:00