From f05afa2d98cf3d2ccd636463e1bd02332971e559 Mon Sep 17 00:00:00 2001 From: axial Date: Wed, 25 Oct 2006 05:48:23 +0000 Subject: [PATCH] downdating protocol for 1.12.2.9 git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@392 52acb1d6-8a22-11de-b505-999d5b087335 --- data/keywords.txt | 7 +----- data/message_template.msg | 52 +++++++-------------------------------- 2 files changed, 10 insertions(+), 49 deletions(-) diff --git a/data/keywords.txt b/data/keywords.txt index c9c797ce..5c3d6e3a 100644 --- a/data/keywords.txt +++ b/data/keywords.txt @@ -215,8 +215,8 @@ Seconds UpdateUserInfo AggregatePermTexturesOwner Set -NewName Key +NewName AgentID OnlineStatusRequest DataAgentAccessRequest @@ -666,7 +666,6 @@ TeleportProgress AgentQuitCopy LocationValid ToViewer -AvatarInterestsUpdate GroupNoticeID ParcelName PriceObjectRent @@ -728,7 +727,6 @@ LogoutReply FeatureDisabled ObjectLocalID Dropped -WebProfilesDisabled Destination MasterID TransferData @@ -836,7 +834,6 @@ GroupRoleMembersRequest OldFolderID TextureID UserInfoRequest -ProfileURL Handle StartParcelRenameAck ButtonIndex @@ -1014,7 +1011,6 @@ ObjectSpinStop FullID ActivateGroup SysGPU -AvatarInterestsReply StartLure SysRAM ObjectPosition @@ -1295,7 +1291,6 @@ ObjectUpdateCompressed MuteFlags Group AgentPause -LanguagesText InternalScriptMail FindAgent AgentData diff --git a/data/message_template.msg b/data/message_template.msg index 11687029..d7c3c591 100644 --- a/data/message_template.msg +++ b/data/message_template.msg @@ -4486,7 +4486,6 @@ sim -> dataserver { AgentID LLUUID } { AvatarID LLUUID } { GodLevel U8 } - { WebProfilesDisabled BOOL } } } // AvatarPropertiesReply @@ -4506,9 +4505,12 @@ sim -> dataserver { FLImageID LLUUID } { PartnerID LLUUID } { AboutText Variable 2 } // string, up to 512 + { WantToMask U32 } + { WantToText Variable 1 } // string + { SkillsMask U32 } + { SkillsText Variable 1 } // string { FLAboutText Variable 1 } // string { BornOn Variable 1 } // string - { ProfileURL Variable 1 } // string { CharterMember Variable 1 } // special - usually U8 { AllowPublish BOOL } // whether profile is externally visible or not { MaturePublish BOOL } // profile is "mature" @@ -4517,23 +4519,6 @@ sim -> dataserver } } -{ - AvatarInterestsReply Low Trusted Zerocoded - { - AgentData Single - { AgentID LLUUID } // your id - { AvatarID LLUUID } // avatar you're asking about - } - { - PropertiesData Single - { WantToMask U32 } - { WantToText Variable 1 } // string - { SkillsMask U32 } - { SkillsText Variable 1 } // string - { LanguagesText Variable 1 } // string - } -} - // AvatarGroupsReply // dataserver -> simulator // simulator -> viewer @@ -4573,29 +4558,12 @@ sim -> dataserver { FLImageID LLUUID } { AboutText Variable 2 } // string, up to 512 { FLAboutText Variable 1 } - { AllowPublish BOOL } // whether profile is externally visible or not - { MaturePublish BOOL } // profile is "mature" - { ProfileURL Variable 1 } // string - } -} - -// AvatarInterestsUpdate -// viewer -> simulator -// reliable -{ - AvatarInterestsUpdate Low NotTrusted Zerocoded - { - AgentData Single - { AgentID LLUUID } - { SessionID LLUUID } - } - { - PropertiesData Single { WantToMask U32 } { WantToText Variable 1 } // string { SkillsMask U32 } { SkillsText Variable 1 } // string - { LanguagesText Variable 1 } // string + { AllowPublish BOOL } // whether profile is externally visible or not + { MaturePublish BOOL } // profile is "mature" } } @@ -6739,7 +6707,6 @@ sim -> dataserver InventoryData Variable { ItemID LLUUID } { FolderID LLUUID } - { NewName Variable 1 } } } @@ -6762,7 +6729,6 @@ sim -> dataserver { OldAgentID LLUUID } { OldItemID LLUUID } { NewFolderID LLUUID } - { NewName Variable 1 } } } @@ -9694,12 +9660,12 @@ sim -> dataserver } { HeaderData Single - { NewFolderID LLUUID } + { NewFolderID LLUUID } } { ObjectData Variable - { OldItemID LLUUID } - { OldFolderID LLUUID } + { OldItemID LLUUID } + { OldFolderID LLUUID } } }