diff options
author | Diva Canto | 2013-07-27 15:38:56 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-27 15:38:56 -0700 |
commit | 69975763d2a735eb2696d2e27e5796a472a208ea (patch) | |
tree | 3d3454d731471148951de01a9931aa5e67d359da /OpenSim/Addons/Groups/Hypergrid | |
parent | Clarifications on documentation of Group configs (diff) | |
download | opensim-SC_OLD-69975763d2a735eb2696d2e27e5796a472a208ea.zip opensim-SC_OLD-69975763d2a735eb2696d2e27e5796a472a208ea.tar.gz opensim-SC_OLD-69975763d2a735eb2696d2e27e5796a472a208ea.tar.bz2 opensim-SC_OLD-69975763d2a735eb2696d2e27e5796a472a208ea.tar.xz |
Several major improvements to group (V2) chat. Specifically: handle join/drop appropriately, invitechatboxes.
The major departure from flotsam is to send only one message per destination region, as opposed to one message per group member. This reduces messaging considerably in large groups that have clusters of members in certain regions.
Diffstat (limited to 'OpenSim/Addons/Groups/Hypergrid')
-rw-r--r-- | OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs index c3c759e..daa0728 100644 --- a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs +++ b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs | |||
@@ -590,28 +590,6 @@ namespace OpenSim.Groups | |||
590 | return m_LocalGroupsConnector.GetGroupNotices(AgentUUI(RequestingAgentID), GroupID); | 590 | return m_LocalGroupsConnector.GetGroupNotices(AgentUUI(RequestingAgentID), GroupID); |
591 | } | 591 | } |
592 | 592 | ||
593 | public void ResetAgentGroupChatSessions(string agentID) | ||
594 | { | ||
595 | } | ||
596 | |||
597 | public bool hasAgentBeenInvitedToGroupChatSession(string agentID, UUID groupID) | ||
598 | { | ||
599 | return false; | ||
600 | } | ||
601 | |||
602 | public bool hasAgentDroppedGroupChatSession(string agentID, UUID groupID) | ||
603 | { | ||
604 | return false; | ||
605 | } | ||
606 | |||
607 | public void AgentDroppedFromGroupChatSession(string agentID, UUID groupID) | ||
608 | { | ||
609 | } | ||
610 | |||
611 | public void AgentInvitedToGroupChatSession(string agentID, UUID groupID) | ||
612 | { | ||
613 | } | ||
614 | |||
615 | #endregion | 593 | #endregion |
616 | 594 | ||
617 | #region hypergrid groups | 595 | #region hypergrid groups |