12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592 |
- /*
- * Copyright (c) Contributors, http://opensimulator.org/
- * See CONTRIBUTORS.TXT for a full list of copyright holders.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- * * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * * Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- * * Neither the name of the OpenSimulator Project nor the
- * names of its contributors may be used to endorse or promote products
- * derived from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- using System;
- using System.Collections.Generic;
- using System.Reflection;
- using System.Timers;
- using log4net;
- using Mono.Addins;
- using Nini.Config;
- using OpenMetaverse;
- using OpenMetaverse.StructuredData;
- using OpenSim.Framework;
- using OpenSim.Region.Framework.Interfaces;
- using OpenSim.Region.Framework.Scenes;
- using OpenSim.Services.Interfaces;
- using PermissionMask = OpenSim.Framework.PermissionMask;
- namespace OpenSim.Groups
- {
- [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "GroupsModule")]
- public class GroupsModule : ISharedRegionModule, IGroupsModule
- {
- private static readonly ILog m_log =
- LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
- private List<Scene> m_sceneList = new List<Scene>();
- private IMessageTransferModule m_msgTransferModule = null;
- private IGroupsServicesConnector m_groupData = null;
- private IUserManagement m_UserManagement;
- // Configuration settings
- private bool m_groupsEnabled = false;
- private bool m_groupNoticesEnabled = true;
- private bool m_debugEnabled = false;
- private int m_levelGroupCreate = 0;
- #region Region Module interfaceBase Members
- public void Initialise(IConfigSource config)
- {
- IConfig groupsConfig = config.Configs["Groups"];
- if (groupsConfig == null)
- {
- // Do not run this module by default.
- return;
- }
- else
- {
- m_groupsEnabled = groupsConfig.GetBoolean("Enabled", false);
- if (!m_groupsEnabled)
- {
- return;
- }
- if (groupsConfig.GetString("Module", "Default") != Name)
- {
- m_groupsEnabled = false;
- return;
- }
- m_log.InfoFormat("[Groups]: Initializing {0}", this.Name);
- m_groupNoticesEnabled = groupsConfig.GetBoolean("NoticesEnabled", true);
- m_debugEnabled = groupsConfig.GetBoolean("DebugEnabled", false);
- m_levelGroupCreate = groupsConfig.GetInt("LevelGroupCreate", 0);
- }
- }
- public void AddRegion(Scene scene)
- {
- if (m_groupsEnabled)
- {
- scene.RegisterModuleInterface<IGroupsModule>(this);
- scene.AddCommand(
- "Debug",
- this,
- "debug groups verbose",
- "debug groups verbose <true|false>",
- "This setting turns on very verbose groups debugging",
- HandleDebugGroupsVerbose);
- }
- }
- private void HandleDebugGroupsVerbose(object modules, string[] args)
- {
- if (args.Length < 4)
- {
- MainConsole.Instance.Output("Usage: debug groups verbose <true|false>");
- return;
- }
- bool verbose = false;
- if (!bool.TryParse(args[3], out verbose))
- {
- MainConsole.Instance.Output("Usage: debug groups verbose <true|false>");
- return;
- }
- m_debugEnabled = verbose;
- MainConsole.Instance.Output("{0} verbose logging set to {1}", Name, m_debugEnabled);
- }
- public void RegionLoaded(Scene scene)
- {
- if (!m_groupsEnabled)
- return;
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- if (m_groupData == null)
- {
- m_groupData = scene.RequestModuleInterface<IGroupsServicesConnector>();
- // No Groups Service Connector, then nothing works...
- if (m_groupData == null)
- {
- m_groupsEnabled = false;
- m_log.Error("[Groups]: Could not get IGroupsServicesConnector");
- RemoveRegion(scene);
- return;
- }
- }
- if (m_msgTransferModule == null)
- {
- m_msgTransferModule = scene.RequestModuleInterface<IMessageTransferModule>();
- // No message transfer module, no notices, group invites, rejects, ejects, etc
- if (m_msgTransferModule == null)
- {
- m_log.Warn("[Groups]: Could not get MessageTransferModule");
- }
- }
- if (m_UserManagement == null)
- {
- m_UserManagement = scene.RequestModuleInterface<IUserManagement>();
- if (m_UserManagement == null)
- m_log.Warn("[Groups]: Could not get UserManagementModule");
- }
- lock (m_sceneList)
- {
- m_sceneList.Add(scene);
- }
- scene.EventManager.OnNewClient += OnNewClient;
- scene.EventManager.OnMakeRootAgent += OnMakeRoot;
- scene.EventManager.OnMakeChildAgent += OnMakeChild;
- scene.EventManager.OnIncomingInstantMessage += OnGridInstantMessage;
- scene.EventManager.OnClientClosed += OnClientClosed;
- }
- public void RemoveRegion(Scene scene)
- {
- if (!m_groupsEnabled)
- return;
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- scene.EventManager.OnNewClient -= OnNewClient;
- scene.EventManager.OnMakeRootAgent -= OnMakeRoot;
- scene.EventManager.OnMakeChildAgent -= OnMakeChild;
- scene.EventManager.OnIncomingInstantMessage -= OnGridInstantMessage;
- scene.EventManager.OnClientClosed -= OnClientClosed;
- lock (m_sceneList)
- {
- m_sceneList.Remove(scene);
- }
- }
- public void Close()
- {
- if (!m_groupsEnabled)
- return;
- if (m_debugEnabled) m_log.Debug("[Groups]: Shutting down Groups module.");
- }
- public Type ReplaceableInterface
- {
- get { return null; }
- }
- public string Name
- {
- get { return "Groups Module V2"; }
- }
- public void PostInitialise()
- {
- // NoOp
- }
- #endregion
- #region EventHandlers
- private void OnNewClient(IClientAPI client)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- client.OnAgentDataUpdateRequest += OnAgentDataUpdateRequest;
- //client.OnRequestAvatarProperties += OnRequestAvatarProperties;
- }
- private void OnMakeRoot(ScenePresence sp)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- sp.ControllingClient.OnUUIDGroupNameRequest += HandleUUIDGroupNameRequest;
- // Used for Notices and Group Invites/Accept/Reject
- sp.ControllingClient.OnInstantMessage += OnInstantMessage;
- // Send out group data update for compatibility.
- // There might be some problem with the thread we're generating this on but not
- // doing the update at this time causes problems (Mantis #7920 and #7915)
- // TODO: move sending this update to a later time in the rootification of the client.
- if(!sp.m_haveGroupInformation)
- SendAgentGroupDataUpdate(sp.ControllingClient, false);
- }
- private void OnMakeChild(ScenePresence sp)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- sp.ControllingClient.OnUUIDGroupNameRequest -= HandleUUIDGroupNameRequest;
- // Used for Notices and Group Invites/Accept/Reject
- sp.ControllingClient.OnInstantMessage -= OnInstantMessage;
- }
- /*
- private void OnRequestAvatarProperties(IClientAPI remoteClient, UUID avatarID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- GroupMembershipData[] avatarGroups = GetProfileListedGroupMemberships(remoteClient, avatarID);
- remoteClient.SendAvatarGroupsReply(avatarID, avatarGroups);
- }
- */
- private void OnClientClosed(UUID AgentId, Scene scene)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- if (scene == null)
- return;
- ScenePresence sp = scene.GetScenePresence(AgentId);
- IClientAPI client = sp.ControllingClient;
- if (client != null)
- {
- client.OnAgentDataUpdateRequest -= OnAgentDataUpdateRequest;
- //client.OnRequestAvatarProperties -= OnRequestAvatarProperties;
- // make child possible not called?
- client.OnUUIDGroupNameRequest -= HandleUUIDGroupNameRequest;
- client.OnInstantMessage -= OnInstantMessage;
- }
- /*
- lock (m_ActiveClients)
- {
- if (m_ActiveClients.ContainsKey(AgentId))
- {
- IClientAPI client = m_ActiveClients[AgentId];
- client.OnUUIDGroupNameRequest -= HandleUUIDGroupNameRequest;
- client.OnAgentDataUpdateRequest -= OnAgentDataUpdateRequest;
- client.OnDirFindQuery -= OnDirFindQuery;
- client.OnInstantMessage -= OnInstantMessage;
- m_ActiveClients.Remove(AgentId);
- }
- else
- {
- if (m_debugEnabled) m_log.WarnFormat("[Groups]: Client closed that wasn't registered here.");
- }
- }
- */
- }
- private void OnAgentDataUpdateRequest(IClientAPI remoteClient, UUID dataForAgentID, UUID sessionID)
- {
- // this a private message for own agent only
- if (dataForAgentID != GetRequestingAgentID(remoteClient))
- return;
- SendAgentGroupDataUpdate(remoteClient, false);
- // also current viewers do ignore it and ask later on a much nicer thread
- // its a info request not a change, so nothing is sent to others
- // they do get the group title with the avatar object update on arrivel to a region
- }
- private void HandleUUIDGroupNameRequest(UUID GroupID, IClientAPI remoteClient)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- string GroupName;
- GroupRecord group = m_groupData.GetGroupRecord(GetRequestingAgentIDStr(remoteClient), GroupID, null);
- if (group != null)
- {
- GroupName = group.GroupName;
- }
- else
- {
- GroupName = "Unknown";
- }
- remoteClient.SendGroupNameReply(GroupID, GroupName);
- }
- private void OnInstantMessage(IClientAPI remoteClient, GridInstantMessage im)
- {
- if (m_debugEnabled)
- m_log.DebugFormat("[Groups]: OnInstantMessage called");
- if(remoteClient == null || !remoteClient.IsActive || remoteClient.AgentId.IsZero())
- return;
- Scene scene = (Scene)remoteClient.Scene;
- if (scene == null)
- return;
- string remoteAgentIDstr = remoteClient.AgentId.ToString();
- //m_log.DebugFormat("[Groups]: IM From {0} to {1} msg {2} type {3}", im.fromAgentID, im.toAgentID, im.message, (InstantMessageDialog)im.dialog);
- // Group invitations
- if ((im.dialog == (byte)InstantMessageDialog.GroupInvitationAccept) || (im.dialog == (byte)InstantMessageDialog.GroupInvitationDecline))
- {
- UUID inviteID = new UUID(im.imSessionID);
- GroupInviteInfo inviteInfo = m_groupData.GetAgentToGroupInvite(remoteAgentIDstr, inviteID);
- if (inviteInfo == null)
- {
- if (m_debugEnabled) m_log.WarnFormat("[Groups]: Received an Invite IM for an invite that does not exist {0}.", inviteID);
- return;
- }
- //m_log.DebugFormat("[XXX]: Invite is for Agent {0} to Group {1}.", inviteInfo.AgentID, inviteInfo.GroupID);
- UUID fromAgentID = new UUID(im.fromAgentID);
- UUID invitee = UUID.Zero;
- string tmp = string.Empty;
- Util.ParseUniversalUserIdentifier(inviteInfo.AgentID, out invitee, out tmp, out tmp, out tmp, out tmp);
- if ((inviteInfo != null) && (fromAgentID == invitee))
- {
- // Accept
- if (im.dialog == (byte)InstantMessageDialog.GroupInvitationAccept)
- {
- //m_log.DebugFormat("[XXX]: Received an accept invite notice.");
- // and the sessionid is the role
- string reason = string.Empty;
- if (!m_groupData.AddAgentToGroup(remoteAgentIDstr, invitee.ToString(), inviteInfo.GroupID, inviteInfo.RoleID, string.Empty, out reason))
- remoteClient.SendAgentAlertMessage("Unable to add you to the group: " + reason, false);
- else
- {
- GridInstantMessage msg = new GridInstantMessage();
- msg.imSessionID = UUID.Zero.Guid;
- msg.fromAgentID = UUID.Zero.Guid;
- msg.toAgentID = invitee.Guid;
- msg.timestamp = (uint)Util.UnixTimeSinceEpoch();
- msg.fromAgentName = "Groups";
- msg.message = string.Format("You have been added to the group.");
- msg.dialog = (byte)OpenMetaverse.InstantMessageDialog.MessageBox;
- msg.fromGroup = false;
- msg.offline = (byte)0;
- msg.ParentEstateID = 0;
- msg.Position = Vector3.Zero;
- msg.RegionID = UUID.Zero.Guid;
- msg.binaryBucket = Array.Empty<byte>();
- OutgoingInstantMessage(msg, invitee);
- IClientAPI inviteeClient = GetActiveRootClient(invitee);
- if(inviteeClient !=null)
- {
- SendAgentGroupDataUpdate(inviteeClient,true);
- }
- }
- m_groupData.RemoveAgentToGroupInvite(remoteAgentIDstr, inviteID);
- }
- // Reject
- if (im.dialog == (byte)InstantMessageDialog.GroupInvitationDecline)
- {
- if (m_debugEnabled)
- m_log.DebugFormat("[Groups]: Received a reject invite notice.");
- m_groupData.RemoveAgentToGroupInvite(remoteAgentIDstr, inviteID);
- m_groupData.RemoveAgentFromGroup(remoteAgentIDstr, inviteInfo.AgentID, inviteInfo.GroupID);
- }
- }
- }
- // Group notices
- else if ((im.dialog == (byte)InstantMessageDialog.GroupNotice))
- {
- if (!m_groupNoticesEnabled)
- return;
- UUID GroupID = new UUID(im.toAgentID);
- GroupMembershipData grpMemberData = m_groupData.GetAgentGroupMembership(remoteAgentIDstr, remoteAgentIDstr, GroupID);
- if (grpMemberData == null)
- {
- remoteClient.SendAgentAlertMessage("Group membership not found", false);
- return;
- }
- if ((grpMemberData.GroupPowers & (ulong)GroupPowers.SendNotices) == 0)
- {
- remoteClient.SendAgentAlertMessage("No permission to send notice to group", false);
- return;
- }
- int index = im.message.IndexOf('|');
- if (index < 0)
- return;
- string Subject = im.message.Substring(0, index);
- string Message = im.message.Substring(index + 1);
- UUID NoticeID = UUID.Random();
- InventoryItemBase item = null;
- bool hasAttachment = false;
- if (im.binaryBucket.Length >= 1 && im.binaryBucket[0] > 0)
- {
- UUID itemID = UUID.Zero;
- UUID ownerID = UUID.Zero;
- try
- {
- string binBucket = Utils.BytesToString(im.binaryBucket);
- binBucket = binBucket.Substring(15); // remove extra LLSD pre header
- OSDMap binBucketMAP = (OSDMap)OSDParser.DeserializeLLSDXml(binBucket);
- itemID = binBucketMAP["item_id"].AsUUID();
- ownerID = binBucketMAP["owner_id"].AsUUID();
- }
- catch
- {
- m_log.DebugFormat("[GROUPS]: failed to decode group notice bucket");
- return;
- }
- if (!itemID.IsZero() && !ownerID.IsZero())
- {
- item = scene.InventoryService.GetItem(ownerID, itemID);
- if(item != null)
- {
- if ((item.CurrentPermissions & (uint)(PermissionMask.Transfer | PermissionMask.Copy)) !=
- (uint)(PermissionMask.Transfer | PermissionMask.Copy))
- {
- remoteClient.SendAgentAlertMessage("Item must be have Copy and Transfer rights to attach to group notice", false);
- return;
- }
- }
- hasAttachment = true;
- }
- }
- if (m_groupData.AddGroupNotice(remoteAgentIDstr, GroupID, NoticeID, im.fromAgentName, Subject, Message,
- hasAttachment,
- (byte)(item == null ? 0 : item.AssetType),
- item == null ? null : item.Name,
- item == null ? UUID.Zero : item.ID,
- item == null ? UUID.Zero.ToString() : item.Owner.ToString()))
- {
- OnNewGroupNotice?.Invoke(GroupID, NoticeID);
- // Send notice out to everyone that wants notices
- foreach (GroupMembersData member in m_groupData.GetGroupMembers(remoteAgentIDstr, GroupID))
- {
- GridInstantMessage msg = CreateGroupNoticeIM(UUID.Zero, NoticeID, (byte)InstantMessageDialog.GroupNotice);
- if (member.AcceptNotices)
- {
- // Build notice IIM, one of reach, because the sending may be async
- msg.toAgentID = member.AgentID.Guid;
- OutgoingInstantMessage(msg, member.AgentID);
- }
- }
- }
- }
- if (im.dialog == (byte)InstantMessageDialog.GroupNoticeInventoryAccepted)
- {
- if (!m_groupNoticesEnabled)
- return;
- UUID noticeID = new UUID(im.imSessionID);
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGROUPS]: Accepted notice {0} for {1}", noticeID, remoteClient.AgentId);
- if (noticeID.IsZero())
- return;
- UUID folderID = UUID.Zero;
- try
- {
- if (im.binaryBucket != null && im.binaryBucket.Length >= 16)
- folderID = new UUID(im.binaryBucket, 0);
- }
- catch
- {
- m_log.DebugFormat("[xmlGROUPS]: GroupNoticeInventoryAccepted failed to decode target folder");
- return;
- }
- GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteAgentIDstr, noticeID);
- if (notice == null)
- {
- if (m_debugEnabled)
- m_log.DebugFormat(
- "[GROUPS]: Could not find notice {0} for {1} on GroupNoticeInventoryAccepted.",
- noticeID, remoteClient.AgentId);
- return;
- }
- string tmp;
- UUID giver = new UUID(im.toAgentID);
- Util.ParseUniversalUserIdentifier(notice.noticeData.AttachmentOwnerID, out giver, out tmp, out tmp, out tmp, out tmp);
- m_log.DebugFormat("[Groups]: Giving inventory from {0} to {1}", giver, remoteClient.AgentId);
- string message = "Could not find group notice attached item";
- InventoryItemBase itemCopy = scene.GiveInventoryItem(remoteClient.AgentId,
- giver, notice.noticeData.AttachmentItemID, folderID, out message);
- if (itemCopy == null)
- {
- remoteClient.SendAgentAlertMessage(message, false);
- return;
- }
- remoteClient.SendInventoryItemCreateUpdate(itemCopy, 0);
- }
- else if (im.dialog == (byte)InstantMessageDialog.GroupNoticeInventoryDeclined)
- {
- if (!m_groupNoticesEnabled)
- return;
- UUID noticeID = new UUID(im.imSessionID);
- if (m_debugEnabled)
- m_log.DebugFormat("[GROUPS]: Accepted notice {0} for {1}", noticeID, remoteAgentIDstr);
- if (noticeID.IsZero())
- return;
- UUID remoteAgentID = remoteClient.AgentId;
- GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteAgentIDstr, noticeID);
- if (notice == null)
- {
- if (m_debugEnabled)
- m_log.DebugFormat(
- "[GROUPS]: Could not find notice {0} for {1} on GroupNoticeInventoryAccepted.",
- noticeID, remoteClient.AgentId);
- return;
- }
- string giver = notice.noticeData.AttachmentOwnerID;
- UUID attachmentUUID = notice.noticeData.AttachmentItemID;
- if (attachmentUUID.IsZero() || giver == null || giver == UUID.ZeroString )
- return;
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGroups]: Deny inventory from {0} to {1}", giver, remoteAgentIDstr);
- string message = String.Empty;
- InventoryItemBase itemCopy = scene.InventoryService.GetItem(remoteAgentID, attachmentUUID);
- if (itemCopy == null)
- return;
- InventoryFolderBase trash = scene.InventoryService.GetFolderForType(remoteAgentID, FolderType.Trash);
- if (trash == null)
- {
- m_log.DebugFormat("[GROUPS]: failed to find trash folder for {0} ", remoteAgentID);
- return;
- }
- if (itemCopy.Folder == trash.ID || remoteAgentIDstr == notice.noticeData.AttachmentOwnerID)
- return;
- itemCopy.Folder = trash.ID;
- scene.InventoryService.MoveItems(itemCopy.Owner, new List<InventoryItemBase>() { itemCopy });
- if (itemCopy == null)
- {
- remoteClient.SendAgentAlertMessage(message, false);
- return;
- }
- remoteClient.SendInventoryItemCreateUpdate(itemCopy, 0);
- }
- // Interop, received special 210 code for ejecting a group member
- // this only works within the comms servers domain, and won't work hypergrid
- // TODO:FIXME: Use a presense server of some kind to find out where the
- // client actually is, and try contacting that region directly to notify them,
- // or provide the notification via xmlrpc update queue
- else if ((im.dialog == 210))
- {
- // This is sent from the region that the ejectee was ejected from
- // if it's being delivered here, then the ejectee is here
- // so we need to send local updates to the agent.
- UUID ejecteeID = new UUID(im.toAgentID);
- im.imSessionID = UUID.Zero.Guid;
- im.dialog = (byte)InstantMessageDialog.MessageFromAgent;
- OutgoingInstantMessage(im, ejecteeID);
- IClientAPI ejectee = GetActiveRootClient(ejecteeID);
- if (ejectee != null)
- {
- UUID groupID = new UUID(im.imSessionID);
- ejectee.SendAgentDropGroup(groupID);
- SendAgentGroupDataUpdate(ejectee,true);
- }
- }
- }
- private void OnGridInstantMessage(GridInstantMessage msg)
- {
- if (m_debugEnabled) m_log.InfoFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // Trigger the above event handler
- OnInstantMessage(null, msg);
- // If a message from a group arrives here, it may need to be forwarded to a local client
- if (msg.fromGroup == true)
- {
- switch (msg.dialog)
- {
- case (byte)InstantMessageDialog.GroupInvitation:
- case (byte)InstantMessageDialog.GroupNotice:
- UUID toAgentID = new UUID(msg.toAgentID);
- IClientAPI localClient = GetActiveRootClient(toAgentID);
- if (localClient != null)
- {
- localClient.SendInstantMessage(msg);
- }
- break;
- }
- }
- }
- #endregion
- #region IGroupsModule Members
- public event NewGroupNotice OnNewGroupNotice;
- public GroupRecord GetGroupRecord(UUID GroupID)
- {
- return m_groupData.GetGroupRecord(UUID.Zero.ToString(), GroupID, null);
- }
- public GroupRecord GetGroupRecord(string name)
- {
- return m_groupData.GetGroupRecord(UUID.Zero.ToString(), UUID.Zero, name);
- }
- public void ActivateGroup(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- m_groupData.SetAgentActiveGroup(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID);
- // Changing active group changes title, active powers, all kinds of things
- // anyone who is in any region that can see this client, should probably be
- // updated with new group info. At a minimum, they should get ScenePresence
- // updated with new title.
- SendAgentGroupDataUpdate(remoteClient, true);
- }
- /// <summary>
- /// Get the Role Titles for an Agent, for a specific group
- /// </summary>
- public List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- List<GroupRolesData> agentRoles = m_groupData.GetAgentGroupRoles(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID);
- GroupMembershipData agentMembership = m_groupData.GetAgentGroupMembership(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID);
- List<GroupTitlesData> titles = new List<GroupTitlesData>();
- foreach (GroupRolesData role in agentRoles)
- {
- GroupTitlesData title = new GroupTitlesData();
- title.Name = role.Name;
- if (agentMembership != null)
- {
- title.Selected = agentMembership.ActiveRole == role.RoleID;
- }
- title.UUID = role.RoleID;
- titles.Add(title);
- }
- return titles;
- }
- public List<GroupMembersData> GroupMembersRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled)
- m_log.DebugFormat(
- "[Groups]: GroupMembersRequest called for {0} from client {1}", groupID, remoteClient.Name);
- List<GroupMembersData> data = m_groupData.GetGroupMembers(GetRequestingAgentIDStr(remoteClient), groupID);
- if (m_debugEnabled)
- {
- foreach (GroupMembersData member in data)
- {
- m_log.DebugFormat("[Groups]: Member({0}) - IsOwner({1})", member.AgentID, member.IsOwner);
- }
- }
- return data;
- }
- public ulong GetFullGroupPowers(UUID agentID, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- List<GroupRolesData> data = m_groupData.GetGroupRoles(agentID.ToString(), groupID);
- if (data == null || data.Count == 0)
- return 0;
- ulong powers = 0;
- for (int i = 0; i < data.Count; ++i)
- {
- powers |= data[i].Powers;
- }
- return powers;
- }
- public List<GroupRolesData> GroupRoleDataRequest(UUID agentID, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- List<GroupRolesData> data = m_groupData.GetGroupRoles(agentID.ToString(), groupID);
- return data;
- }
- public List<GroupRolesData> GroupRoleDataRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- List<GroupRolesData> data = m_groupData.GetGroupRoles(GetRequestingAgentIDStr(remoteClient), groupID);
- return data;
- }
- public List<GroupRoleMembersData> GroupRoleMembersRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- List<GroupRoleMembersData> data = m_groupData.GetGroupRoleMembers(GetRequestingAgentIDStr(remoteClient), groupID);
- if (m_debugEnabled)
- {
- foreach (GroupRoleMembersData member in data)
- {
- m_log.DebugFormat("[Groups]: Member({0}) - Role({1})", member.MemberID, member.RoleID);
- }
- }
- return data;
- }
- public GroupProfileData GroupProfileRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- GroupProfileData profile = new GroupProfileData();
- // just to get the OwnerRole...
- ExtendedGroupRecord groupInfo = m_groupData.GetGroupRecord(GetRequestingAgentIDStr(remoteClient), groupID, string.Empty);
- GroupMembershipData memberInfo = m_groupData.GetAgentGroupMembership(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID);
- if (groupInfo != null)
- {
- profile.AllowPublish = groupInfo.AllowPublish;
- profile.Charter = groupInfo.Charter;
- profile.FounderID = groupInfo.FounderID;
- profile.GroupID = groupID;
- profile.GroupMembershipCount = groupInfo.MemberCount;
- profile.GroupRolesCount = groupInfo.RoleCount;
- profile.InsigniaID = groupInfo.GroupPicture;
- profile.MaturePublish = groupInfo.MaturePublish;
- profile.MembershipFee = groupInfo.MembershipFee;
- profile.Money = 0;
- profile.Name = groupInfo.GroupName;
- profile.OpenEnrollment = groupInfo.OpenEnrollment;
- profile.OwnerRole = groupInfo.OwnerRoleID;
- profile.ShowInList = groupInfo.ShowInList;
- }
- if (memberInfo != null)
- {
- profile.MemberTitle = memberInfo.GroupTitle;
- profile.PowersMask = memberInfo.GroupPowers;
- }
- return profile;
- }
- public GroupMembershipData[] GetMembershipData(UUID agentID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- return m_groupData.GetAgentGroupMemberships(UUID.Zero.ToString(), agentID.ToString()).ToArray();
- }
- public GroupMembershipData GetMembershipData(UUID groupID, UUID agentID)
- {
- if (m_debugEnabled)
- m_log.DebugFormat(
- "[Groups]: {0} called with groupID={1}, agentID={2}",
- System.Reflection.MethodBase.GetCurrentMethod().Name, groupID, agentID);
- return m_groupData.GetAgentGroupMembership(UUID.Zero.ToString(), agentID.ToString(), groupID);
- }
- public GroupMembershipData GetActiveMembershipData(UUID agentID)
- {
- string agentIDstr = agentID.ToString();
- return m_groupData.GetAgentActiveMembership(agentIDstr, agentIDstr);
- }
- public void UpdateGroupInfo(IClientAPI remoteClient, UUID groupID, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // Note: Permissions checking for modification rights is handled by the Groups Server/Service
- string reason = string.Empty;
- if (!m_groupData.UpdateGroup(GetRequestingAgentIDStr(remoteClient), groupID, charter, showInList, insigniaID, membershipFee,
- openEnrollment, allowPublish, maturePublish, out reason))
- remoteClient.SendAgentAlertMessage(reason, false);
- }
- public void SetGroupAcceptNotices(IClientAPI remoteClient, UUID groupID, bool acceptNotices, bool listInProfile)
- {
- // Note: Permissions checking for modification rights is handled by the Groups Server/Service
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- m_groupData.UpdateMembership(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID, acceptNotices, listInProfile);
- }
- public UUID CreateGroup(IClientAPI remoteClient, string name, string charter, bool showInList, UUID insigniaID, int membershipFee, bool openEnrollment, bool allowPublish, bool maturePublish)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called in {1}", System.Reflection.MethodBase.GetCurrentMethod().Name, remoteClient.Scene.RegionInfo.RegionName);
- if (m_groupData.GetGroupRecord(GetRequestingAgentIDStr(remoteClient), UUID.Zero, name) != null)
- {
- remoteClient.SendCreateGroupReply(UUID.Zero, false, "A group with the same name already exists.");
- return UUID.Zero;
- }
- // check user level
- ScenePresence avatar = null;
- Scene scene = (Scene)remoteClient.Scene;
- scene.TryGetScenePresence(remoteClient.AgentId, out avatar);
- if (avatar != null)
- {
- if (avatar.GodController.UserLevel < m_levelGroupCreate)
- {
- remoteClient.SendCreateGroupReply(UUID.Zero, false, String.Format("Insufficient permissions to create a group. Requires level {0}", m_levelGroupCreate));
- return UUID.Zero;
- }
- }
- // check funds
- // is there a money module present ?
- IMoneyModule money = scene.RequestModuleInterface<IMoneyModule>();
- if (money != null)
- {
- // do the transaction, that is if the agent has got sufficient funds
- if (!money.AmountCovered(remoteClient.AgentId, money.GroupCreationCharge)) {
- remoteClient.SendCreateGroupReply(UUID.Zero, false, "Insufficient funds to create a group.");
- return UUID.Zero;
- }
- }
- string reason = string.Empty;
- UUID groupID = m_groupData.CreateGroup(remoteClient.AgentId, name, charter, showInList, insigniaID, membershipFee, openEnrollment,
- allowPublish, maturePublish, remoteClient.AgentId, out reason);
- if (!groupID.IsZero())
- {
- if (money != null && money.GroupCreationCharge > 0)
- money.ApplyCharge(remoteClient.AgentId, money.GroupCreationCharge, MoneyTransactionType.GroupCreate, name);
- remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully");
- // Update the founder with new group information.
- SendAgentGroupDataUpdate(remoteClient, true);
- }
- else
- remoteClient.SendCreateGroupReply(groupID, false, reason);
- return groupID;
- }
- public GroupNoticeData[] GroupNoticesListRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // ToDo: check if agent is a member of group and is allowed to see notices?
- List<ExtendedGroupNoticeData> notices = m_groupData.GetGroupNotices(GetRequestingAgentIDStr(remoteClient), groupID);
- List<GroupNoticeData> os_notices = new List<GroupNoticeData>();
- foreach (ExtendedGroupNoticeData n in notices)
- {
- GroupNoticeData osn = n.ToGroupNoticeData();
- os_notices.Add(osn);
- }
- return os_notices.ToArray();
- }
- /// <summary>
- /// Get the title of the agent's current role.
- /// </summary>
- public string GetGroupTitle(UUID avatarID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- GroupMembershipData membership = m_groupData.GetAgentActiveMembership(UUID.Zero.ToString(), avatarID.ToString());
- if (membership != null)
- {
- return membership.GroupTitle;
- }
- return string.Empty;
- }
- /// <summary>
- /// Change the current Active Group Role for Agent
- /// </summary>
- public void GroupTitleUpdate(IClientAPI remoteClient, UUID groupID, UUID titleRoleID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- m_groupData.SetAgentActiveGroupRole(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID, titleRoleID);
- // TODO: Not sure what all is needed here, but if the active group role change is for the group
- // the client currently has set active, then we need to do a scene presence update too
- // if (m_groupData.GetAgentActiveMembership(GetRequestingAgentID(remoteClient)).GroupID == GroupID)
- SendDataUpdate(remoteClient, true);
- }
- public void GroupRoleUpdate(IClientAPI remoteClient, UUID groupID, UUID roleID, string name, string description, string title, ulong powers, byte updateType)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // Security Checks are handled in the Groups Service.
- switch ((OpenMetaverse.GroupRoleUpdate)updateType)
- {
- case OpenMetaverse.GroupRoleUpdate.Create:
- string reason = string.Empty;
- if (!m_groupData.AddGroupRole(GetRequestingAgentIDStr(remoteClient), groupID, UUID.Random(), name, description, title, powers, out reason))
- remoteClient.SendAgentAlertMessage("Unable to create role: " + reason, false);
- break;
- case OpenMetaverse.GroupRoleUpdate.Delete:
- m_groupData.RemoveGroupRole(GetRequestingAgentIDStr(remoteClient), groupID, roleID);
- break;
- case OpenMetaverse.GroupRoleUpdate.UpdateAll:
- case OpenMetaverse.GroupRoleUpdate.UpdateData:
- case OpenMetaverse.GroupRoleUpdate.UpdatePowers:
- if (m_debugEnabled)
- {
- GroupPowers gp = (GroupPowers)powers;
- m_log.DebugFormat("[Groups]: Role ({0}) updated with Powers ({1}) ({2})", name, powers.ToString(), gp.ToString());
- }
- m_groupData.UpdateGroupRole(GetRequestingAgentIDStr(remoteClient), groupID, roleID, name, description, title, powers);
- break;
- case OpenMetaverse.GroupRoleUpdate.NoUpdate:
- default:
- // No Op
- break;
- }
- // TODO: This update really should send out updates for everyone in the role that just got changed.
- SendDataUpdate(remoteClient, true);
- }
- public void GroupRoleChanges(IClientAPI remoteClient, UUID groupID, UUID roleID, UUID memberID, uint changes)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // Todo: Security check
- switch (changes)
- {
- case 0:
- // Add
- m_groupData.AddAgentToGroupRole(GetRequestingAgentIDStr(remoteClient), memberID.ToString(), groupID, roleID);
- break;
- case 1:
- // Remove
- m_groupData.RemoveAgentFromGroupRole(GetRequestingAgentIDStr(remoteClient), memberID.ToString(), groupID, roleID);
- break;
- default:
- m_log.ErrorFormat("[Groups]: {0} does not understand changes == {1}", System.Reflection.MethodBase.GetCurrentMethod().Name, changes);
- break;
- }
- // TODO: This update really should send out updates for everyone in the role that just got changed.
- SendDataUpdate(remoteClient, true);
- }
- public void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called for notice {1}", System.Reflection.MethodBase.GetCurrentMethod().Name, groupNoticeID);
- GridInstantMessage msg = CreateGroupNoticeIM(remoteClient.AgentId, groupNoticeID, (byte)InstantMessageDialog.GroupNoticeRequested);
- OutgoingInstantMessage(msg, GetRequestingAgentID(remoteClient));
- }
- public GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- GridInstantMessage msg = new GridInstantMessage();
- byte[] bucket;
- msg.imSessionID = groupNoticeID.Guid;
- msg.toAgentID = agentID.Guid;
- msg.dialog = dialog;
- msg.fromGroup = true;
- msg.offline = (byte)1;
- msg.ParentEstateID = 0;
- msg.Position = Vector3.Zero;
- msg.RegionID = UUID.Zero.Guid;
- GroupNoticeInfo info = m_groupData.GetGroupNotice(agentID.ToString(), groupNoticeID);
- if (info != null)
- {
- msg.fromAgentID = info.GroupID.Guid;
- msg.timestamp = info.noticeData.Timestamp;
- msg.fromAgentName = info.noticeData.FromName;
- msg.message = info.noticeData.Subject + "|" + info.Message;
- if (info.noticeData.HasAttachment)
- {
- byte[] name = System.Text.Encoding.UTF8.GetBytes(info.noticeData.AttachmentName);
- bucket = new byte[19 + name.Length];
- bucket[0] = 1; // has attachment?
- bucket[1] = info.noticeData.AttachmentType; // attachment type
- name.CopyTo(bucket, 18);
- }
- else
- {
- bucket = new byte[19];
- bucket[0] = 0; //No attachment
- bucket[1] = 0; //Attachment type
- bucket[18] = 0; //NUL terminate name
- }
- info.GroupID.ToBytes(bucket, 2);
- msg.binaryBucket = bucket;
- }
- else
- {
- m_log.DebugFormat("[Groups]: Group Notice {0} not found, composing empty message.", groupNoticeID);
- msg.fromAgentID = UUID.Zero.Guid;
- msg.timestamp = (uint)Util.UnixTimeSinceEpoch(); ;
- msg.fromAgentName = string.Empty;
- msg.message = string.Empty;
- msg.binaryBucket = Array.Empty<byte>(); ;
- }
- return msg;
- }
- public void JoinGroupRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- GroupRecord groupRecord = GetGroupRecord(groupID);
- IMoneyModule money = remoteClient.Scene.RequestModuleInterface<IMoneyModule>();
- // Should check to see if there's an outstanding invitation
- if (money != null && groupRecord.MembershipFee > 0)
- {
- // Does the agent have the funds to cover the group join fee?
- if (!money.AmountCovered(remoteClient.AgentId, groupRecord.MembershipFee))
- {
- remoteClient.SendAlertMessage("Insufficient funds to join the group.");
- remoteClient.SendJoinGroupReply(groupID, false);
- return;
- }
- }
- string reason = string.Empty;
- string requestingAgentIDStr = GetRequestingAgentIDStr(remoteClient);
- if (m_groupData.AddAgentToGroup(requestingAgentIDStr, requestingAgentIDStr, groupID, UUID.Zero, string.Empty, out reason))
- {
- if (money != null && groupRecord.MembershipFee > 0)
- money.ApplyCharge(remoteClient.AgentId, groupRecord.MembershipFee, MoneyTransactionType.GroupJoin, groupRecord.GroupName);
- remoteClient.SendJoinGroupReply(groupID, true);
- // Should this send updates to everyone in the group?
- SendAgentGroupDataUpdate(remoteClient, true);
- if (reason != string.Empty)
- // A warning
- remoteClient.SendAlertMessage("Warning: " + reason);
- }
- else
- remoteClient.SendJoinGroupReply(groupID, false);
- }
- public void LeaveGroupRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- m_groupData.RemoveAgentFromGroup(GetRequestingAgentIDStr(remoteClient), GetRequestingAgentIDStr(remoteClient), groupID);
- remoteClient.SendLeaveGroupReply(groupID, true);
- remoteClient.SendAgentDropGroup(groupID);
- // SL sends out notifcations to the group messaging session that the person has left
- // Should this also update everyone who is in the group?
- SendAgentGroupDataUpdate(remoteClient, true);
- }
- public void EjectGroupMemberRequest(IClientAPI remoteClient, UUID groupID, UUID ejecteeID)
- {
- EjectGroupMember(remoteClient, GetRequestingAgentID(remoteClient), groupID, ejecteeID);
- }
- public void EjectGroupMember(IClientAPI remoteClient, UUID agentID, UUID groupID, UUID ejecteeID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // Todo: Security check?
- m_groupData.RemoveAgentFromGroup(agentID.ToString(), ejecteeID.ToString(), groupID);
- string agentName;
- RegionInfo regionInfo;
- // remoteClient provided or just agentID?
- if (remoteClient != null)
- {
- agentName = remoteClient.Name;
- regionInfo = remoteClient.Scene.RegionInfo;
- remoteClient.SendEjectGroupMemberReply(agentID, groupID, true);
- }
- else
- {
- IClientAPI client = GetActiveClient(agentID);
- if (client != null)
- {
- agentName = client.Name;
- regionInfo = client.Scene.RegionInfo;
- client.SendEjectGroupMemberReply(agentID, groupID, true);
- }
- else
- {
- regionInfo = m_sceneList[0].RegionInfo;
- UserAccount acc = m_sceneList[0].UserAccountService.GetUserAccount(regionInfo.ScopeID, agentID);
- if (acc != null)
- {
- agentName = acc.FirstName + " " + acc.LastName;
- }
- else
- {
- agentName = "Unknown member";
- }
- }
- }
- GroupRecord groupInfo = m_groupData.GetGroupRecord(agentID.ToString(), groupID, null);
- if ((groupInfo == null))
- return;
- UserData udata = m_sceneList[0].UserManagementModule.GetUserData(ejecteeID);
- IClientAPI ejecteeClient = GetActiveRootClient(ejecteeID);
- string ejecteeName;
- // Send Message to Ejectee
- GridInstantMessage msg = new GridInstantMessage();
- // if local send a normal message
- if(ejecteeClient != null)
- {
- msg.imSessionID = UUID.Zero.Guid;
- msg.dialog = (byte)OpenMetaverse.InstantMessageDialog.MessageFromAgent;
- // also execute and send update
- ejecteeClient.SendAgentDropGroup(groupID);
- SendAgentGroupDataUpdate(ejecteeClient,true);
- ejecteeName = ejecteeClient.Name;
- }
- else // send
- {
- // Interop, received special 210 code for ejecting a group member
- // this only works within the comms servers domain, and won't work hypergrid
- // TODO:FIXME: Use a presence server of some kind to find out where the
- // client actually is, and try contacting that region directly to notify them,
- // or provide the notification via xmlrpc update queue
- msg.imSessionID = groupInfo.GroupID.Guid;
- msg.dialog = 210; //interop
- ejecteeName = udata != null ? (udata.FirstName + " " + udata.LastName) : "user name currently unknown";
- }
- //if(ejecteeClient != null || (udata != null && udata.IsLocal))
- {
- msg.fromAgentID = agentID.Guid;
- // msg.fromAgentID = info.GroupID;
- msg.toAgentID = ejecteeID.Guid;
- //msg.timestamp = (uint)Util.UnixTimeSinceEpoch();
- msg.timestamp = 0;
- msg.fromAgentName = agentName;
- msg.message = string.Format("You have been ejected from '{1}' by {0}.", agentName, groupInfo.GroupName);
- msg.fromGroup = false;
- msg.offline = (byte)0;
- msg.ParentEstateID = 0;
- msg.Position = Vector3.Zero;
- msg.RegionID = regionInfo.RegionID.Guid;
- msg.binaryBucket = Array.Empty<byte>(); ;
- OutgoingInstantMessage(msg, ejecteeID);
- }
- // Message to ejector
- msg = new GridInstantMessage();
- msg.imSessionID = UUID.Zero.Guid;
- msg.fromAgentID = agentID.Guid;
- msg.toAgentID = agentID.Guid;
- msg.timestamp = 0;
- msg.fromAgentName = agentName;
- msg.message = string.Format("{2} has been ejected from '{1}' by {0}.", agentName, groupInfo.GroupName, ejecteeName);
- msg.dialog = (byte)OpenMetaverse.InstantMessageDialog.MessageFromAgent;
- msg.fromGroup = false;
- msg.offline = (byte)0;
- msg.ParentEstateID = 0;
- msg.Position = Vector3.Zero;
- msg.RegionID = regionInfo.RegionID.Guid;
- msg.binaryBucket = Array.Empty<byte>(); ;
- OutgoingInstantMessage(msg, agentID);
- }
- public void InviteGroupRequest(IClientAPI remoteClient, UUID groupID, UUID invitedAgentID, UUID roleID)
- {
- InviteGroup(remoteClient, GetRequestingAgentID(remoteClient), groupID, invitedAgentID, roleID);
- }
- public void InviteGroup(IClientAPI remoteClient, UUID agentID, UUID groupID, UUID invitedAgentID, UUID roleID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- string agentName = m_UserManagement.GetUserName(agentID);
- RegionInfo regionInfo = m_sceneList[0].RegionInfo;
- GroupRecord group = m_groupData.GetGroupRecord(agentID.ToString(), groupID, null);
- if (group == null)
- {
- m_log.DebugFormat("[Groups]: No such group {0}", groupID);
- return;
- }
- // Todo: Security check, probably also want to send some kind of notification
- UUID InviteID = UUID.Random();
- if (m_groupData.AddAgentToGroupInvite(agentID.ToString(), InviteID, groupID, roleID, invitedAgentID.ToString()))
- {
- if (m_msgTransferModule != null)
- {
- Guid inviteUUID = InviteID.Guid;
- GridInstantMessage msg = new GridInstantMessage();
- msg.imSessionID = inviteUUID;
- // msg.fromAgentID = agentID.Guid;
- msg.fromAgentID = groupID.Guid;
- msg.toAgentID = invitedAgentID.Guid;
- //msg.timestamp = (uint)Util.UnixTimeSinceEpoch();
- msg.timestamp = 0;
- msg.fromAgentName = agentName;
- msg.message = string.Format("{0} has invited you to join a group called {1}. There is no cost to join this group.", agentName, group.GroupName);
- msg.dialog = (byte)OpenMetaverse.InstantMessageDialog.GroupInvitation;
- msg.fromGroup = true;
- msg.offline = (byte)0;
- msg.ParentEstateID = 0;
- msg.Position = Vector3.Zero;
- msg.RegionID = regionInfo.RegionID.Guid;
- msg.binaryBucket = new byte[20];
- OutgoingInstantMessage(msg, invitedAgentID);
- }
- }
- }
- public List<DirGroupsReplyData> FindGroups(IClientAPI remoteClient, string query)
- {
- return m_groupData.FindGroups(remoteClient.AgentId.ToString(), query);
- }
- #endregion
- #region Client/Update Tools
- private IClientAPI GetActiveRootClient(UUID agentID)
- {
- foreach (Scene scene in m_sceneList)
- {
- ScenePresence sp = scene.GetScenePresence(agentID);
- if (sp != null && !sp.IsChildAgent && !sp.IsDeleted)
- {
- return sp.ControllingClient;
- }
- }
- return null;
- }
- /// <summary>
- /// Try to find an active IClientAPI reference for agentID giving preference to root connections
- /// </summary>
- private IClientAPI GetActiveClient(UUID agentID)
- {
- IClientAPI child = null;
- // Try root avatar first
- foreach (Scene scene in m_sceneList)
- {
- ScenePresence sp = scene.GetScenePresence(agentID);
- if (sp != null&& !sp.IsDeleted)
- {
- if (!sp.IsChildAgent)
- {
- return sp.ControllingClient;
- }
- else
- {
- child = sp.ControllingClient;
- }
- }
- }
- // If we didn't find a root, then just return whichever child we found, or null if none
- return child;
- }
- private void SendScenePresenceUpdate(UUID AgentID, string Title)
- {
- if (m_debugEnabled) m_log.DebugFormat("[Groups]: Updating scene title for {0} with title: {1}", AgentID, Title);
- ScenePresence presence = null;
- foreach (Scene scene in m_sceneList)
- {
- presence = scene.GetScenePresence(AgentID);
- if (presence != null)
- {
- if (presence.Grouptitle != Title)
- {
- presence.Grouptitle = Title;
- if (! presence.IsChildAgent)
- presence.SendAvatarDataToAllAgents();
- }
- }
- }
- }
- public void SendAgentGroupDataUpdate(IClientAPI remoteClient)
- {
- SendAgentGroupDataUpdate(remoteClient, true);
- }
- /// <summary>
- /// Tell remoteClient about its agent groups, and optionally send title to others
- /// </summary>
- private void SendAgentGroupDataUpdate(IClientAPI remoteClient, bool tellOthers)
- {
- if (m_debugEnabled) m_log.InfoFormat("[Groups]: {0} called for {1}", System.Reflection.MethodBase.GetCurrentMethod().Name, remoteClient.Name);
- // NPCs currently don't have a CAPs structure or event queues. There is a strong argument for conveying this information
- // to them anyway since it makes writing server-side bots a lot easier, but for now we don't do anything.
- if (remoteClient.SceneAgent.PresenceType == PresenceType.Npc)
- return;
- // TODO: All the client update functions need to be reexamined because most do too much and send too much stuff
- UUID agentID = GetRequestingAgentID(remoteClient);
- SendDataUpdate(remoteClient, tellOthers);
- GroupMembershipData[] membershipArray = GetProfileListedGroupMemberships(remoteClient, agentID);
- remoteClient.UpdateGroupMembership(membershipArray);
- remoteClient.SendAgentGroupDataUpdate(agentID, membershipArray);
- }
- /// <summary>
- /// Get a list of groups memberships for the agent that are marked "ListInProfile"
- /// (unless that agent has a godLike aspect, in which case get all groups)
- /// </summary>
- /// <param name="dataForAgentID"></param>
- /// <returns></returns>
- private GroupMembershipData[] GetProfileListedGroupMemberships(IClientAPI requestingClient, UUID dataForAgentID)
- {
- List<GroupMembershipData> membershipData = m_groupData.GetAgentGroupMemberships(requestingClient.AgentId.ToString(), dataForAgentID.ToString());
- GroupMembershipData[] membershipArray;
- // cScene and property accessor 'isGod' are in support of the opertions to bypass 'hidden' group attributes for
- // those with a GodLike aspect.
- Scene cScene = (Scene)requestingClient.Scene;
- bool isGod = cScene.Permissions.IsGod(requestingClient.AgentId);
- if (isGod)
- {
- membershipArray = membershipData.ToArray();
- }
- else
- {
- if (requestingClient.AgentId != dataForAgentID)
- {
- Predicate<GroupMembershipData> showInProfile = delegate(GroupMembershipData membership)
- {
- return membership.ListInProfile;
- };
- membershipArray = membershipData.FindAll(showInProfile).ToArray();
- }
- else
- {
- membershipArray = membershipData.ToArray();
- }
- }
- if (m_debugEnabled)
- {
- m_log.InfoFormat("[Groups]: Get group membership information for {0} requested by {1}", dataForAgentID, requestingClient.AgentId);
- foreach (GroupMembershipData membership in membershipArray)
- {
- m_log.InfoFormat("[Groups]: {0} :: {1} - {2} - {3}", dataForAgentID, membership.GroupName, membership.GroupTitle, membership.GroupPowers);
- }
- }
- return membershipArray;
- }
- //tell remoteClient about its agent group info, and optionally send title to others
- private void SendDataUpdate(IClientAPI remoteClient, bool tellOthers)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- UUID activeGroupID = UUID.Zero;
- string activeGroupTitle = string.Empty;
- string activeGroupName = string.Empty;
- ulong activeGroupPowers = (ulong)GroupPowers.None;
- UUID agentID = GetRequestingAgentID(remoteClient);
- GroupMembershipData membership = m_groupData.GetAgentActiveMembership(agentID.ToString(), agentID.ToString());
- if (membership != null)
- {
- activeGroupID = membership.GroupID;
- activeGroupTitle = membership.GroupTitle;
- activeGroupPowers = membership.GroupPowers;
- activeGroupName = membership.GroupName;
- }
- UserAccount account = m_sceneList[0].UserAccountService.GetUserAccount(remoteClient.Scene.RegionInfo.ScopeID, agentID);
- string firstname, lastname;
- if (account != null)
- {
- firstname = account.FirstName;
- lastname = account.LastName;
- }
- else
- {
- firstname = "Unknown";
- lastname = "Unknown";
- }
- remoteClient.SendAgentDataUpdate(agentID, activeGroupID, firstname,
- lastname, activeGroupPowers, activeGroupName,
- activeGroupTitle);
- if (tellOthers)
- SendScenePresenceUpdate(agentID, activeGroupTitle);
- ScenePresence sp = (ScenePresence)remoteClient.SceneAgent;
- if (sp != null)
- sp.Grouptitle = activeGroupTitle;
- }
- #endregion
- #region IM Backed Processes
- private void OutgoingInstantMessage(GridInstantMessage msg, UUID msgTo)
- {
- if (m_debugEnabled) m_log.InfoFormat("[Groups]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- IClientAPI localClient = GetActiveRootClient(msgTo);
- if (localClient != null)
- {
- if (m_debugEnabled) m_log.InfoFormat("[Groups]: MsgTo ({0}) is local, delivering directly", localClient.Name);
- localClient.SendInstantMessage(msg);
- }
- else if (m_msgTransferModule != null)
- {
- if (m_debugEnabled) m_log.InfoFormat("[Groups]: MsgTo ({0}) is not local, delivering via TransferModule", msgTo);
- m_msgTransferModule.SendInstantMessage(msg, delegate(bool success) { if (m_debugEnabled) m_log.DebugFormat("[Groups]: Message Sent: {0}", success?"Succeeded":"Failed"); });
- }
- }
- public void NotifyChange(UUID groupID)
- {
- // Notify all group members of a chnge in group roles and/or
- // permissions
- //
- }
- #endregion
- private string GetRequestingAgentIDStr(IClientAPI client)
- {
- return GetRequestingAgentID(client).ToString();
- }
- private UUID GetRequestingAgentID(IClientAPI client)
- {
- UUID requestingAgentID = UUID.Zero;
- if (client != null)
- {
- requestingAgentID = client.AgentId;
- }
- return requestingAgentID;
- }
- }
- }
|