All submissions to this site are governed by the Second Life Viewer Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.

Review Board 1.6.11

Welcome to the Second Life Viewer Code Review tool.
See the documentation on our wiki for how to use this site.

(STORM-941) IM log naming should go by SL name, not DN.

Review Request #249 - Created April 4, 2011 and submitted

Seth ProductEngine Reviewers
viewer
STORM-941
None viewer-development
Fixed IM history to use the resident's user name for the log file name.
Added conversions from legacy names or SLURLs with avatar id to the user names in cases of logging P2P sessions and inventory offers.
Removed asynchronous writes to temporary IM log file depending on name cache responses.

 
Review request changed
Updated (April 13, 2011, 8:11 a.m.)
  • Fixed IM history to use the resident's user name for the log file name.
    Added conversions from legacy names or SLURLs with avatar id to the user names in cases of logging P2P sessions and inventory offers.

    Fixed IM history to use the resident's user name for the log file name.
    Added conversions from legacy names or SLURLs with avatar id to the user names in cases of logging P2P sessions and inventory offers.
    Removed asynchronous writes to temporary IM log file depending on name cache responses.
    
Removed asynchronous writes to temporary IM log file depending on name cache responses. Looks like there is no need for requesting names from cache or the name is already in cache in some cases, so no need for a callback.
Ship it!
Posted (April 13, 2011, 10:49 a.m.)
Looks plausible.