phoenix-firestorm/indra
Kitty Barnett 3a9c08aa5f Imported Chat-Logs patch from Catznip (revision e6e0393682f8)
-> Description:
- changed : LLCacheName::buildUsername() will properly extract the username if the passed name is a "complete name"
    -> "Catznip Catnap" => "catznip.catnap"
    -> "Catznip Tester (catznip.catnap)" => "catznip.catnap"
- fixed   : P2P IM session names are inconsistent (chiclet hover tip shows the legacy name rather than the complete name for incoming IM sessions)
    -> incoming IM session would have a session name of "Catznip Catnap" (legacy name)
    -> outgoing IM session would have a session name of "Catznip Tester (catznip.catnap)" (complete name)
    -> standarized P2P IM session names to "complete name"
- added   : LLIMModel::buildIMP2PLogFilename() to have one single function to construct log filenames for P2P IMs
- fixed   : teleport offers to another avie are logged to the wrong file when no IM session is open for that avie
    -> open IM session => logged to "catznip_catnap.txt"
    -> no open IM session => logged to "Catznip Catnap.txt"
- fixed   : inventory offers to another avie are logged to the wrong file when no IM session is open for that avie
    -> no open IM session => logged to "Catznip Catnap.txt"
- fixed   : inventory accepted/declined notifications are logged to the wrong file
    -> no open IM session => logged to secondlife____app_agent_<uuid>_completename.txt
- added   : "UseLegacyIMLogNames" setting to use "old-style" log filenames for P2P IM sessions (TRUE by default)
    -> needed for people who mix older and newer viewers
    -> side-steps any other remaining bugs due to log filename change
2011-01-26 00:19:43 +01:00
..
cmake backporting from v2.5 STORM-453 (update libcurl to 7.21.1) with the exception for linux do to STORM-809 not yet fixed. This fixes logins with proxy connections. 2011-01-23 15:32:46 -08:00
copy_win_scripts
integration_tests Merge up part2 to Release 2.4.0 + RLVa . Needs live testing 2011-01-19 12:40:31 -05:00
lib/python
linux_crash_logger
linux_updater
llaudio
llcharacter
llcommon Compensate for "???" with smarter caching. Uses Oz Linden's patch. More comprehensive than what we had previously. 2011-01-21 17:41:52 -05:00
llcrashlogger
llimage
llimagej2coj
llinventory
llmath
llmessage Imported Chat-Logs patch from Catznip (revision e6e0393682f8) 2011-01-26 00:19:43 +01:00
llplugin
llprimitive
llrender Merge up part2 to Release 2.4.0 + RLVa . Needs live testing 2011-01-19 12:40:31 -05:00
llui Applied 1 line patch from Satomi Ahn, FIRE-324. Nearby and IM chat bars forget what was written after browsing history. Issue exists in the LL Viewer. Thanks for the patch! 2011-01-21 17:16:00 -05:00
llvfs
llwindow Less intrustive code for legacy cursor support 2011-01-18 17:27:11 -08:00
llxml Making a llerrs error message more readable by putting a space where it should have had one. 2011-01-18 20:47:47 -08:00
llxuixml
lscript
mac_crash_logger
mac_updater backporting from v2.5 STORM-453 (update libcurl to 7.21.1) with the exception for linux do to STORM-809 not yet fixed. This fixes logins with proxy connections. 2011-01-23 15:32:46 -08:00
media_plugins
newview Imported Chat-Logs patch from Catznip (revision e6e0393682f8) 2011-01-26 00:19:43 +01:00
test
test_apps/llplugintest
tools/vstool
viewer_components Fixed FIRE-326: VC80 compile link error in PROJECT_llupdaterservice_TEST_llupdaterservice 2011-01-24 11:22:00 -08:00
win_crash_logger
win_updater
CMakeLists.txt
Version Updating version of tip, so we can differentiate it from preview release branch builds 2011-01-23 18:43:47 -05:00
develop.py
fix-incredibuild.py