diff options
author | Melanie | 2009-12-31 21:36:04 +0000 |
---|---|---|
committer | Melanie | 2009-12-31 21:36:04 +0000 |
commit | 004c751a1b03e5b4635aef153c6b440ef5755739 (patch) | |
tree | f14c51d5471697e28f87448b70a06173b8c44319 /OpenSim/Region/ClientStack | |
parent | Adds Friend Finding functionality. (diff) | |
download | opensim-SC_OLD-004c751a1b03e5b4635aef153c6b440ef5755739.zip opensim-SC_OLD-004c751a1b03e5b4635aef153c6b440ef5755739.tar.gz opensim-SC_OLD-004c751a1b03e5b4635aef153c6b440ef5755739.tar.bz2 opensim-SC_OLD-004c751a1b03e5b4635aef153c6b440ef5755739.tar.xz |
Whitespace cleanup (changed hard tabs to 4 spaces)
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 850 |
1 files changed, 425 insertions, 425 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index a5139c1..0ec2ed5 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -299,25 +299,25 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
299 | public event PlacesQuery OnPlacesQuery; | 299 | public event PlacesQuery OnPlacesQuery; |
300 | public event AgentFOV OnAgentFOV; | 300 | public event AgentFOV OnAgentFOV; |
301 | public event FindAgentUpdate OnFindAgentEvent; | 301 | public event FindAgentUpdate OnFindAgentEvent; |
302 | public event TrackAgentUpdate OnTrackAgentEvent; | 302 | public event TrackAgentUpdate OnTrackAgentEvent; |
303 | public event NewUserReport OnUserReportEvent; | 303 | public event NewUserReport OnUserReportEvent; |
304 | public event SaveStateHandler OnSaveStateEvent; | 304 | public event SaveStateHandler OnSaveStateEvent; |
305 | public event GroupAccountSummaryRequest OnGroupAccountSummaryRequest; | 305 | public event GroupAccountSummaryRequest OnGroupAccountSummaryRequest; |
306 | public event GroupAccountDetailsRequest OnGroupAccountDetailsRequest; | 306 | public event GroupAccountDetailsRequest OnGroupAccountDetailsRequest; |
307 | public event GroupAccountTransactionsRequest OnGroupAccountTransactionsRequest; | 307 | public event GroupAccountTransactionsRequest OnGroupAccountTransactionsRequest; |
308 | public event FreezeUserUpdate OnParcelFreezeUserEvent; | 308 | public event FreezeUserUpdate OnParcelFreezeUserEvent; |
309 | public event EjectUserUpdate OnParcelEjectUserEvent; | 309 | public event EjectUserUpdate OnParcelEjectUserEvent; |
310 | public event ParcelBuyPass OnParcelBuyPass; | 310 | public event ParcelBuyPass OnParcelBuyPass; |
311 | public event ParcelGodMark OnParcelGodMark; | 311 | public event ParcelGodMark OnParcelGodMark; |
312 | public event GroupActiveProposalsRequest OnGroupActiveProposalsRequest; | 312 | public event GroupActiveProposalsRequest OnGroupActiveProposalsRequest; |
313 | public event GroupVoteHistoryRequest OnGroupVoteHistoryRequest; | 313 | public event GroupVoteHistoryRequest OnGroupVoteHistoryRequest; |
314 | public event SimWideDeletesDelegate OnSimWideDeletes; | 314 | public event SimWideDeletesDelegate OnSimWideDeletes; |
315 | public event SendPostcard OnSendPostcard; | 315 | public event SendPostcard OnSendPostcard; |
316 | public event MuteListEntryUpdate OnUpdateMuteListEntryEvent; | 316 | public event MuteListEntryUpdate OnUpdateMuteListEntryEvent; |
317 | public event MuteListEntryRemove OnRemoveMuteListEntryEvent; | 317 | public event MuteListEntryRemove OnRemoveMuteListEntryEvent; |
318 | public event GodlikeMessage onGodlikeMessageEvent; | 318 | public event GodlikeMessage onGodlikeMessageEvent; |
319 | public event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdateEvent; | 319 | public event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdateEvent; |
320 | 320 | ||
321 | 321 | ||
322 | #endregion Events | 322 | #endregion Events |
323 | 323 | ||
@@ -826,113 +826,113 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
826 | OutPacket(gmp, ThrottleOutPacketType.Task); | 826 | OutPacket(gmp, ThrottleOutPacketType.Task); |
827 | } | 827 | } |
828 | 828 | ||
829 | public void SendGroupActiveProposals(IClientAPI sender,UUID agentID, UUID sessionID, UUID groupID, UUID transactionID, Dictionary<int, string> VoteID, Dictionary<int, string> VoteInitiator, Dictionary<int, string> Majority, Dictionary<int, string> Quorum, Dictionary<int, string> TerseDateID, Dictionary<int, string> StartDateTime, Dictionary<int, string> EndDateTime, Dictionary<int, string> ProposalText) | 829 | public void SendGroupActiveProposals(IClientAPI sender,UUID agentID, UUID sessionID, UUID groupID, UUID transactionID, Dictionary<int, string> VoteID, Dictionary<int, string> VoteInitiator, Dictionary<int, string> Majority, Dictionary<int, string> Quorum, Dictionary<int, string> TerseDateID, Dictionary<int, string> StartDateTime, Dictionary<int, string> EndDateTime, Dictionary<int, string> ProposalText) |
830 | { | 830 | { |
831 | foreach(KeyValuePair<int, string> Blank in VoteID) | 831 | foreach(KeyValuePair<int, string> Blank in VoteID) |
832 | { | 832 | { |
833 | GroupActiveProposalItemReplyPacket GAPIRP = new GroupActiveProposalItemReplyPacket(); | 833 | GroupActiveProposalItemReplyPacket GAPIRP = new GroupActiveProposalItemReplyPacket(); |
834 | 834 | ||
835 | GAPIRP.AgentData.AgentID = agentID; | 835 | GAPIRP.AgentData.AgentID = agentID; |
836 | GAPIRP.AgentData.GroupID = groupID; | 836 | GAPIRP.AgentData.GroupID = groupID; |
837 | GAPIRP.TransactionData.TransactionID = transactionID; | 837 | GAPIRP.TransactionData.TransactionID = transactionID; |
838 | GAPIRP.TransactionData.TotalNumItems = 1; | 838 | GAPIRP.TransactionData.TotalNumItems = 1; |
839 | GroupActiveProposalItemReplyPacket.ProposalDataBlock ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock(); | 839 | GroupActiveProposalItemReplyPacket.ProposalDataBlock ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock(); |
840 | GAPIRP.ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock[1]; | 840 | GAPIRP.ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock[1]; |
841 | ProposalData.VoteCast = Utils.StringToBytes("false"); | 841 | ProposalData.VoteCast = Utils.StringToBytes("false"); |
842 | ProposalData.VoteID = new UUID(VoteID[Blank.Key]); | 842 | ProposalData.VoteID = new UUID(VoteID[Blank.Key]); |
843 | ProposalData.VoteInitiator = new UUID(VoteInitiator[Blank.Key]); | 843 | ProposalData.VoteInitiator = new UUID(VoteInitiator[Blank.Key]); |
844 | ProposalData.Majority = (float)Convert.ToInt32(Majority[Blank.Key]); | 844 | ProposalData.Majority = (float)Convert.ToInt32(Majority[Blank.Key]); |
845 | ProposalData.Quorum = Convert.ToInt32(Quorum[Blank.Key]); | 845 | ProposalData.Quorum = Convert.ToInt32(Quorum[Blank.Key]); |
846 | ProposalData.TerseDateID = Utils.StringToBytes(TerseDateID[Blank.Key]); | 846 | ProposalData.TerseDateID = Utils.StringToBytes(TerseDateID[Blank.Key]); |
847 | ProposalData.StartDateTime = Utils.StringToBytes(StartDateTime[Blank.Key]); | 847 | ProposalData.StartDateTime = Utils.StringToBytes(StartDateTime[Blank.Key]); |
848 | ProposalData.EndDateTime = Utils.StringToBytes(EndDateTime[Blank.Key]); | 848 | ProposalData.EndDateTime = Utils.StringToBytes(EndDateTime[Blank.Key]); |
849 | ProposalData.ProposalText = Utils.StringToBytes(ProposalText[Blank.Key]); | 849 | ProposalData.ProposalText = Utils.StringToBytes(ProposalText[Blank.Key]); |
850 | ProposalData.AlreadyVoted = false; | 850 | ProposalData.AlreadyVoted = false; |
851 | GAPIRP.ProposalData[0] = ProposalData; | 851 | GAPIRP.ProposalData[0] = ProposalData; |
852 | OutPacket(GAPIRP, ThrottleOutPacketType.Task); | 852 | OutPacket(GAPIRP, ThrottleOutPacketType.Task); |
853 | } | 853 | } |
854 | if(VoteID.Count == 0) | 854 | if(VoteID.Count == 0) |
855 | { | 855 | { |
856 | GroupActiveProposalItemReplyPacket GAPIRP = new GroupActiveProposalItemReplyPacket(); | 856 | GroupActiveProposalItemReplyPacket GAPIRP = new GroupActiveProposalItemReplyPacket(); |
857 | 857 | ||
858 | GAPIRP.AgentData.AgentID = agentID; | 858 | GAPIRP.AgentData.AgentID = agentID; |
859 | GAPIRP.AgentData.GroupID = groupID; | 859 | GAPIRP.AgentData.GroupID = groupID; |
860 | GAPIRP.TransactionData.TransactionID = transactionID; | 860 | GAPIRP.TransactionData.TransactionID = transactionID; |
861 | GAPIRP.TransactionData.TotalNumItems = 1; | 861 | GAPIRP.TransactionData.TotalNumItems = 1; |
862 | GroupActiveProposalItemReplyPacket.ProposalDataBlock ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock(); | 862 | GroupActiveProposalItemReplyPacket.ProposalDataBlock ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock(); |
863 | GAPIRP.ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock[1]; | 863 | GAPIRP.ProposalData = new GroupActiveProposalItemReplyPacket.ProposalDataBlock[1]; |
864 | ProposalData.VoteCast = Utils.StringToBytes("false"); | 864 | ProposalData.VoteCast = Utils.StringToBytes("false"); |
865 | ProposalData.VoteID = UUID.Zero; | 865 | ProposalData.VoteID = UUID.Zero; |
866 | ProposalData.VoteInitiator = UUID.Zero; | 866 | ProposalData.VoteInitiator = UUID.Zero; |
867 | ProposalData.Majority = 0; | 867 | ProposalData.Majority = 0; |
868 | ProposalData.Quorum = 0; | 868 | ProposalData.Quorum = 0; |
869 | ProposalData.TerseDateID = Utils.StringToBytes(""); | 869 | ProposalData.TerseDateID = Utils.StringToBytes(""); |
870 | ProposalData.StartDateTime = Utils.StringToBytes(""); | 870 | ProposalData.StartDateTime = Utils.StringToBytes(""); |
871 | ProposalData.EndDateTime = Utils.StringToBytes(""); | 871 | ProposalData.EndDateTime = Utils.StringToBytes(""); |
872 | ProposalData.ProposalText = Utils.StringToBytes(""); | 872 | ProposalData.ProposalText = Utils.StringToBytes(""); |
873 | ProposalData.AlreadyVoted = false; | 873 | ProposalData.AlreadyVoted = false; |
874 | GAPIRP.ProposalData[0] = ProposalData; | 874 | GAPIRP.ProposalData[0] = ProposalData; |
875 | OutPacket(GAPIRP, ThrottleOutPacketType.Task); | 875 | OutPacket(GAPIRP, ThrottleOutPacketType.Task); |
876 | } | 876 | } |
877 | } | 877 | } |
878 | 878 | ||
879 | public void SendGroupVoteHistory(IClientAPI sender,UUID agentID, UUID sessionID, UUID groupID, UUID transactionID, Dictionary<int, string> VoteID, Dictionary<int, string> VoteInitiator, Dictionary<int, string> Majority, Dictionary<int, string> Quorum, Dictionary<int, string> TerseDateID, Dictionary<int, string> StartDateTime, Dictionary<int, string> EndDateTime, Dictionary<int, string> VoteType, Dictionary<int, string> VoteResult, Dictionary<int, string> ProposalText) | 879 | public void SendGroupVoteHistory(IClientAPI sender,UUID agentID, UUID sessionID, UUID groupID, UUID transactionID, Dictionary<int, string> VoteID, Dictionary<int, string> VoteInitiator, Dictionary<int, string> Majority, Dictionary<int, string> Quorum, Dictionary<int, string> TerseDateID, Dictionary<int, string> StartDateTime, Dictionary<int, string> EndDateTime, Dictionary<int, string> VoteType, Dictionary<int, string> VoteResult, Dictionary<int, string> ProposalText) |
880 | { | 880 | { |
881 | foreach(KeyValuePair<int, string> Blank in VoteID) | 881 | foreach(KeyValuePair<int, string> Blank in VoteID) |
882 | { | 882 | { |
883 | GroupVoteHistoryItemReplyPacket GVHIRP = new GroupVoteHistoryItemReplyPacket(); | 883 | GroupVoteHistoryItemReplyPacket GVHIRP = new GroupVoteHistoryItemReplyPacket(); |
884 | 884 | ||
885 | GVHIRP.AgentData.AgentID = agentID; | 885 | GVHIRP.AgentData.AgentID = agentID; |
886 | GVHIRP.AgentData.GroupID = groupID; | 886 | GVHIRP.AgentData.GroupID = groupID; |
887 | GVHIRP.TransactionData.TransactionID = transactionID; | 887 | GVHIRP.TransactionData.TransactionID = transactionID; |
888 | GVHIRP.TransactionData.TotalNumItems = 1; | 888 | GVHIRP.TransactionData.TotalNumItems = 1; |
889 | GVHIRP.HistoryItemData.VoteID = new UUID(VoteID[Blank.Key]); | 889 | GVHIRP.HistoryItemData.VoteID = new UUID(VoteID[Blank.Key]); |
890 | GVHIRP.HistoryItemData.VoteInitiator = new UUID(VoteInitiator[Blank.Key]); | 890 | GVHIRP.HistoryItemData.VoteInitiator = new UUID(VoteInitiator[Blank.Key]); |
891 | GVHIRP.HistoryItemData.Majority = (float)Convert.ToInt32(Majority[Blank.Key]); | 891 | GVHIRP.HistoryItemData.Majority = (float)Convert.ToInt32(Majority[Blank.Key]); |
892 | GVHIRP.HistoryItemData.Quorum = Convert.ToInt32(Quorum[Blank.Key]); | 892 | GVHIRP.HistoryItemData.Quorum = Convert.ToInt32(Quorum[Blank.Key]); |
893 | GVHIRP.HistoryItemData.TerseDateID = Utils.StringToBytes(TerseDateID[Blank.Key]); | 893 | GVHIRP.HistoryItemData.TerseDateID = Utils.StringToBytes(TerseDateID[Blank.Key]); |
894 | GVHIRP.HistoryItemData.StartDateTime = Utils.StringToBytes(StartDateTime[Blank.Key]); | 894 | GVHIRP.HistoryItemData.StartDateTime = Utils.StringToBytes(StartDateTime[Blank.Key]); |
895 | GVHIRP.HistoryItemData.EndDateTime = Utils.StringToBytes(EndDateTime[Blank.Key]); | 895 | GVHIRP.HistoryItemData.EndDateTime = Utils.StringToBytes(EndDateTime[Blank.Key]); |
896 | GVHIRP.HistoryItemData.VoteType = Utils.StringToBytes(VoteType[Blank.Key]); | 896 | GVHIRP.HistoryItemData.VoteType = Utils.StringToBytes(VoteType[Blank.Key]); |
897 | GVHIRP.HistoryItemData.VoteResult = Utils.StringToBytes(VoteResult[Blank.Key]); | 897 | GVHIRP.HistoryItemData.VoteResult = Utils.StringToBytes(VoteResult[Blank.Key]); |
898 | GVHIRP.HistoryItemData.ProposalText = Utils.StringToBytes(ProposalText[Blank.Key]); | 898 | GVHIRP.HistoryItemData.ProposalText = Utils.StringToBytes(ProposalText[Blank.Key]); |
899 | GroupVoteHistoryItemReplyPacket.VoteItemBlock VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock(); | 899 | GroupVoteHistoryItemReplyPacket.VoteItemBlock VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock(); |
900 | GVHIRP.VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock[1]; | 900 | GVHIRP.VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock[1]; |
901 | VoteItem.CandidateID = UUID.Zero; | 901 | VoteItem.CandidateID = UUID.Zero; |
902 | VoteItem.NumVotes = 0; //TODO: FIX THIS!!! | 902 | VoteItem.NumVotes = 0; //TODO: FIX THIS!!! |
903 | VoteItem.VoteCast = Utils.StringToBytes("Yes"); | 903 | VoteItem.VoteCast = Utils.StringToBytes("Yes"); |
904 | GVHIRP.VoteItem[0] = VoteItem; | 904 | GVHIRP.VoteItem[0] = VoteItem; |
905 | OutPacket(GVHIRP, ThrottleOutPacketType.Task); | 905 | OutPacket(GVHIRP, ThrottleOutPacketType.Task); |
906 | } | 906 | } |
907 | if(VoteID.Count == 0) | 907 | if(VoteID.Count == 0) |
908 | { | 908 | { |
909 | GroupVoteHistoryItemReplyPacket GVHIRP = new GroupVoteHistoryItemReplyPacket(); | 909 | GroupVoteHistoryItemReplyPacket GVHIRP = new GroupVoteHistoryItemReplyPacket(); |
910 | 910 | ||
911 | GVHIRP.AgentData.AgentID = agentID; | 911 | GVHIRP.AgentData.AgentID = agentID; |
912 | GVHIRP.AgentData.GroupID = groupID; | 912 | GVHIRP.AgentData.GroupID = groupID; |
913 | GVHIRP.TransactionData.TransactionID = transactionID; | 913 | GVHIRP.TransactionData.TransactionID = transactionID; |
914 | GVHIRP.TransactionData.TotalNumItems = 0; | 914 | GVHIRP.TransactionData.TotalNumItems = 0; |
915 | GVHIRP.HistoryItemData.VoteID = UUID.Zero; | 915 | GVHIRP.HistoryItemData.VoteID = UUID.Zero; |
916 | GVHIRP.HistoryItemData.VoteInitiator = UUID.Zero; | 916 | GVHIRP.HistoryItemData.VoteInitiator = UUID.Zero; |
917 | GVHIRP.HistoryItemData.Majority = 0; | 917 | GVHIRP.HistoryItemData.Majority = 0; |
918 | GVHIRP.HistoryItemData.Quorum = 0; | 918 | GVHIRP.HistoryItemData.Quorum = 0; |
919 | GVHIRP.HistoryItemData.TerseDateID = Utils.StringToBytes(""); | 919 | GVHIRP.HistoryItemData.TerseDateID = Utils.StringToBytes(""); |
920 | GVHIRP.HistoryItemData.StartDateTime = Utils.StringToBytes(""); | 920 | GVHIRP.HistoryItemData.StartDateTime = Utils.StringToBytes(""); |
921 | GVHIRP.HistoryItemData.EndDateTime = Utils.StringToBytes(""); | 921 | GVHIRP.HistoryItemData.EndDateTime = Utils.StringToBytes(""); |
922 | GVHIRP.HistoryItemData.VoteType = Utils.StringToBytes(""); | 922 | GVHIRP.HistoryItemData.VoteType = Utils.StringToBytes(""); |
923 | GVHIRP.HistoryItemData.VoteResult = Utils.StringToBytes(""); | 923 | GVHIRP.HistoryItemData.VoteResult = Utils.StringToBytes(""); |
924 | GVHIRP.HistoryItemData.ProposalText = Utils.StringToBytes(""); | 924 | GVHIRP.HistoryItemData.ProposalText = Utils.StringToBytes(""); |
925 | GroupVoteHistoryItemReplyPacket.VoteItemBlock VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock(); | 925 | GroupVoteHistoryItemReplyPacket.VoteItemBlock VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock(); |
926 | GVHIRP.VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock[1]; | 926 | GVHIRP.VoteItem = new GroupVoteHistoryItemReplyPacket.VoteItemBlock[1]; |
927 | VoteItem.CandidateID = UUID.Zero; | 927 | VoteItem.CandidateID = UUID.Zero; |
928 | VoteItem.NumVotes = 0; //TODO: FIX THIS!!! | 928 | VoteItem.NumVotes = 0; //TODO: FIX THIS!!! |
929 | VoteItem.VoteCast = Utils.StringToBytes("No"); | 929 | VoteItem.VoteCast = Utils.StringToBytes("No"); |
930 | GVHIRP.VoteItem[0] = VoteItem; | 930 | GVHIRP.VoteItem[0] = VoteItem; |
931 | OutPacket(GVHIRP, ThrottleOutPacketType.Task); | 931 | OutPacket(GVHIRP, ThrottleOutPacketType.Task); |
932 | } | 932 | } |
933 | } | 933 | } |
934 | 934 | ||
935 | public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) | 935 | public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) |
936 | { | 936 | { |
937 | GroupAccountDetailsReplyPacket GADRP = new GroupAccountDetailsReplyPacket(); | 937 | GroupAccountDetailsReplyPacket GADRP = new GroupAccountDetailsReplyPacket(); |
938 | GADRP.AgentData = new GroupAccountDetailsReplyPacket.AgentDataBlock(); | 938 | GADRP.AgentData = new GroupAccountDetailsReplyPacket.AgentDataBlock(); |
@@ -950,10 +950,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
950 | GADRP.HistoryData[0] = History; | 950 | GADRP.HistoryData[0] = History; |
951 | OutPacket(GADRP, ThrottleOutPacketType.Task); | 951 | OutPacket(GADRP, ThrottleOutPacketType.Task); |
952 | } | 952 | } |
953 | 953 | ||
954 | public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) | 954 | public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) |
955 | { | 955 | { |
956 | GroupAccountSummaryReplyPacket GASRP = | 956 | GroupAccountSummaryReplyPacket GASRP = |
957 | (GroupAccountSummaryReplyPacket)PacketPool.Instance.GetPacket( | 957 | (GroupAccountSummaryReplyPacket)PacketPool.Instance.GetPacket( |
958 | PacketType.GroupAccountSummaryReply); | 958 | PacketType.GroupAccountSummaryReply); |
959 | 959 | ||
@@ -983,8 +983,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
983 | GASRP.MoneyData.LightTaxEstimate = 0; | 983 | GASRP.MoneyData.LightTaxEstimate = 0; |
984 | OutPacket(GASRP, ThrottleOutPacketType.Task); | 984 | OutPacket(GASRP, ThrottleOutPacketType.Task); |
985 | } | 985 | } |
986 | 986 | ||
987 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) | 987 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) |
988 | { | 988 | { |
989 | GroupAccountTransactionsReplyPacket GATRP = | 989 | GroupAccountTransactionsReplyPacket GATRP = |
990 | (GroupAccountTransactionsReplyPacket)PacketPool.Instance.GetPacket( | 990 | (GroupAccountTransactionsReplyPacket)PacketPool.Instance.GetPacket( |
@@ -1007,7 +1007,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1007 | History.User = Utils.StringToBytes(""); | 1007 | History.User = Utils.StringToBytes(""); |
1008 | GATRP.HistoryData[0] = History; | 1008 | GATRP.HistoryData[0] = History; |
1009 | OutPacket(GATRP, ThrottleOutPacketType.Task); | 1009 | OutPacket(GATRP, ThrottleOutPacketType.Task); |
1010 | } | 1010 | } |
1011 | 1011 | ||
1012 | /// <summary> | 1012 | /// <summary> |
1013 | /// Send the region heightmap to the client | 1013 | /// Send the region heightmap to the client |
@@ -4758,24 +4758,24 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4758 | AddLocalPacketHandler(PacketType.GrantUserRights, HandleGrantUserRights); | 4758 | AddLocalPacketHandler(PacketType.GrantUserRights, HandleGrantUserRights); |
4759 | AddLocalPacketHandler(PacketType.PlacesQuery, HandlePlacesQuery); | 4759 | AddLocalPacketHandler(PacketType.PlacesQuery, HandlePlacesQuery); |
4760 | AddLocalPacketHandler(PacketType.UpdateMuteListEntry, HandleUpdateMuteListEntry); | 4760 | AddLocalPacketHandler(PacketType.UpdateMuteListEntry, HandleUpdateMuteListEntry); |
4761 | AddLocalPacketHandler(PacketType.RemoveMuteListEntry, HandleRemoveMuteListEntry); | 4761 | AddLocalPacketHandler(PacketType.RemoveMuteListEntry, HandleRemoveMuteListEntry); |
4762 | AddLocalPacketHandler(PacketType.UserReport, HandleUserReport); | 4762 | AddLocalPacketHandler(PacketType.UserReport, HandleUserReport); |
4763 | AddLocalPacketHandler(PacketType.FindAgent, HandleFindAgent); | 4763 | AddLocalPacketHandler(PacketType.FindAgent, HandleFindAgent); |
4764 | AddLocalPacketHandler(PacketType.TrackAgent, HandleTrackAgent); | 4764 | AddLocalPacketHandler(PacketType.TrackAgent, HandleTrackAgent); |
4765 | AddLocalPacketHandler(PacketType.GodUpdateRegionInfo, HandleGodUpdateRegionInfoUpdate); | 4765 | AddLocalPacketHandler(PacketType.GodUpdateRegionInfo, HandleGodUpdateRegionInfoUpdate); |
4766 | AddLocalPacketHandler(PacketType.GodlikeMessage, HandleGodlikeMessage); | 4766 | AddLocalPacketHandler(PacketType.GodlikeMessage, HandleGodlikeMessage); |
4767 | AddLocalPacketHandler(PacketType.StateSave, HandleSaveStatePacket); | 4767 | AddLocalPacketHandler(PacketType.StateSave, HandleSaveStatePacket); |
4768 | AddLocalPacketHandler(PacketType.GroupAccountDetailsRequest, HandleGroupAccountDetailsRequest); | 4768 | AddLocalPacketHandler(PacketType.GroupAccountDetailsRequest, HandleGroupAccountDetailsRequest); |
4769 | AddLocalPacketHandler(PacketType.GroupAccountSummaryRequest, HandleGroupAccountSummaryRequest); | 4769 | AddLocalPacketHandler(PacketType.GroupAccountSummaryRequest, HandleGroupAccountSummaryRequest); |
4770 | AddLocalPacketHandler(PacketType.GroupAccountTransactionsRequest, HandleGroupTransactionsDetailsRequest); | 4770 | AddLocalPacketHandler(PacketType.GroupAccountTransactionsRequest, HandleGroupTransactionsDetailsRequest); |
4771 | AddLocalPacketHandler(PacketType.FreezeUser, HandleFreezeUser); | 4771 | AddLocalPacketHandler(PacketType.FreezeUser, HandleFreezeUser); |
4772 | AddLocalPacketHandler(PacketType.EjectUser, HandleEjectUser); | 4772 | AddLocalPacketHandler(PacketType.EjectUser, HandleEjectUser); |
4773 | AddLocalPacketHandler(PacketType.ParcelBuyPass, HandleParcelBuyPass); | 4773 | AddLocalPacketHandler(PacketType.ParcelBuyPass, HandleParcelBuyPass); |
4774 | AddLocalPacketHandler(PacketType.ParcelGodMarkAsContent, HandleParcelGodMarkAsContent); | 4774 | AddLocalPacketHandler(PacketType.ParcelGodMarkAsContent, HandleParcelGodMarkAsContent); |
4775 | AddLocalPacketHandler(PacketType.GroupActiveProposalsRequest, HandleGroupActiveProposalsRequest); | 4775 | AddLocalPacketHandler(PacketType.GroupActiveProposalsRequest, HandleGroupActiveProposalsRequest); |
4776 | AddLocalPacketHandler(PacketType.GroupVoteHistoryRequest, HandleGroupVoteHistoryRequest); | 4776 | AddLocalPacketHandler(PacketType.GroupVoteHistoryRequest, HandleGroupVoteHistoryRequest); |
4777 | AddLocalPacketHandler(PacketType.SimWideDeletes, HandleSimWideDeletes); | 4777 | AddLocalPacketHandler(PacketType.SimWideDeletes, HandleSimWideDeletes); |
4778 | AddLocalPacketHandler(PacketType.SendPostcard, HandleSendPostcard); | 4778 | AddLocalPacketHandler(PacketType.SendPostcard, HandleSendPostcard); |
4779 | } | 4779 | } |
4780 | 4780 | ||
4781 | #region Packet Handlers | 4781 | #region Packet Handlers |
@@ -4873,70 +4873,70 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4873 | } | 4873 | } |
4874 | 4874 | ||
4875 | private bool HandleParcelGodMarkAsContent(IClientAPI client, Packet Packet) | 4875 | private bool HandleParcelGodMarkAsContent(IClientAPI client, Packet Packet) |
4876 | { | 4876 | { |
4877 | ParcelGodMarkAsContentPacket ParcelGodMarkAsContent = | 4877 | ParcelGodMarkAsContentPacket ParcelGodMarkAsContent = |
4878 | (ParcelGodMarkAsContentPacket)Packet; | 4878 | (ParcelGodMarkAsContentPacket)Packet; |
4879 | 4879 | ||
4880 | ParcelGodMark ParcelGodMarkAsContentHandler = OnParcelGodMark; | 4880 | ParcelGodMark ParcelGodMarkAsContentHandler = OnParcelGodMark; |
4881 | if (ParcelGodMarkAsContentHandler != null) | 4881 | if (ParcelGodMarkAsContentHandler != null) |
4882 | { | 4882 | { |
4883 | ParcelGodMarkAsContentHandler(this, | 4883 | ParcelGodMarkAsContentHandler(this, |
4884 | ParcelGodMarkAsContent.AgentData.AgentID, | 4884 | ParcelGodMarkAsContent.AgentData.AgentID, |
4885 | ParcelGodMarkAsContent.ParcelData.LocalID); | 4885 | ParcelGodMarkAsContent.ParcelData.LocalID); |
4886 | return true; | 4886 | return true; |
4887 | } | 4887 | } |
4888 | return false; | 4888 | return false; |
4889 | } | 4889 | } |
4890 | |||
4891 | private bool HandleFreezeUser(IClientAPI client, Packet Packet) | ||
4892 | { | ||
4893 | FreezeUserPacket FreezeUser = (FreezeUserPacket)Packet; | ||
4894 | |||
4895 | FreezeUserUpdate FreezeUserHandler = OnParcelFreezeUserEvent; | ||
4896 | if (FreezeUserHandler != null) | ||
4897 | { | ||
4898 | FreezeUserHandler(this, | ||
4899 | FreezeUser.AgentData.AgentID, | ||
4900 | FreezeUser.Data.Flags, | ||
4901 | FreezeUser.Data.TargetID); | ||
4902 | return true; | ||
4903 | } | ||
4904 | return false; | ||
4905 | } | ||
4906 | |||
4907 | private bool HandleEjectUser(IClientAPI client, Packet Packet) | ||
4908 | { | ||
4909 | EjectUserPacket EjectUser = | ||
4910 | (EjectUserPacket)Packet; | ||
4911 | |||
4912 | EjectUserUpdate EjectUserHandler = OnParcelEjectUserEvent; | ||
4913 | if (EjectUserHandler != null) | ||
4914 | { | ||
4915 | EjectUserHandler(this, | ||
4916 | EjectUser.AgentData.AgentID, | ||
4917 | EjectUser.Data.Flags, | ||
4918 | EjectUser.Data.TargetID); | ||
4919 | return true; | ||
4920 | } | ||
4921 | return false; | ||
4922 | } | ||
4923 | |||
4924 | private bool HandleParcelBuyPass(IClientAPI client, Packet Packet) | ||
4925 | { | ||
4926 | ParcelBuyPassPacket ParcelBuyPass = | ||
4927 | (ParcelBuyPassPacket)Packet; | ||
4928 | |||
4929 | ParcelBuyPass ParcelBuyPassHandler = OnParcelBuyPass; | ||
4930 | if (ParcelBuyPassHandler != null) | ||
4931 | { | ||
4932 | ParcelBuyPassHandler(this, | ||
4933 | ParcelBuyPass.AgentData.AgentID, | ||
4934 | ParcelBuyPass.ParcelData.LocalID); | ||
4935 | return true; | ||
4936 | } | ||
4937 | return false; | ||
4938 | } | ||
4890 | 4939 | ||
4891 | private bool HandleFreezeUser(IClientAPI client, Packet Packet) | ||
4892 | { | ||
4893 | FreezeUserPacket FreezeUser = (FreezeUserPacket)Packet; | ||
4894 | |||
4895 | FreezeUserUpdate FreezeUserHandler = OnParcelFreezeUserEvent; | ||
4896 | if (FreezeUserHandler != null) | ||
4897 | { | ||
4898 | FreezeUserHandler(this, | ||
4899 | FreezeUser.AgentData.AgentID, | ||
4900 | FreezeUser.Data.Flags, | ||
4901 | FreezeUser.Data.TargetID); | ||
4902 | return true; | ||
4903 | } | ||
4904 | return false; | ||
4905 | } | ||
4906 | |||
4907 | private bool HandleEjectUser(IClientAPI client, Packet Packet) | ||
4908 | { | ||
4909 | EjectUserPacket EjectUser = | ||
4910 | (EjectUserPacket)Packet; | ||
4911 | |||
4912 | EjectUserUpdate EjectUserHandler = OnParcelEjectUserEvent; | ||
4913 | if (EjectUserHandler != null) | ||
4914 | { | ||
4915 | EjectUserHandler(this, | ||
4916 | EjectUser.AgentData.AgentID, | ||
4917 | EjectUser.Data.Flags, | ||
4918 | EjectUser.Data.TargetID); | ||
4919 | return true; | ||
4920 | } | ||
4921 | return false; | ||
4922 | } | ||
4923 | |||
4924 | private bool HandleParcelBuyPass(IClientAPI client, Packet Packet) | ||
4925 | { | ||
4926 | ParcelBuyPassPacket ParcelBuyPass = | ||
4927 | (ParcelBuyPassPacket)Packet; | ||
4928 | |||
4929 | ParcelBuyPass ParcelBuyPassHandler = OnParcelBuyPass; | ||
4930 | if (ParcelBuyPassHandler != null) | ||
4931 | { | ||
4932 | ParcelBuyPassHandler(this, | ||
4933 | ParcelBuyPass.AgentData.AgentID, | ||
4934 | ParcelBuyPass.ParcelData.LocalID); | ||
4935 | return true; | ||
4936 | } | ||
4937 | return false; | ||
4938 | } | ||
4939 | |||
4940 | private bool HandleParcelBuyRequest(IClientAPI sender, Packet Pack) | 4940 | private bool HandleParcelBuyRequest(IClientAPI sender, Packet Pack) |
4941 | { | 4941 | { |
4942 | ParcelBuyPacket parcel = (ParcelBuyPacket)Pack; | 4942 | ParcelBuyPacket parcel = (ParcelBuyPacket)Pack; |
@@ -5304,34 +5304,34 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5304 | } | 5304 | } |
5305 | 5305 | ||
5306 | private bool HandleFindAgent(IClientAPI client, Packet Packet) | 5306 | private bool HandleFindAgent(IClientAPI client, Packet Packet) |
5307 | { | 5307 | { |
5308 | FindAgentPacket FindAgent = | 5308 | FindAgentPacket FindAgent = |
5309 | (FindAgentPacket)Packet; | 5309 | (FindAgentPacket)Packet; |
5310 | 5310 | ||
5311 | FindAgentUpdate FindAgentHandler = OnFindAgentEvent; | 5311 | FindAgentUpdate FindAgentHandler = OnFindAgentEvent; |
5312 | if (FindAgentHandler != null) | 5312 | if (FindAgentHandler != null) |
5313 | { | 5313 | { |
5314 | FindAgentHandler(this,FindAgent.AgentBlock.Hunter,FindAgent.AgentBlock.Prey); | 5314 | FindAgentHandler(this,FindAgent.AgentBlock.Hunter,FindAgent.AgentBlock.Prey); |
5315 | return true; | 5315 | return true; |
5316 | } | 5316 | } |
5317 | return false; | 5317 | return false; |
5318 | } | 5318 | } |
5319 | 5319 | ||
5320 | private bool HandleTrackAgent(IClientAPI client, Packet Packet) | 5320 | private bool HandleTrackAgent(IClientAPI client, Packet Packet) |
5321 | { | 5321 | { |
5322 | TrackAgentPacket TrackAgent = | 5322 | TrackAgentPacket TrackAgent = |
5323 | (TrackAgentPacket)Packet; | 5323 | (TrackAgentPacket)Packet; |
5324 | 5324 | ||
5325 | TrackAgentUpdate TrackAgentHandler = OnTrackAgentEvent; | 5325 | TrackAgentUpdate TrackAgentHandler = OnTrackAgentEvent; |
5326 | if (TrackAgentHandler != null) | 5326 | if (TrackAgentHandler != null) |
5327 | { | 5327 | { |
5328 | TrackAgentHandler(this, | 5328 | TrackAgentHandler(this, |
5329 | TrackAgent.AgentData.AgentID, | 5329 | TrackAgent.AgentData.AgentID, |
5330 | TrackAgent.TargetData.PreyID); | 5330 | TrackAgent.TargetData.PreyID); |
5331 | return true; | 5331 | return true; |
5332 | } | 5332 | } |
5333 | return false; | 5333 | return false; |
5334 | } | 5334 | } |
5335 | 5335 | ||
5336 | private bool HandlerRezObject(IClientAPI sender, Packet Pack) | 5336 | private bool HandlerRezObject(IClientAPI sender, Packet Pack) |
5337 | { | 5337 | { |
@@ -8604,68 +8604,68 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
8604 | } | 8604 | } |
8605 | 8605 | ||
8606 | private bool HandleGodUpdateRegionInfoUpdate(IClientAPI client, Packet Packet) | 8606 | private bool HandleGodUpdateRegionInfoUpdate(IClientAPI client, Packet Packet) |
8607 | { | 8607 | { |
8608 | GodUpdateRegionInfoPacket GodUpdateRegionInfo = | 8608 | GodUpdateRegionInfoPacket GodUpdateRegionInfo = |
8609 | (GodUpdateRegionInfoPacket)Packet; | 8609 | (GodUpdateRegionInfoPacket)Packet; |
8610 | 8610 | ||
8611 | GodUpdateRegionInfoUpdate handlerGodUpdateRegionInfo = OnGodUpdateRegionInfoUpdateEvent; | 8611 | GodUpdateRegionInfoUpdate handlerGodUpdateRegionInfo = OnGodUpdateRegionInfoUpdateEvent; |
8612 | if (handlerGodUpdateRegionInfo != null) | 8612 | if (handlerGodUpdateRegionInfo != null) |
8613 | { | 8613 | { |
8614 | handlerGodUpdateRegionInfo(this, | 8614 | handlerGodUpdateRegionInfo(this, |
8615 | GodUpdateRegionInfo.RegionInfo.BillableFactor, | 8615 | GodUpdateRegionInfo.RegionInfo.BillableFactor, |
8616 | GodUpdateRegionInfo.RegionInfo.EstateID, | 8616 | GodUpdateRegionInfo.RegionInfo.EstateID, |
8617 | GodUpdateRegionInfo.RegionInfo.RegionFlags, | 8617 | GodUpdateRegionInfo.RegionInfo.RegionFlags, |
8618 | GodUpdateRegionInfo.RegionInfo.SimName, | 8618 | GodUpdateRegionInfo.RegionInfo.SimName, |
8619 | GodUpdateRegionInfo.RegionInfo.RedirectGridX, | 8619 | GodUpdateRegionInfo.RegionInfo.RedirectGridX, |
8620 | GodUpdateRegionInfo.RegionInfo.RedirectGridY); | 8620 | GodUpdateRegionInfo.RegionInfo.RedirectGridY); |
8621 | return true; | 8621 | return true; |
8622 | } | 8622 | } |
8623 | return false; | 8623 | return false; |
8624 | } | 8624 | } |
8625 | 8625 | ||
8626 | private bool HandleSimWideDeletes(IClientAPI client, Packet Packet) | 8626 | private bool HandleSimWideDeletes(IClientAPI client, Packet Packet) |
8627 | { | 8627 | { |
8628 | SimWideDeletesPacket SimWideDeletesRequest = | 8628 | SimWideDeletesPacket SimWideDeletesRequest = |
8629 | (SimWideDeletesPacket)Packet; | 8629 | (SimWideDeletesPacket)Packet; |
8630 | SimWideDeletesDelegate handlerSimWideDeletesRequest = OnSimWideDeletes; | 8630 | SimWideDeletesDelegate handlerSimWideDeletesRequest = OnSimWideDeletes; |
8631 | if (handlerSimWideDeletesRequest != null) | 8631 | if (handlerSimWideDeletesRequest != null) |
8632 | { | 8632 | { |
8633 | handlerSimWideDeletesRequest(this, SimWideDeletesRequest.AgentData.AgentID,(int)SimWideDeletesRequest.DataBlock.Flags,SimWideDeletesRequest.DataBlock.TargetID); | 8633 | handlerSimWideDeletesRequest(this, SimWideDeletesRequest.AgentData.AgentID,(int)SimWideDeletesRequest.DataBlock.Flags,SimWideDeletesRequest.DataBlock.TargetID); |
8634 | return true; | 8634 | return true; |
8635 | } | 8635 | } |
8636 | return false; | 8636 | return false; |
8637 | } | 8637 | } |
8638 | |||
8639 | private bool HandleGodlikeMessage(IClientAPI client, Packet Packet) | ||
8640 | { | ||
8641 | GodlikeMessagePacket GodlikeMessage = | ||
8642 | (GodlikeMessagePacket)Packet; | ||
8643 | |||
8644 | GodlikeMessage handlerGodlikeMessage = onGodlikeMessageEvent; | ||
8645 | if (handlerGodlikeMessage != null) | ||
8646 | { | ||
8647 | handlerGodlikeMessage(this, | ||
8648 | GodlikeMessage.MethodData.Invoice, | ||
8649 | GodlikeMessage.MethodData.Method, | ||
8650 | GodlikeMessage.ParamList[0].Parameter); | ||
8651 | return true; | ||
8652 | } | ||
8653 | return false; | ||
8654 | } | ||
8655 | |||
8656 | private bool HandleSaveStatePacket(IClientAPI client, Packet Packet) | ||
8657 | { | ||
8658 | StateSavePacket SaveStateMessage = | ||
8659 | (StateSavePacket)Packet; | ||
8660 | SaveStateHandler handlerSaveStatePacket = OnSaveStateEvent; | ||
8661 | if (handlerSaveStatePacket != null) | ||
8662 | { | ||
8663 | handlerSaveStatePacket(this,SaveStateMessage.AgentData.AgentID); | ||
8664 | return true; | ||
8665 | } | ||
8666 | return false; | ||
8667 | } | ||
8638 | 8668 | ||
8639 | private bool HandleGodlikeMessage(IClientAPI client, Packet Packet) | ||
8640 | { | ||
8641 | GodlikeMessagePacket GodlikeMessage = | ||
8642 | (GodlikeMessagePacket)Packet; | ||
8643 | |||
8644 | GodlikeMessage handlerGodlikeMessage = onGodlikeMessageEvent; | ||
8645 | if (handlerGodlikeMessage != null) | ||
8646 | { | ||
8647 | handlerGodlikeMessage(this, | ||
8648 | GodlikeMessage.MethodData.Invoice, | ||
8649 | GodlikeMessage.MethodData.Method, | ||
8650 | GodlikeMessage.ParamList[0].Parameter); | ||
8651 | return true; | ||
8652 | } | ||
8653 | return false; | ||
8654 | } | ||
8655 | |||
8656 | private bool HandleSaveStatePacket(IClientAPI client, Packet Packet) | ||
8657 | { | ||
8658 | StateSavePacket SaveStateMessage = | ||
8659 | (StateSavePacket)Packet; | ||
8660 | SaveStateHandler handlerSaveStatePacket = OnSaveStateEvent; | ||
8661 | if (handlerSaveStatePacket != null) | ||
8662 | { | ||
8663 | handlerSaveStatePacket(this,SaveStateMessage.AgentData.AgentID); | ||
8664 | return true; | ||
8665 | } | ||
8666 | return false; | ||
8667 | } | ||
8668 | |||
8669 | private bool HandleGodKickUser(IClientAPI sender, Packet Pack) | 8669 | private bool HandleGodKickUser(IClientAPI sender, Packet Pack) |
8670 | { | 8670 | { |
8671 | GodKickUserPacket gkupack = (GodKickUserPacket)Pack; | 8671 | GodKickUserPacket gkupack = (GodKickUserPacket)Pack; |
@@ -9018,74 +9018,74 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
9018 | } | 9018 | } |
9019 | 9019 | ||
9020 | private bool HandleUpdateMuteListEntry(IClientAPI client, Packet Packet) | 9020 | private bool HandleUpdateMuteListEntry(IClientAPI client, Packet Packet) |
9021 | { | 9021 | { |
9022 | UpdateMuteListEntryPacket UpdateMuteListEntry = | 9022 | UpdateMuteListEntryPacket UpdateMuteListEntry = |
9023 | (UpdateMuteListEntryPacket)Packet; | 9023 | (UpdateMuteListEntryPacket)Packet; |
9024 | MuteListEntryUpdate handlerUpdateMuteListEntry = OnUpdateMuteListEntryEvent; | 9024 | MuteListEntryUpdate handlerUpdateMuteListEntry = OnUpdateMuteListEntryEvent; |
9025 | if (handlerUpdateMuteListEntry != null) | 9025 | if (handlerUpdateMuteListEntry != null) |
9026 | { | 9026 | { |
9027 | handlerUpdateMuteListEntry(this, UpdateMuteListEntry.MuteData.MuteID, | 9027 | handlerUpdateMuteListEntry(this, UpdateMuteListEntry.MuteData.MuteID, |
9028 | Utils.BytesToString(UpdateMuteListEntry.MuteData.MuteName), | 9028 | Utils.BytesToString(UpdateMuteListEntry.MuteData.MuteName), |
9029 | UpdateMuteListEntry.MuteData.MuteType, | 9029 | UpdateMuteListEntry.MuteData.MuteType, |
9030 | UpdateMuteListEntry.AgentData.AgentID); | 9030 | UpdateMuteListEntry.AgentData.AgentID); |
9031 | return true; | 9031 | return true; |
9032 | } | 9032 | } |
9033 | return false; | 9033 | return false; |
9034 | } | 9034 | } |
9035 | 9035 | ||
9036 | private bool HandleRemoveMuteListEntry(IClientAPI client, Packet Packet) | 9036 | private bool HandleRemoveMuteListEntry(IClientAPI client, Packet Packet) |
9037 | { | 9037 | { |
9038 | RemoveMuteListEntryPacket RemoveMuteListEntry = | 9038 | RemoveMuteListEntryPacket RemoveMuteListEntry = |
9039 | (RemoveMuteListEntryPacket)Packet; | 9039 | (RemoveMuteListEntryPacket)Packet; |
9040 | MuteListEntryRemove handlerRemoveMuteListEntry = OnRemoveMuteListEntryEvent; | 9040 | MuteListEntryRemove handlerRemoveMuteListEntry = OnRemoveMuteListEntryEvent; |
9041 | if (handlerRemoveMuteListEntry != null) | 9041 | if (handlerRemoveMuteListEntry != null) |
9042 | { | 9042 | { |
9043 | handlerRemoveMuteListEntry(this, | 9043 | handlerRemoveMuteListEntry(this, |
9044 | RemoveMuteListEntry.MuteData.MuteID, | 9044 | RemoveMuteListEntry.MuteData.MuteID, |
9045 | Utils.BytesToString(RemoveMuteListEntry.MuteData.MuteName), | 9045 | Utils.BytesToString(RemoveMuteListEntry.MuteData.MuteName), |
9046 | RemoveMuteListEntry.AgentData.AgentID); | 9046 | RemoveMuteListEntry.AgentData.AgentID); |
9047 | return true; | 9047 | return true; |
9048 | } | 9048 | } |
9049 | return false; | 9049 | return false; |
9050 | } | 9050 | } |
9051 | 9051 | ||
9052 | private bool HandleUserReport(IClientAPI client, Packet Packet) | 9052 | private bool HandleUserReport(IClientAPI client, Packet Packet) |
9053 | { | 9053 | { |
9054 | UserReportPacket UserReport = | 9054 | UserReportPacket UserReport = |
9055 | (UserReportPacket)Packet; | 9055 | (UserReportPacket)Packet; |
9056 | 9056 | ||
9057 | NewUserReport handlerUserReport = OnUserReportEvent; | 9057 | NewUserReport handlerUserReport = OnUserReportEvent; |
9058 | if (handlerUserReport != null) | 9058 | if (handlerUserReport != null) |
9059 | { | 9059 | { |
9060 | handlerUserReport(this, | 9060 | handlerUserReport(this, |
9061 | Utils.BytesToString(UserReport.ReportData.AbuseRegionName), | 9061 | Utils.BytesToString(UserReport.ReportData.AbuseRegionName), |
9062 | UserReport.ReportData.AbuserID, | 9062 | UserReport.ReportData.AbuserID, |
9063 | UserReport.ReportData.Category, | 9063 | UserReport.ReportData.Category, |
9064 | UserReport.ReportData.CheckFlags, | 9064 | UserReport.ReportData.CheckFlags, |
9065 | Utils.BytesToString(UserReport.ReportData.Details), | 9065 | Utils.BytesToString(UserReport.ReportData.Details), |
9066 | UserReport.ReportData.ObjectID, | 9066 | UserReport.ReportData.ObjectID, |
9067 | UserReport.ReportData.Position, | 9067 | UserReport.ReportData.Position, |
9068 | UserReport.ReportData.ReportType, | 9068 | UserReport.ReportData.ReportType, |
9069 | UserReport.ReportData.ScreenshotID, | 9069 | UserReport.ReportData.ScreenshotID, |
9070 | Utils.BytesToString(UserReport.ReportData.Summary), | 9070 | Utils.BytesToString(UserReport.ReportData.Summary), |
9071 | UserReport.AgentData.AgentID); | 9071 | UserReport.AgentData.AgentID); |
9072 | return true; | 9072 | return true; |
9073 | } | 9073 | } |
9074 | return false; | 9074 | return false; |
9075 | } | 9075 | } |
9076 | 9076 | ||
9077 | private bool HandleSendPostcard(IClientAPI client, Packet packet) | 9077 | private bool HandleSendPostcard(IClientAPI client, Packet packet) |
9078 | { | 9078 | { |
9079 | SendPostcardPacket SendPostcard = | 9079 | SendPostcardPacket SendPostcard = |
9080 | (SendPostcardPacket)packet; | 9080 | (SendPostcardPacket)packet; |
9081 | SendPostcard handlerSendPostcard = OnSendPostcard; | 9081 | SendPostcard handlerSendPostcard = OnSendPostcard; |
9082 | if (handlerSendPostcard != null) | 9082 | if (handlerSendPostcard != null) |
9083 | { | 9083 | { |
9084 | handlerSendPostcard(this); | 9084 | handlerSendPostcard(this); |
9085 | return true; | 9085 | return true; |
9086 | } | 9086 | } |
9087 | return false; | 9087 | return false; |
9088 | } | 9088 | } |
9089 | 9089 | ||
9090 | private bool HandleUseCircuitCode(IClientAPI sender, Packet Pack) | 9090 | private bool HandleUseCircuitCode(IClientAPI sender, Packet Pack) |
9091 | { | 9091 | { |
@@ -9355,72 +9355,72 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
9355 | return true; | 9355 | return true; |
9356 | 9356 | ||
9357 | } | 9357 | } |
9358 | 9358 | ||
9359 | private bool HandleGroupVoteHistoryRequest(IClientAPI client, Packet Packet) | 9359 | private bool HandleGroupVoteHistoryRequest(IClientAPI client, Packet Packet) |
9360 | { | 9360 | { |
9361 | GroupVoteHistoryRequestPacket GroupVoteHistoryRequest = | 9361 | GroupVoteHistoryRequestPacket GroupVoteHistoryRequest = |
9362 | (GroupVoteHistoryRequestPacket)Packet; | 9362 | (GroupVoteHistoryRequestPacket)Packet; |
9363 | GroupVoteHistoryRequest handlerGroupVoteHistoryRequest = OnGroupVoteHistoryRequest; | 9363 | GroupVoteHistoryRequest handlerGroupVoteHistoryRequest = OnGroupVoteHistoryRequest; |
9364 | if (handlerGroupVoteHistoryRequest != null) | 9364 | if (handlerGroupVoteHistoryRequest != null) |
9365 | { | 9365 | { |
9366 | handlerGroupVoteHistoryRequest(this, GroupVoteHistoryRequest.AgentData.AgentID,GroupVoteHistoryRequest.AgentData.SessionID,GroupVoteHistoryRequest.GroupData.GroupID,GroupVoteHistoryRequest.TransactionData.TransactionID); | 9366 | handlerGroupVoteHistoryRequest(this, GroupVoteHistoryRequest.AgentData.AgentID,GroupVoteHistoryRequest.AgentData.SessionID,GroupVoteHistoryRequest.GroupData.GroupID,GroupVoteHistoryRequest.TransactionData.TransactionID); |
9367 | return true; | 9367 | return true; |
9368 | } | 9368 | } |
9369 | return false; | 9369 | return false; |
9370 | } | 9370 | } |
9371 | |||
9372 | private bool HandleGroupActiveProposalsRequest(IClientAPI client, Packet Packet) | ||
9373 | { | ||
9374 | GroupActiveProposalsRequestPacket GroupActiveProposalsRequest = | ||
9375 | (GroupActiveProposalsRequestPacket)Packet; | ||
9376 | GroupActiveProposalsRequest handlerGroupActiveProposalsRequest = OnGroupActiveProposalsRequest; | ||
9377 | if (handlerGroupActiveProposalsRequest != null) | ||
9378 | { | ||
9379 | handlerGroupActiveProposalsRequest(this, GroupActiveProposalsRequest.AgentData.AgentID,GroupActiveProposalsRequest.AgentData.SessionID,GroupActiveProposalsRequest.GroupData.GroupID,GroupActiveProposalsRequest.TransactionData.TransactionID); | ||
9380 | return true; | ||
9381 | } | ||
9382 | return false; | ||
9383 | } | ||
9384 | |||
9385 | private bool HandleGroupAccountDetailsRequest(IClientAPI client, Packet Packet) | ||
9386 | { | ||
9387 | GroupAccountDetailsRequestPacket GroupAccountDetailsRequest = | ||
9388 | (GroupAccountDetailsRequestPacket)Packet; | ||
9389 | GroupAccountDetailsRequest handlerGroupAccountDetailsRequest = OnGroupAccountDetailsRequest; | ||
9390 | if (handlerGroupAccountDetailsRequest != null) | ||
9391 | { | ||
9392 | handlerGroupAccountDetailsRequest(this, GroupAccountDetailsRequest.AgentData.AgentID,GroupAccountDetailsRequest.AgentData.GroupID,GroupAccountDetailsRequest.MoneyData.RequestID,GroupAccountDetailsRequest.AgentData.SessionID); | ||
9393 | return true; | ||
9394 | } | ||
9395 | return false; | ||
9396 | } | ||
9397 | |||
9398 | private bool HandleGroupAccountSummaryRequest(IClientAPI client, Packet Packet) | ||
9399 | { | ||
9400 | GroupAccountSummaryRequestPacket GroupAccountSummaryRequest = | ||
9401 | (GroupAccountSummaryRequestPacket)Packet; | ||
9402 | GroupAccountSummaryRequest handlerGroupAccountSummaryRequest = OnGroupAccountSummaryRequest; | ||
9403 | if (handlerGroupAccountSummaryRequest != null) | ||
9404 | { | ||
9405 | handlerGroupAccountSummaryRequest(this, GroupAccountSummaryRequest.AgentData.AgentID,GroupAccountSummaryRequest.AgentData.GroupID); | ||
9406 | return true; | ||
9407 | } | ||
9408 | return false; | ||
9409 | } | ||
9410 | |||
9411 | private bool HandleGroupTransactionsDetailsRequest(IClientAPI client, Packet Packet) | ||
9412 | { | ||
9413 | GroupAccountTransactionsRequestPacket GroupAccountTransactionsRequest = | ||
9414 | (GroupAccountTransactionsRequestPacket)Packet; | ||
9415 | GroupAccountTransactionsRequest handlerGroupAccountTransactionsRequest = OnGroupAccountTransactionsRequest; | ||
9416 | if (handlerGroupAccountTransactionsRequest != null) | ||
9417 | { | ||
9418 | handlerGroupAccountTransactionsRequest(this, GroupAccountTransactionsRequest.AgentData.AgentID,GroupAccountTransactionsRequest.AgentData.GroupID,GroupAccountTransactionsRequest.MoneyData.RequestID,GroupAccountTransactionsRequest.AgentData.SessionID); | ||
9419 | return true; | ||
9420 | } | ||
9421 | return false; | ||
9422 | } | ||
9371 | 9423 | ||
9372 | private bool HandleGroupActiveProposalsRequest(IClientAPI client, Packet Packet) | ||
9373 | { | ||
9374 | GroupActiveProposalsRequestPacket GroupActiveProposalsRequest = | ||
9375 | (GroupActiveProposalsRequestPacket)Packet; | ||
9376 | GroupActiveProposalsRequest handlerGroupActiveProposalsRequest = OnGroupActiveProposalsRequest; | ||
9377 | if (handlerGroupActiveProposalsRequest != null) | ||
9378 | { | ||
9379 | handlerGroupActiveProposalsRequest(this, GroupActiveProposalsRequest.AgentData.AgentID,GroupActiveProposalsRequest.AgentData.SessionID,GroupActiveProposalsRequest.GroupData.GroupID,GroupActiveProposalsRequest.TransactionData.TransactionID); | ||
9380 | return true; | ||
9381 | } | ||
9382 | return false; | ||
9383 | } | ||
9384 | |||
9385 | private bool HandleGroupAccountDetailsRequest(IClientAPI client, Packet Packet) | ||
9386 | { | ||
9387 | GroupAccountDetailsRequestPacket GroupAccountDetailsRequest = | ||
9388 | (GroupAccountDetailsRequestPacket)Packet; | ||
9389 | GroupAccountDetailsRequest handlerGroupAccountDetailsRequest = OnGroupAccountDetailsRequest; | ||
9390 | if (handlerGroupAccountDetailsRequest != null) | ||
9391 | { | ||
9392 | handlerGroupAccountDetailsRequest(this, GroupAccountDetailsRequest.AgentData.AgentID,GroupAccountDetailsRequest.AgentData.GroupID,GroupAccountDetailsRequest.MoneyData.RequestID,GroupAccountDetailsRequest.AgentData.SessionID); | ||
9393 | return true; | ||
9394 | } | ||
9395 | return false; | ||
9396 | } | ||
9397 | |||
9398 | private bool HandleGroupAccountSummaryRequest(IClientAPI client, Packet Packet) | ||
9399 | { | ||
9400 | GroupAccountSummaryRequestPacket GroupAccountSummaryRequest = | ||
9401 | (GroupAccountSummaryRequestPacket)Packet; | ||
9402 | GroupAccountSummaryRequest handlerGroupAccountSummaryRequest = OnGroupAccountSummaryRequest; | ||
9403 | if (handlerGroupAccountSummaryRequest != null) | ||
9404 | { | ||
9405 | handlerGroupAccountSummaryRequest(this, GroupAccountSummaryRequest.AgentData.AgentID,GroupAccountSummaryRequest.AgentData.GroupID); | ||
9406 | return true; | ||
9407 | } | ||
9408 | return false; | ||
9409 | } | ||
9410 | |||
9411 | private bool HandleGroupTransactionsDetailsRequest(IClientAPI client, Packet Packet) | ||
9412 | { | ||
9413 | GroupAccountTransactionsRequestPacket GroupAccountTransactionsRequest = | ||
9414 | (GroupAccountTransactionsRequestPacket)Packet; | ||
9415 | GroupAccountTransactionsRequest handlerGroupAccountTransactionsRequest = OnGroupAccountTransactionsRequest; | ||
9416 | if (handlerGroupAccountTransactionsRequest != null) | ||
9417 | { | ||
9418 | handlerGroupAccountTransactionsRequest(this, GroupAccountTransactionsRequest.AgentData.AgentID,GroupAccountTransactionsRequest.AgentData.GroupID,GroupAccountTransactionsRequest.MoneyData.RequestID,GroupAccountTransactionsRequest.AgentData.SessionID); | ||
9419 | return true; | ||
9420 | } | ||
9421 | return false; | ||
9422 | } | ||
9423 | |||
9424 | private bool HandleGroupTitlesRequest(IClientAPI sender, Packet Pack) | 9424 | private bool HandleGroupTitlesRequest(IClientAPI sender, Packet Pack) |
9425 | { | 9425 | { |
9426 | GroupTitlesRequestPacket groupTitlesRequest = | 9426 | GroupTitlesRequestPacket groupTitlesRequest = |
@@ -14221,7 +14221,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
14221 | if (handlerGodKickUser != null) | 14221 | if (handlerGodKickUser != null) |
14222 | { | 14222 | { |
14223 | handlerGodKickUser(gkupack.UserInfo.GodID, gkupack.UserInfo.GodSessionID, | 14223 | handlerGodKickUser(gkupack.UserInfo.GodID, gkupack.UserInfo.GodSessionID, |
14224 | gkupack.UserInfo.AgentID, gkupack.UserInfo.KickFlags, gkupack.UserInfo.Reason,gkupack.UserInfo); | 14224 | gkupack.UserInfo.AgentID, gkupack.UserInfo.KickFlags, gkupack.UserInfo.Reason,gkupack.UserInfo); |
14225 | } | 14225 | } |
14226 | } | 14226 | } |
14227 | else | 14227 | else |