Add LLIMProcessing and support for new message caps! And UserInfo cap!
Also delayed sound support! Fixed memory leaks and pass by values that LL likes to introduce. Extended LLCoroResponder to have a responder for Raw strings, also clean it Adds friend request message logging.
This commit is contained in:
@@ -7742,10 +7742,6 @@ An object named [OBJECTFROMNAME] owned by [NAME] has given you a [OBJECTTYPE] na
|
||||
index="1"
|
||||
name="Cancel"
|
||||
text="Cancel"/>
|
||||
<button
|
||||
index="3"
|
||||
name="Profile"
|
||||
text="Profile"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
@@ -7778,10 +7774,6 @@ Offer a teleport?
|
||||
index="1"
|
||||
name="No"
|
||||
text="No"/>
|
||||
<button
|
||||
index="3"
|
||||
name="Profile"
|
||||
text="Profile"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
@@ -7811,7 +7803,7 @@ Offer a teleport?
|
||||
type="notify">
|
||||
<tag>friendship</tag>
|
||||
<tag>confirm</tag>
|
||||
[NAME] is offering friendship.
|
||||
[NAME_SLURL] is offering friendship.
|
||||
|
||||
[MESSAGE]
|
||||
|
||||
@@ -7829,7 +7821,6 @@ Offer a teleport?
|
||||
index="2"
|
||||
name="Ignore"
|
||||
text="Ignore"/>
|
||||
<button index="3" name="Profile" text="Profile"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
@@ -7848,7 +7839,7 @@ Offer a teleport?
|
||||
persist="true"
|
||||
type="notify">
|
||||
<tag>friendship</tag>
|
||||
[NAME] is offering friendship.
|
||||
[NAME_SLURL] is offering friendship.
|
||||
|
||||
(By default, you will be able to see each other's online status.)
|
||||
<form name="form">
|
||||
@@ -7864,7 +7855,6 @@ Offer a teleport?
|
||||
index="2"
|
||||
name="Ignore"
|
||||
text="Ignore"/>
|
||||
<button index="3" name="Profile" text="Profile"/>
|
||||
</form>
|
||||
</notification>
|
||||
|
||||
@@ -7887,6 +7877,24 @@ Offer a teleport?
|
||||
[NAME] declined your friendship offer.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="FriendshipAcceptedByMe"
|
||||
log_to_im="true"
|
||||
type="notifytip">
|
||||
<tag>friendship</tag>
|
||||
Accepted friendship offer from [NAME_SLURL]. [MESSAGE]
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notify.tga"
|
||||
name="FriendshipDeclinedByMe"
|
||||
log_to_im="true"
|
||||
type="notifytip">
|
||||
<tag>friendship</tag>
|
||||
Declined friendship offer from [NAME_SLURL]. [MESSAGE]
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="FriendshipDissolved"
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
<check_box bottom="-25" height="16" initial_value="false" label="Only my Friends and Groups can see when I am online" left="148" name="online_visibility"/>
|
||||
<text bottom="-40" height="10" left="12" name="text_box2">IM Options:</text>
|
||||
<string name="log_in_to_change">log in to change</string>
|
||||
<check_box bottom="-45" height="16" initial_value="false" label="Send IM to Email ([EMAIL])" left="148" name="send_im_to_email"/>
|
||||
<check_box bottom="-65" height="16" initial_value="false" label="Include IM in chat console" name="include_im_in_chat_console"/>
|
||||
<check_box bottom="-85" height="16" initial_value="false" label="Show timestamps in IM" name="show_timestamps_check"/>
|
||||
<check_box bottom="-105" height="16" initial_value="false" label="Show online Friend notifications" name="friends_online_notify_checkbox"/>
|
||||
<string name="email_unverified_tooltip">Please verify your email to enable IM to Email. You can do so on the grid's website.</string>
|
||||
<check_box bottom_delta="-5" follows="top|left" height="16" label="Send IM to Email ([EMAIL])" left="148" name="send_im_to_email"/>
|
||||
<check_box bottom_delta="-20" follows="top|left" height="16" label="Include IM in chat console" name="include_im_in_chat_console"/>
|
||||
<check_box bottom_delta="-20" follows="top|left" height="16" label="Show timestamps in IM" name="show_timestamps_check"/>
|
||||
<check_box bottom_delta="-20" follows="top|left" height="16" label="Show online Friend notifications" name="friends_online_notify_checkbox"/>
|
||||
<text bottom_delta="-15" follows="top|left" left_delta="4" name="conference_block_text">Incoming conferences:</text>
|
||||
<radio_group follows="top|left" bottom_delta="-6" left_delta="120" height="16" width="204" draw_border="true" control_name="LiruBlockConferences" name="block_conferences_radio">
|
||||
<radio_item bottom_delta="0" name="accept" width="30" value="0">Accept</radio_item>
|
||||
|
||||
Reference in New Issue
Block a user