summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.cpp
AgeCommit message (Collapse)Author
2021-04-29Merge master into DV525-merge-6.4.19Dave Houlton
2021-04-01SL-15061 Crash deleting non-zero reference in LLConversationItemSessionAndrey Kleshchev
2021-03-26SL-14975 SL-14384 viewer crashes because of large chat groupsAndrey Kleshchev
1. Due to desync participant can be NULL - added NULL checks 2. With large backlog of events, closing and then opening a goup session was causing a crash due to obsolete events - added cleanup for backlog 3. In some cases events were accumulating faster than they were processed - ensured that after certain point event processing scales up with a backlog
2021-01-06SL-14270 Crash on participant's updateNameAndrey Kleshchev
Session was deleted before viewer had a chance to create view for listener, so listener ended up not deleted and avaiting an uptade, then tryed to call for deleted session.
2021-01-05SL-14074 Resolved potential cause of conversation crashesAndrey Kleshchev
Models (listeners) belong to folder-views, deleting all of them means that not only proper cleanup procedure won't be followed, and view might try clean dead pointer.
2020-04-28SL-13119 Duplicate check was causing slowdownsAndrey Kleshchev
2019-02-15SL-10351 Cleanupandreykproductengine
2019-02-11SL-10351 Fixed Avatars muted by Group moderator become Blocked foreverandreykproductengine
2019-02-11SL-10347 Fixed Users can't exchange text messages after moderator click on ↵andreykproductengine
"Mute everyone"
2017-02-15MAINT-7118 Swapping legacy people API with new cacheandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-02MAINT-5345 FIXED Unable to end IM voice call using context menu.Mnikolenko ProductEngine
2014-07-14MAINT-4226 Group ban option is added to participant menu in Group chat.Mnikolenko ProductEngine
2013-11-06merge with releaseRichard Linden
2013-09-09merge with viewer-releaseRichard Linden
2013-08-26merge changes for 3.6.4-releaseOz Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-06-13merge changes for 3.5.3-releaseOz Linden
2013-06-05STORM-1838 Slowly reappling changes to work with CHUIJonathan Yap
2013-06-05CHUI-918 Don't show "Close Selected" item if Nearby chat is selectedMnikolenko ProductEngine
2013-06-04CHUI-918 FIXED Close only selected conversations instead of closing all ↵Mnikolenko ProductEngine
conversations.
2013-05-29CHUI-918 FIXED "Close all conversations" menu item is added to context menu.Mnikolenko ProductEngine
2013-05-22Pull merge from viewer-releaseMerov Linden
2013-04-23CHUI-943 FIXED "Chat history" menu item is added to context menu for Nearby ↵Mnikolenko ProductEngine
chat.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-14CHUI-700 FIX [CHUIBUG]"Zoom in" feature for avatars has disappearedCho
Added "Zoom In" context menu item to Nearby Chat list in People floater and Conversation floater
2013-02-27CHUI-788 FIXED Mute icon not shown in participant list in conversation floatermaksymsproductengine
2013-02-12CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵Cho
this participant" Reverted changes in menu_conversation.xml, llconversationmodel.cpp, and llfloaterimcontainer.cpp
2013-01-31CHUI-612 FIXED Blank conversation names showing in conversation listmaksymsproductengine
2013-01-28CHUI-395 (Group moderators are not shown as Moderators in group conversation)mberezhnoy
2013-01-08CHUI-612 FIXED Blank conversation names showing in conversation listmaksymsproductengine
2013-01-04Merge with viewer-chuiMerov Linden
2013-01-04CHUI-580 : Fixed : Avoid fetching names while reacting to display name ↵Merov Linden
checkbox change (overkill), make display name pref disabled when usePeopleAPI is off
2012-12-20CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in ↵Merov Linden
menu building. Implement in conversation contextual menu.
2012-12-17CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵Merov Linden
prevent filling up the callback queue
2012-12-17CHUI-580 : WIP : Protect callback connections passed to ↵Merov Linden
LLAvatarNameCache::get() where necessary
2012-12-10CHUI-394 (Group moderation tools missing in right click menus)MaximB ProductEngine
2012-12-07CHUI-580, CHUI-406 : Fixed : Finished avatar name caching, also fixed the ↵Merov Linden
display of (waiting) when names don't come (mostly in legacy mode).
2012-12-05Pull merge from dev repoMerov Linden
2012-12-05CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵Merov Linden
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up.
2012-12-05CHUI-577 FIXED "Mute text" and "Block voice" items are added to context menu ↵maxim@mnikolenko
instead of "Block\unblock"
2012-12-04CHUI-550, CHUI-551 : Fixed : Changed conversation sorting according to ↵Merov Linden
designer's desires.
2012-11-30CHUI-406 : Fixed again : Update of the P2P session name when not initiating ↵Merov Linden
a session was wrong. Add getting the participant name from the session.
2012-11-30CHUI-404, CHUI-406 : Fixed : update ad-hoc conversation when participant ↵Merov Linden
logs off, update title of ad-hoc and P2P to be consistent with torn off and input field
2012-11-21CHUI-429, CHUI-511, CHUI-388 : Multiselection and menus in torn off dialogsMerov Linden
2012-11-14CHUI-479 : WIP : More tracingMerov Linden
2012-11-14CHUI-479 : WIP : Add debug tracing into speaking indicator manager and ↵Merov Linden
monitors (to be deleted eventually).
2012-11-01CHUI-446 FIXED Checkm mParent before using dynamic_castmaxim_productengine
2012-10-30CHUI-459: Creating a fetchAvatarName() method for the ↵William Todd Stinson
LLConversationItemParticipant class to allow the class to query for the avatar display name directly. Also, added a field to store the avatar name cache callback connection so that we can disconnect properly on object destruction to avoid a crash with the callback attempting to access recently freed memory.
2012-10-30CHUI-446 FIXED Check that parent_session is not nullmaxim_productengine