Hypergrid Friends
From OpenSimulator
(Difference between revisions)
(→Random Notes) |
|||
Line 21: | Line 21: | ||
|} | |} | ||
− | = | + | = Flows = |
− | + | == Offering a friendship when on a foreign grid to an avatar local to that grid == | |
+ | |||
+ | '''Incomplete''' | ||
− | |||
# Returning to home grid, the "Please confirm this friendship you made while you were away." message originates from HGFriendsModule.FriendshipMessages(). | # Returning to home grid, the "Please confirm this friendship you made while you were away." message originates from HGFriendsModule.FriendshipMessages(). |
Revision as of 16:19, 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)
Contents |
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. |
Flows
Offering a friendship when on a foreign grid to an avatar local to that grid
Incomplete
- Returning to home grid, the "Please confirm this friendship you made while you were away." message originates from HGFriendsModule.FriendshipMessages().