123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722 |
- /*
- * 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 System.Text;
- using PermissionMask = OpenSim.Framework.PermissionMask;
- namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
- {
- [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "GroupsModule")]
- public class GroupsModule : ISharedRegionModule, IGroupsModule
- {
- /// <summary>
- /// ; To use this module, you must specify the following in your OpenSim.ini
- /// [GROUPS]
- /// Enabled = true
- ///
- /// Module = GroupsModule
- /// NoticesEnabled = true
- /// DebugEnabled = true
- ///
- /// GroupsServicesConnectorModule = XmlRpcGroupsServicesConnector
- /// XmlRpcServiceURL = http://osflotsam.org/xmlrpc.php
- /// XmlRpcServiceReadKey = 1234
- /// XmlRpcServiceWriteKey = 1234
- ///
- /// MessagingModule = GroupsMessagingModule
- /// MessagingEnabled = true
- ///
- /// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for
- /// ; a problem discovered on some Windows based region servers. Only disable
- /// ; if you see a large number (dozens) of the following Exceptions:
- /// ; System.Net.WebException: The request was aborted: The request was canceled.
- ///
- /// XmlRpcDisableKeepAlive = false
- /// </summary>
- private static readonly ILog m_log =
- LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
- private List<Scene> m_sceneList = new List<Scene>();
- private IMessageTransferModule m_msgTransferModule;
- private IGroupsMessagingModule m_groupsMessagingModule;
- private IGroupsServicesConnector m_groupData;
- // 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("[xmlGROUPS]: 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");
- Close();
- 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_groupsEnabled = false;
- m_log.Warn("[GROUPS]: Could not get IMessageTransferModule");
- }
- }
- if (m_groupsMessagingModule == null)
- {
- m_groupsMessagingModule = scene.RequestModuleInterface<IGroupsMessagingModule>();
- // No message transfer module, no notices, group invites, rejects, ejects, etc
- if (m_groupsMessagingModule == null)
- m_log.Warn("[GROUPS]: Could not get IGroupsMessagingModule");
- }
- 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;
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- 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 "GroupsModule"; }
- }
- #endregion
- #region ISharedRegionModule Members
- public void PostInitialise()
- {
- // NoOp
- }
- #endregion
- #region EventHandlers
- 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;
- // comented out because some viewers no longer suport it
- // sp.ControllingClient.AddGenericPacketHandler("avatargroupsrequest", AvatarGroupsRequest);
- // 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;
- sp.ControllingClient.OnInstantMessage -= OnInstantMessage;
- }
- 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;
- }
- /* this should be the right message to ask for other avatars groups
- private void AvatarGroupsRequest(Object sender, string method, List<String> args)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- if (!(sender is IClientAPI))
- return;
- IClientAPI remoteClient = (IClientAPI)sender;
- UUID avatarID;
- UUID.TryParse(args[0], out avatarID);
- if (avatarID != UUID.Zero)
- {
- GroupMembershipData[] avatarGroups = GetProfileListedGroupMemberships(remoteClient, avatarID);
- remoteClient.SendAvatarGroupsReply(avatarID, avatarGroups);
- }
- }
- */
- // this should not be used to send groups memberships, but some viewers do expect it
- // it does send unnecessary memberships, when viewers just want other properties information
- 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);
- // 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(GetRequestingAgentID(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("[xmlGROUPS]: OnInstantMessage called for {0}, message type {1}",
- remoteClient.Name, (InstantMessageDialog)im.dialog);
- if (remoteClient == null || !remoteClient.IsActive || remoteClient.AgentId == UUID.Zero)
- return;
- Scene scene = (Scene)remoteClient.Scene;
- if(scene == null)
- return;
- UUID remoteAgentID = remoteClient.AgentId;
- // Group invitations
- if ((im.dialog == (byte)InstantMessageDialog.GroupInvitationAccept) || (im.dialog == (byte)InstantMessageDialog.GroupInvitationDecline))
- {
- UUID inviteID = new UUID(im.imSessionID);
- GroupInviteInfo inviteInfo = m_groupData.GetAgentToGroupInvite(GetRequestingAgentID(remoteClient), inviteID);
- if (inviteInfo == null)
- {
- if (m_debugEnabled)
- m_log.WarnFormat("[xmlGROUPS]: Received an Invite IM for an invite that does not exist {0}.", inviteID);
- return;
- }
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGROUPS]: Invite is for Agent {0} to Group {1}.", inviteInfo.AgentID, inviteInfo.GroupID);
- UUID fromAgentID = new UUID(im.fromAgentID);
- if ((inviteInfo != null) && (fromAgentID == inviteInfo.AgentID))
- {
- // Accept
- if (im.dialog == (byte)InstantMessageDialog.GroupInvitationAccept)
- {
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGROUPS]: Received an accept invite notice.");
- // and the sessionid is the role
- m_groupData.AddAgentToGroup(remoteAgentID, inviteInfo.AgentID, inviteInfo.GroupID, inviteInfo.RoleID);
- GridInstantMessage msg = new GridInstantMessage();
- msg.imSessionID = UUID.Zero.Guid;
- msg.fromAgentID = UUID.Zero.Guid;
- msg.toAgentID = inviteInfo.AgentID.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 = new byte[0];
- OutgoingInstantMessage(msg, inviteInfo.AgentID);
- IClientAPI inviteeClient = GetActiveRootClient(inviteInfo.AgentID);
- if(inviteeClient !=null)
- {
- SendAgentGroupDataUpdate(inviteeClient,true);
- }
- m_groupData.RemoveAgentToGroupInvite(GetRequestingAgentID(remoteClient), inviteID);
- }
- // Reject
- if (im.dialog == (byte)InstantMessageDialog.GroupInvitationDecline)
- {
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGROUPS]: Received a reject invite notice.");
- m_groupData.RemoveAgentToGroupInvite(remoteAgentID, inviteID);
- }
- }
- return;
- }
- // Group notices
- if ((im.dialog == (byte)InstantMessageDialog.GroupNotice))
- {
- if (!m_groupNoticesEnabled)
- return;
- UUID GroupID = new UUID(im.toAgentID);
- GroupMembershipData grpMemberData = m_groupData.GetAgentGroupMembership(remoteAgentID, remoteAgentID, 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);
- InventoryItemBase item = null;
- bool hasAttachment = false;
- UUID itemID = UUID.Zero;
- UUID ownerID = UUID.Zero;
- byte[] bucket;
- if (im.binaryBucket.Length >= 1 && im.binaryBucket[0] > 0)
- {
- 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("[xmlGROUPS]: failed to decode group notice bucket");
- return;
- }
- if(itemID != UUID.Zero && ownerID != UUID.Zero)
- {
- 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 (hasAttachment)
- {
- //Bucket contains information about attachment.
- //
- //Byte offset and description of bucket data:
- //0: 1 byte indicating if attachment is present
- //1: 1 byte indicating the type of attachment
- //2: 16 bytes - Group UUID
- //18: 16 bytes - UUID of the attachment owner
- //34: 16 bytes - UUID of the attachment
- //50: variable - Name of the attachment
- //??: NUL byte to terminate the attachment name
- byte[] name = Encoding.UTF8.GetBytes(item.Name);
- bucket = new byte[51 + name.Length];//2 bytes, 3 UUIDs, and name and null
- bucket[0] = 1; //Has attachment flag
- bucket[1] = (byte)item.AssetType; //Type of Attachment
- GroupID.ToBytes(bucket, 2);
- ownerID.ToBytes(bucket, 18);
- itemID.ToBytes(bucket, 34);
- name.CopyTo(bucket, 50);
- }
- else
- {
- bucket = new byte[19];
- bucket[0] = 0; //Has attachment flag
- bucket[1] = 0; //Type of attachment
- GroupID.ToBytes(bucket, 2);
- bucket[18] = 0; //NUL terminate name of attachment
- }
- UUID NoticeID = UUID.Random();
- m_groupData.AddGroupNotice(remoteAgentID, GroupID, NoticeID, im.fromAgentName, Subject, Message, bucket);
- OnNewGroupNotice?.Invoke(GroupID, NoticeID);
- if (m_debugEnabled)
- {
- foreach (GroupMembersData member in m_groupData.GetGroupMembers(GetRequestingAgentID(remoteClient), GroupID))
- {
- if (m_debugEnabled)
- {
- UserAccount targetUser = m_sceneList[0].UserAccountService.GetUserAccount(
- remoteClient.Scene.RegionInfo.ScopeID, member.AgentID);
- if (targetUser != null)
- {
- m_log.DebugFormat(
- "[xmlGROUPS]: Prepping group notice {0} for agent: {1} who Accepts Notices ({2})",
- NoticeID, targetUser.FirstName + " " + targetUser.LastName, member.AcceptNotices);
- }
- else
- {
- m_log.DebugFormat(
- "[xmlGROUPS]: Prepping group notice {0} for agent: {1} who Accepts Notices ({2})",
- NoticeID, member.AgentID, member.AcceptNotices);
- }
- }
- }
- }
- if (m_groupsMessagingModule != null)
- {
- GridInstantMessage msg
- = CreateGroupNoticeIM(UUID.Zero, NoticeID, (byte)InstantMessageDialog.GroupNotice);
- m_groupsMessagingModule.SendMessageToGroup(
- msg, GroupID, remoteAgentID, gmd => gmd.AcceptNotices);
- }
- }
- else 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 == UUID.Zero)
- 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(remoteAgentID, noticeID);
- if (notice == null)
- {
- if (m_debugEnabled)
- m_log.DebugFormat(
- "[GROUPS]: Could not find notice {0} for {1} on GroupNoticeInventoryAccepted.",
- noticeID, remoteClient.AgentId);
- return;
- }
- UUID giver = UUID.Zero;
- UUID attachmentUUID = UUID.Zero;
- try
- {
- giver = new UUID(notice.BinaryBucket, 18);
- attachmentUUID = new UUID(notice.BinaryBucket, 34);
- }
- catch
- {
- m_log.DebugFormat("[xmlGROUPS]: GroupNoticeInventoryAccepted failed to giver or attachment ID");
- return;
- }
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGroups]: Giving inventory from {0} to {1}", giver, remoteAgentID);
- string message = "Could not find group notice attached item";
- InventoryItemBase itemCopy = scene.InventoryService.GetItem(giver, attachmentUUID);
- if (itemCopy != null)
- {
- itemCopy = scene.GiveInventoryItem(remoteAgentID, giver, attachmentUUID, 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("[xmlGROUPS]: Accepted notice {0} for {1}", noticeID, remoteAgentID);
- if (noticeID == UUID.Zero)
- return;
- GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteAgentID, noticeID);
- if (notice == null)
- {
- if (m_debugEnabled)
- m_log.DebugFormat(
- "[GROUPS]: Could not find notice {0} for {1} on GroupNoticeInventoryAccepted.",
- noticeID, remoteClient.AgentId);
- return;
- }
- UUID giver = UUID.Zero;
- UUID attachmentUUID = UUID.Zero;
- try
- {
- giver = new UUID(notice.BinaryBucket, 18);
- attachmentUUID = new UUID(notice.BinaryBucket, 34);
- }
- catch
- {
- m_log.DebugFormat("[xmlGROUPS]: GroupNoticeInventoryAccepted failed to giver or attachment ID");
- return;
- }
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGroups]: Deny inventory from {0} to {1}", giver, remoteAgentID);
- string message = String.Empty;
- // check if we already have it
- 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("[xmlGROUPS]: failed to find trash folder for {0} ", remoteAgentID);
- return;
- }
- if (itemCopy.Folder == trash.ID || remoteAgentID == giver)
- 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 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
- 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("[xmlGROUPS]: OnGridInstantMessage called");
- // 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, GroupID, null);
- }
- public GroupRecord GetGroupRecord(string name)
- {
- return m_groupData.GetGroupRecord(UUID.Zero, UUID.Zero, name);
- }
- public void ActivateGroup(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- UUID agentID = GetRequestingAgentID(remoteClient);
- m_groupData.SetAgentActiveGroup(agentID, agentID, groupID);
- // llClientView does this
- 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(GetRequestingAgentID(remoteClient), GetRequestingAgentID(remoteClient), groupID);
- GroupMembershipData agentMembership = m_groupData.GetAgentGroupMembership(GetRequestingAgentID(remoteClient), GetRequestingAgentID(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(GetRequestingAgentID(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, 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, 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(GetRequestingAgentID(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(GetRequestingAgentID(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();
- GroupRecord groupInfo = m_groupData.GetGroupRecord(GetRequestingAgentID(remoteClient), groupID, null);
- if (groupInfo != null)
- {
- profile.AllowPublish = groupInfo.AllowPublish;
- profile.Charter = groupInfo.Charter;
- profile.FounderID = groupInfo.FounderID;
- profile.GroupID = groupID;
- profile.GroupMembershipCount = m_groupData.GetGroupMembers(GetRequestingAgentID(remoteClient), groupID).Count;
- profile.GroupRolesCount = m_groupData.GetGroupRoles(GetRequestingAgentID(remoteClient), groupID).Count;
- profile.InsigniaID = groupInfo.GroupPicture;
- profile.MaturePublish = groupInfo.MaturePublish;
- profile.MembershipFee = groupInfo.MembershipFee;
- profile.Money = 0; // TODO: Get this from the currency server?
- profile.Name = groupInfo.GroupName;
- profile.OpenEnrollment = groupInfo.OpenEnrollment;
- profile.OwnerRole = groupInfo.OwnerRoleID;
- profile.ShowInList = groupInfo.ShowInList;
- }
- GroupMembershipData memberInfo = m_groupData.GetAgentGroupMembership(GetRequestingAgentID(remoteClient), GetRequestingAgentID(remoteClient), groupID);
- if (memberInfo != null)
- {
- profile.MemberTitle = memberInfo.GroupTitle;
- profile.PowersMask = memberInfo.GroupPowers;
- }
- /*
- this should save xmlrpc calls, but seems to return wrong GroupMembershipCount and GroupRolesCount
- UUID agent = GetRequestingAgentID(remoteClient);
- GroupProfileData profile = m_groupData.GetMemberGroupProfile(agent, groupID, agent);
- */
- 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, agentID).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, agentID, groupID);
- }
- public GroupMembershipData GetActiveMembershipData(UUID agentID)
- {
- return m_groupData.GetAgentActiveMembership(agentID, agentID);
- }
- 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
- m_groupData.UpdateGroup(GetRequestingAgentID(remoteClient), groupID, charter, showInList, insigniaID, membershipFee, openEnrollment, allowPublish, maturePublish);
- }
- 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.SetAgentGroupInfo(GetRequestingAgentID(remoteClient), GetRequestingAgentID(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", System.Reflection.MethodBase.GetCurrentMethod().Name);
- GroupRecord groupRecord = m_groupData.GetGroupRecord(GetRequestingAgentID(remoteClient), UUID.Zero, name);
- if (groupRecord != 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, "You have insufficient permissions to create a group.");
- return UUID.Zero;
- }
- }
- // check funds
- // is there a money module present ?
- IMoneyModule money = scene.RequestModuleInterface<IMoneyModule>();
- if (money != null && money.GroupCreationCharge > 0)
- {
- // do the transaction, that is if the agent has sufficient funds
- if (!money.AmountCovered(remoteClient.AgentId, money.GroupCreationCharge)) {
- remoteClient.SendCreateGroupReply(UUID.Zero, false, "You have insufficient funds to create a group.");
- return UUID.Zero;
- }
- money.ApplyCharge(GetRequestingAgentID(remoteClient), money.GroupCreationCharge, MoneyTransactionType.GroupCreate, name);
- }
- UUID groupID = m_groupData.CreateGroup(GetRequestingAgentID(remoteClient), name, charter, showInList, insigniaID, membershipFee, openEnrollment, allowPublish, maturePublish, GetRequestingAgentID(remoteClient));
- remoteClient.SendCreateGroupReply(groupID, true, "Group created successfully");
- // Update the founder with new group information.
- SendAgentGroupDataUpdate(remoteClient, true);
- 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?
- return m_groupData.GetGroupNotices(GetRequestingAgentID(remoteClient), groupID).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, avatarID);
- 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(GetRequestingAgentID(remoteClient), GetRequestingAgentID(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:
- m_groupData.AddGroupRole(GetRequestingAgentID(remoteClient), groupID, UUID.Random(), name, description, title, powers);
- break;
- case OpenMetaverse.GroupRoleUpdate.Delete:
- m_groupData.RemoveGroupRole(GetRequestingAgentID(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(GetRequestingAgentID(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.
- SendAgentGroupDataUpdate(remoteClient, false);
- }
- 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(GetRequestingAgentID(remoteClient), memberID, groupID, roleID);
- break;
- case 1:
- // Remove
- m_groupData.RemoveAgentFromGroupRole(GetRequestingAgentID(remoteClient), memberID, 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.
- SendAgentGroupDataUpdate(remoteClient, false);
- }
- public void GroupNoticeRequest(IClientAPI remoteClient, UUID groupNoticeID)
- {
- if (m_debugEnabled)
- m_log.DebugFormat("[xmlGROUPS]: GroupNoticeRequest {0}", groupNoticeID);
- GroupNoticeInfo info = m_groupData.GetGroupNotice(remoteClient.AgentId, groupNoticeID);
- if(info == null)
- return;
- GridInstantMessage msg = CreateGroupNoticeIM(remoteClient.AgentId, groupNoticeID, (byte)InstantMessageDialog.GroupNoticeRequested, info);
- OutgoingInstantMessage(msg, GetRequestingAgentID(remoteClient));
- }
- public GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog)
- {
- GroupNoticeInfo info = m_groupData.GetGroupNotice(agentID, groupNoticeID);
- return CreateGroupNoticeIM(agentID, groupNoticeID, dialog, info);
- }
- private GridInstantMessage CreateGroupNoticeIM(UUID agentID, UUID groupNoticeID, byte dialog, GroupNoticeInfo info)
- {
- GridInstantMessage msg = new GridInstantMessage();
- byte[] bucket;
- msg.imSessionID = groupNoticeID.Guid;
- msg.toAgentID = agentID.Guid;
- msg.dialog = dialog;
- msg.fromGroup = true;
- msg.offline = (byte)1; // Allow this message to be stored for offline use
- msg.ParentEstateID = 0;
- msg.Position = Vector3.Zero;
- msg.RegionID = UUID.Zero.Guid;
- 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.BinaryBucket[0] > 0)
- {
- //32 is due to not needing space for two of the UUIDs.
- //(Don't need UUID of attachment or its owner in IM)
- //50 offset gets us to start of attachment name.
- bucket = new byte[info.BinaryBucket.Length - 32];
- Array.Copy(info.BinaryBucket, 0,
- bucket, 0, 18);
- Array.Copy(info.BinaryBucket, 50,
- bucket, 18, info.BinaryBucket.Length - 50);
- }
- else
- {
- bucket = new byte[19];
- bucket[0] = 0; //No attachment
- bucket[1] = 0; //Attachment type
- bucket[18] = 0; //NUL terminate name
- }
- msg.binaryBucket = bucket;
- }
- else
- {
- if (m_debugEnabled)
- 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 = new byte[0];
- }
- return msg;
- }
- public void JoinGroupRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- // Should check to see if OpenEnrollment, or if there's an outstanding invitation
- m_groupData.AddAgentToGroup(GetRequestingAgentID(remoteClient), GetRequestingAgentID(remoteClient), groupID, UUID.Zero);
- // check funds
- // is there a money module present ?
- GroupRecord groupRecord = m_groupData.GetGroupRecord(GetRequestingAgentID(remoteClient), groupID, null);
- IMoneyModule money = remoteClient.Scene.RequestModuleInterface<IMoneyModule>();
- if (money != null && groupRecord.MembershipFee > 0)
- {
- // do the transaction, that is if the agent has sufficient funds
- if (!money.AmountCovered(GetRequestingAgentID(remoteClient), groupRecord.MembershipFee)) {
- remoteClient.SendCreateGroupReply(UUID.Zero, false, "You have insufficient funds to join the group.");
- return;
- }
- money.ApplyCharge(GetRequestingAgentID(remoteClient), groupRecord.MembershipFee, MoneyTransactionType.GroupJoin, groupRecord.GroupName);
- }
- remoteClient.SendJoinGroupReply(groupID, true);
- SendAgentGroupDataUpdate(remoteClient, true);
- }
- public void LeaveGroupRequest(IClientAPI remoteClient, UUID groupID)
- {
- if (m_debugEnabled) m_log.DebugFormat("[GROUPS]: {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
- m_groupData.RemoveAgentFromGroup(GetRequestingAgentID(remoteClient), GetRequestingAgentID(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, ejecteeID, 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, groupID, null);
- if (groupInfo == null)
- return;
- IClientAPI ejecteeClient = GetActiveRootClient(ejecteeID);
- // Send Message to Ejectee
- GridInstantMessage msg = new GridInstantMessage();
- string ejecteeName = "Unknown member";
- // 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 = (byte)210; //interop
- UserAccount account = m_sceneList[0].UserAccountService.GetUserAccount(regionInfo.ScopeID, ejecteeID);
- if (account != null)
- ejecteeName = account.FirstName + " " + account.LastName;
- }
- 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 = new byte[0];
- 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)210; //interop
- 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 = new byte[0];
- 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;
- RegionInfo regionInfo;
- // remoteClient provided or just agentID?
- if (remoteClient != null)
- {
- agentName = remoteClient.Name;
- regionInfo = remoteClient.Scene.RegionInfo;
- }
- else
- {
- IClientAPI client = GetActiveClient(agentID);
- if (client != null)
- {
- agentName = client.Name;
- regionInfo = client.Scene.RegionInfo;
- }
- else
- {
- regionInfo = m_sceneList[0].RegionInfo;
- UserAccount account = m_sceneList[0].UserAccountService.GetUserAccount(regionInfo.ScopeID, agentID);
- if (account != null)
- {
- agentName = account.FirstName + " " + account.LastName;
- }
- else
- {
- agentName = "Unknown member";
- }
- }
- }
- // Todo: Security check, probably also want to send some kind of notification
- UUID InviteID = UUID.Random();
- m_groupData.AddAgentToGroupInvite(agentID, InviteID, groupID, roleID, invitedAgentID);
- // Check to see if the invite went through, if it did not then it's possible
- // the remoteClient did not validate or did not have permission to invite.
- GroupInviteInfo inviteInfo = m_groupData.GetAgentToGroupInvite(agentID, InviteID);
- if (inviteInfo != null)
- {
- 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. There is no cost to join this group.", agentName);
- 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(GetRequestingAgentID(remoteClient), 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, dataForAgentID);
- 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, agentID);
- 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 UUID GetRequestingAgentID(IClientAPI client)
- {
- UUID requestingAgentID = UUID.Zero;
- if (client != null)
- {
- requestingAgentID = client.AgentId;
- }
- return requestingAgentID;
- }
- }
- public class GroupNoticeInfo
- {
- public GroupNoticeData noticeData = new GroupNoticeData();
- public UUID GroupID = UUID.Zero;
- public string Message = string.Empty;
- public byte[] BinaryBucket = new byte[0];
- }
- }
|