diff options
| author | Sam Kolb <skolb@lindenlab.com> | 2007-08-30 22:11:52 +0000 | 
|---|---|---|
| committer | Sam Kolb <skolb@lindenlab.com> | 2007-08-30 22:11:52 +0000 | 
| commit | b2595c369f78b6613e329274f5ca7c43c4ddeda0 (patch) | |
| tree | 4db6ae8237692b570b6e5dad489f3da24c5aa3fe /scripts/messages | |
| parent | 84ea29c69c320573c7547f028b5325382e195cc6 (diff) | |
Merge sl-search-opt-in back into the release branch
Reviewed by Josh and Don
Diffstat (limited to 'scripts/messages')
| -rw-r--r-- | scripts/messages/message_template.msg | 25 | 
1 files changed, 24 insertions, 1 deletions
diff --git a/scripts/messages/message_template.msg b/scripts/messages/message_template.msg index 4572941248..983be8a11d 100644 --- a/scripts/messages/message_template.msg +++ b/scripts/messages/message_template.msg @@ -3783,6 +3783,10 @@ version 2.0  		{	GroupName			Variable 1	}  		{	GroupInsigniaID		LLUUID		}  	} +	{ +		NewGroupData		Single +		{	ListInProfile	BOOL		}	// whether group displays in profile +	}  } @@ -7823,6 +7827,10 @@ version 2.0  		{	GroupID		LLUUID	}  		{	AcceptNotices	BOOL	}  	} +	{ +		NewData				Single +		{	ListInProfile	BOOL	} +	}  }  // GroupRoleDataRequest @@ -8140,7 +8148,7 @@ version 2.0  // dataserver -> simulator -> viewer  // reliable  { -	AgentGroupDataUpdate Low 389 Trusted Zerocoded +	AgentGroupDataUpdate Low 389 Trusted Zerocoded UDPDeprecated  	{  		AgentData			Single  		{	AgentID				LLUUID	} @@ -8763,3 +8771,18 @@ version 2.0  	}  } +// ObjectIncludeInSearch +// viewer -> simulator +{ +	ObjectIncludeInSearch Low 424 NotTrusted Unencoded +	{ +		AgentData		Single +		{	AgentID		LLUUID	} +		{	SessionID	LLUUID	} +	} +	{ +		ObjectData		Variable +		{	ObjectLocalID	U32		} +		{	IncludeInSearch	BOOL	} +	} +}  | 
