aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs27
1 files changed, 21 insertions, 6 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 3726191..b28d96b 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -671,6 +671,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
671 public event ObjectDrop OnObjectDrop; 671 public event ObjectDrop OnObjectDrop;
672 public event StartAnim OnStartAnim; 672 public event StartAnim OnStartAnim;
673 public event StopAnim OnStopAnim; 673 public event StopAnim OnStopAnim;
674 public event ChangeAnim OnChangeAnim;
674 public event LinkObjects OnLinkObjects; 675 public event LinkObjects OnLinkObjects;
675 public event DelinkObjects OnDelinkObjects; 676 public event DelinkObjects OnDelinkObjects;
676 public event RequestMapBlocks OnRequestMapBlocks; 677 public event RequestMapBlocks OnRequestMapBlocks;
@@ -716,6 +717,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
716 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily; 717 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily;
717 public event UpdatePrimFlags OnUpdatePrimFlags; 718 public event UpdatePrimFlags OnUpdatePrimFlags;
718 public event UpdatePrimTexture OnUpdatePrimTexture; 719 public event UpdatePrimTexture OnUpdatePrimTexture;
720 public event ClientChangeObject onClientChangeObject;
719 public event UpdateVector OnUpdatePrimGroupPosition; 721 public event UpdateVector OnUpdatePrimGroupPosition;
720 public event UpdateVector OnUpdatePrimSinglePosition; 722 public event UpdateVector OnUpdatePrimSinglePosition;
721 public event UpdatePrimRotation OnUpdatePrimGroupRotation; 723 public event UpdatePrimRotation OnUpdatePrimGroupRotation;
@@ -820,6 +822,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
820 public event ObjectOwner OnObjectOwner; 822 public event ObjectOwner OnObjectOwner;
821 public event DirPlacesQuery OnDirPlacesQuery; 823 public event DirPlacesQuery OnDirPlacesQuery;
822 public event DirFindQuery OnDirFindQuery; 824 public event DirFindQuery OnDirFindQuery;
825 public event MoveItemsAndLeaveCopy OnMoveItemsAndLeaveCopy;
823 public event DirLandQuery OnDirLandQuery; 826 public event DirLandQuery OnDirLandQuery;
824 public event DirPopularQuery OnDirPopularQuery; 827 public event DirPopularQuery OnDirPopularQuery;
825 public event DirClassifiedQuery OnDirClassifiedQuery; 828 public event DirClassifiedQuery OnDirClassifiedQuery;
@@ -836,7 +839,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
836 public event ClassifiedInfoRequest OnClassifiedInfoRequest; 839 public event ClassifiedInfoRequest OnClassifiedInfoRequest;
837 public event ClassifiedInfoUpdate OnClassifiedInfoUpdate; 840 public event ClassifiedInfoUpdate OnClassifiedInfoUpdate;
838 public event ClassifiedDelete OnClassifiedDelete; 841 public event ClassifiedDelete OnClassifiedDelete;
839 public event ClassifiedDelete OnClassifiedGodDelete; 842 public event ClassifiedGodDelete OnClassifiedGodDelete;
840 public event EventNotificationAddRequest OnEventNotificationAddRequest; 843 public event EventNotificationAddRequest OnEventNotificationAddRequest;
841 public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest; 844 public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
842 public event EventGodDelete OnEventGodDelete; 845 public event EventGodDelete OnEventGodDelete;
@@ -866,10 +869,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
866 public event GroupVoteHistoryRequest OnGroupVoteHistoryRequest; 869 public event GroupVoteHistoryRequest OnGroupVoteHistoryRequest;
867 public event SimWideDeletesDelegate OnSimWideDeletes; 870 public event SimWideDeletesDelegate OnSimWideDeletes;
868 public event SendPostcard OnSendPostcard; 871 public event SendPostcard OnSendPostcard;
872 public event ChangeInventoryItemFlags OnChangeInventoryItemFlags;
869 public event MuteListEntryUpdate OnUpdateMuteListEntry; 873 public event MuteListEntryUpdate OnUpdateMuteListEntry;
870 public event MuteListEntryRemove OnRemoveMuteListEntry; 874 public event MuteListEntryRemove OnRemoveMuteListEntry;
871 public event GodlikeMessage onGodlikeMessage; 875 public event GodlikeMessage onGodlikeMessage;
872 public event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdate; 876 public event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdate;
877 public event GenericCall2 OnUpdateThrottles;
873 878
874#pragma warning restore 67 879#pragma warning restore 67
875 880
@@ -887,10 +892,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
887 892
888 public void Close() 893 public void Close()
889 { 894 {
890 Close(false); 895 Close(true, false);
891 } 896 }
892 897
893 public void Close(bool force) 898 public void Close(bool sendStop, bool force)
894 { 899 {
895 Disconnect(); 900 Disconnect();
896 } 901 }
@@ -907,7 +912,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
907 // Mimicking LLClientView which gets always set appearance from client. 912 // Mimicking LLClientView which gets always set appearance from client.
908 AvatarAppearance appearance; 913 AvatarAppearance appearance;
909 m_scene.GetAvatarAppearance(this, out appearance); 914 m_scene.GetAvatarAppearance(this, out appearance);
910 OnSetAppearance(this, appearance.Texture, (byte[])appearance.VisualParams.Clone(), new List<CachedTextureRequestArg>()); 915 OnSetAppearance(this, appearance.Texture, (byte[])appearance.VisualParams.Clone(),appearance.AvatarSize, new WearableCacheItem[0]);
911 } 916 }
912 917
913 public void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args) 918 public void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args)
@@ -1103,7 +1108,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1103 1108
1104 public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) 1109 public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId)
1105 { 1110 {
1106 1111
1112 }
1113
1114 public void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId)
1115 {
1116
1107 } 1117 }
1108 1118
1109 public void SendRemoveInventoryItem(UUID itemID) 1119 public void SendRemoveInventoryItem(UUID itemID)
@@ -1126,7 +1136,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1126 1136
1127 } 1137 }
1128 1138
1129 public void SendXferPacket(ulong xferID, uint packet, byte[] data) 1139 public void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory)
1130 { 1140 {
1131 1141
1132 } 1142 }
@@ -1420,6 +1430,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1420 1430
1421 } 1431 }
1422 1432
1433 public void SetAgentThrottleSilent(int throttle, int setting)
1434 {
1435
1436
1437 }
1423 public byte[] GetThrottlesPacked(float multiplier) 1438 public byte[] GetThrottlesPacked(float multiplier)
1424 { 1439 {
1425 return new byte[0]; 1440 return new byte[0];