Hypergrid Friends
From OpenSimulator
(Difference between revisions)
Line 20: | Line 20: | ||
| HGFriendsService || IHGFriendsService || Provides the friends service accessed by foreign grids. | | HGFriendsService || IHGFriendsService || Provides the friends service accessed by foreign grids. | ||
|} | |} | ||
+ | |||
+ | = Random Notes = | ||
+ | When | ||
+ | |||
+ | # Offering a friendship whilst on another grid to an avatar of that grid. | ||
+ | # Returning to home grid, the "Please confirm this friendship you made while you were away." message originates from HGFriendsModule.FriendshipMessages. Is it only griggered if the friend ID is not a UUID. |
Revision as of 16:04, 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. |
Random Notes
When
- Offering a friendship whilst on another grid to an avatar of that grid.
- Returning to home grid, the "Please confirm this friendship you made while you were away." message originates from HGFriendsModule.FriendshipMessages. Is it only griggered if the friend ID is not a UUID.