Hypergrid Friends
From OpenSimulator
(Difference between revisions)
(Created page with "'''Sorry, page under constructions. At the moment just some notes on how friends work over the Hypergrid -- ~~~~'''") |
|||
Line 1: | Line 1: | ||
'''Sorry, page under constructions. At the moment just some notes on how friends work over the Hypergrid -- [[User:Justincc|Justincc]] ([[User talk:Justincc|talk]]) 23:46, 7 January 2015 (UTC)''' | '''Sorry, page under constructions. At the moment just some notes on how friends work over the Hypergrid -- [[User:Justincc|Justincc]] ([[User talk:Justincc|talk]]) 23:46, 7 January 2015 (UTC)''' | ||
+ | |||
+ | = Class Summary = | ||
+ | |||
+ | == OpenSim.Region.CoreModules.Avatar == | ||
+ | |||
+ | {| border="1" | ||
+ | ! Class Name !! Interfaces !! Description | ||
+ | |- | ||
+ | | Friends.HGFriendsModule || IFriendsModule, IFriendsSimConnector, ISharedRegionModule || Extends and replaces FriendsModule. Accessed via Scene.RequestModuleInterface<IFriendsModule>() and Scene.RequestModuleInterface<IFriendsSimConnector>(). Performs HG specific friend functions such as forwarding friendship requests and caching. | ||
+ | |- | ||
+ | | Friends.HGStatusNotifier || None || Helps manage HG friend status notifications. | ||
+ | |} | ||
+ | |||
+ | == OpenSim.Services.HypergridService == | ||
+ | |||
+ | {| border = "1" | ||
+ | ! Class Name !! Interfaces !! Description | ||
+ | |- | ||
+ | | HGFriendsService || IHGFriendsService || Provides the friends service accessed by foreign grids. | ||
+ | |} |
Revision as of 15:48, 7 January 2015
Sorry, page under constructions. At the moment just some notes on how friends work over the Hypergrid -- Justincc (talk) 23:46, 7 January 2015 (UTC)
Class Summary
OpenSim.Region.CoreModules.Avatar
Class Name | Interfaces | Description |
---|---|---|
Friends.HGFriendsModule | IFriendsModule, IFriendsSimConnector, ISharedRegionModule | Extends and replaces FriendsModule. Accessed via Scene.RequestModuleInterface<IFriendsModule>() and Scene.RequestModuleInterface<IFriendsSimConnector>(). Performs HG specific friend functions such as forwarding friendship requests and caching. |
Friends.HGStatusNotifier | None | Helps manage HG friend status notifications. |
OpenSim.Services.HypergridService
Class Name | Interfaces | Description |
---|---|---|
HGFriendsService | IHGFriendsService | Provides the friends service accessed by foreign grids. |