Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
2019-10-14 | SL-11719 Fixed init of conversation log | andreykproductengine | |
2019-08-16 | SL-11740 FIXED Wrong entries in conversation.log for groups with | in the name | maxim_productengine | |
2017-10-09 | MAINT-7611 Chat history does not display in the conversation log for groups ↵ | Mnikolenko Productengine | |
that have a leading space in their name | |||
2016-07-05 | MAINT-5388 File "conversation.log" created in users' root directory on Windows | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-02-26 | fixed mispelling of generateOutgoingAdHocHash | Richard Linden | |
2014-02-26 | MAINT-3448 FIX: Timestamps disappear from conversation log after viewer restart | Richard Linden | |
2013-08-18 | SH-4433 WIP: Interesting: Statistics > Ping Sim is always 0 ms | Richard Linden | |
continued conversion to units system made units perform type promotion correctly and preserve type in arithmetic e.g. can now do LLVector3 in units added typedefs for remaining common unit types, including implicits | |||
2013-08-15 | moved unit types out of LLUnits namespace, since they are prefixed | Richard Linden | |
2013-08-14 | BUILDFIX: added header for numeric_limits support on gcc | Richard Linden | |
added convenience types for units F32Seconds, etc. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard Linden | |
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-18 | CHUI-864 ([crashhunters] crash in LLConversationLog): Found a probable ↵ | Gilbert Gonzales | |
cause. It is likely that the user was missing the user settings variable called 'KeepConversationLogTranscripts.' If this variable doesn't exist or is deleted then the CHUI viewer would try to extract data from this non-existent variable. Resolution, now perform a check to make sure the 'KeepConversationLogTranscripts' settings variable exists before extracting data. | |||
2013-03-04 | CHUI-778: Now when delete transcripts is pressed the backup files will be ↵ | Gilbert Gonzales | |
deleted as well. Also if clear logs is pressed then backup logs will be cleared. | |||
2013-02-25 | CHUI-778: Now when conversation log and trascript files are moved they will ↵ | Gilbert Gonzales | |
not overwrite prior files with the same name. Instead the prior files will be stored as *.backup. | |||
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-22 | merge | Gilbert Gonzales | |
2013-02-22 | CHUI-778 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Now changing the log/transcripts file location actually moves the files to the new location. Prior behavior just started a new history at that location. Also a fix was made so that if the user changed the log/transcripts path then after pressing the Preferences 'OK' button the new location will be saved to the corresponding .xml file. | |||
2013-02-21 | CHUI-783 FIXED Load logs from conversation.log file after changing preferences. | Mnikolenko ProductEngine | |
2013-02-18 | CHUI-775 FIXED We should always handle changing of preferences. | Mnikolenko ProductEngine | |
2013-02-15 | CHUI-755 FIXED cache() is called to update conversation.log file after ↵ | Mnikolenko ProductEngine | |
deleting conversations. | |||
2013-02-13 | CHUI-761 FIXED Clear log button will not clear transcripts. | Mnikolenko ProductEngine | |
2013-02-11 | CHUI-760 FIX Conversation.log file not saved in user specified location | Cho | |
Changed LLConversationLog::getFileName() to use LL_PATH_PER_ACCOUNT_CHAT_LOGS instead of LL_PATH_PER_SL_ACCOUNT | |||
2013-02-11 | CHUI-755 FIX Conversation log changes in a session are lost if viewer crashes | Cho | |
Added call to LLConversationLog::instance().cache() after LLLogChat::SaveHistory() in LLIMView::logToFile() | |||
2013-02-06 | CHUI-712 FIXED IM log files renamed with ll.txt will create double files for ↵ | maksymsproductengine | |
users | |||
2013-02-06 | CHUI-744 FIXED KeepConversationLogTranscripts setting is moved to ↵ | Mnikolenko ProductEngine | |
settings_per_account.xml | |||
2013-02-06 | merge | mberezhnoy | |
2013-02-06 | CHUI-597 (Messages shown in Conversation Log are inaccurate) | mberezhnoy | |
Added messages, for now they're displayed in two cases: 1) no log entries, logging disabled 2) no log entries, logging enabled Case when there are existing log entries and logging is disabled is still under discussion | |||
2013-02-04 | CHUI-721 FIXED Delete transcripts when performing Clear log action. | Mnikolenko ProductEngine | |
2013-02-01 | merging | mberezhnoy | |
2013-01-31 | CHUI-718 (User does not see own chat in conference IM) | mberezhnoy | |
CHUI-704 (Entry in 'Conversation Log' floater with your avatar's name appears, after ejecting any member from group) | |||
2013-01-31 | CHUI-711 FIXED Load logs from file only once to avoid duplicating. This will ↵ | maxim@mnikolenko | |
also solve problem with chui-710. | |||
2013-01-30 | merging | mberezhnoy | |
2013-01-30 | CHUI-704 (Entry in 'Conversation Log' floater with your avatar's name ↵ | mberezhnoy | |
appears, after ejecting any member from group) | |||
2013-01-24 | CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab | maksymsproductengine | |
2013-01-04 | Merge with viewer-chui | Merov Linden | |
2012-12-26 | CHUI-629 FIXED Resolve build problems; | maksymsproductengine | |
2012-12-26 | CHUI-629 FIXED Windows crash on exit when closing viewer with conversation ↵ | maksymsproductengine | |
log open with unread offline messages | |||
2012-12-21 | CHUI-411 Entries in chat history viewer do not show all dates of entries and ↵ | AlexanderP ProductEngine | |
some entries show on multiple pages Type of variable for the time saving was changed from S32 to long int ("capacity" of S32-timer is only ~18 hours!) | |||
2012-12-20 | CHUI-605 : Fixed : Keep conversation log requires restart to change ↵ | AlexanderP ProductEngine | |
preference: connected LLConversationLog::enableLogging() as listener to "LogInstantMessages" control changes | |||
2012-12-17 | CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-12-15 | CHUI-598 : Fixed : Conversation log file created even when keep conversation ↵ | AlexanderP ProductEngine | |
log preference is off : Checked the status of the another ("KeepConversationLogTranscripts") setting too. | |||
2012-11-14 | CHUI-389 FIXED Added parameter for sessionAdded to get access to ↵ | maxim_productengine | |
has_offline_msg value. Set UnreadIMs icon to visible if messages were sent while offline. | |||
2012-11-09 | CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵ | AlexanderP ProductEngine | |
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler | |||
2012-09-18 | CHUI-348 FIXED (Voice call icon still shows in conversation log) | Paul ProductEngine | |
- Removed code responsible for showing voice icon | |||
2012-09-18 | CHUI-339 FIXED (2 entries shown in conversation log for ad hoc conference ↵ | Paul ProductEngine | |
for user that starts the conference) | |||
2012-09-13 | CHUI-321 FIXED (Indicate within the Call Log why there's nothing in it) | Paul ProductEngine | |
I. On "LogInstantMessages" variable set to false: 1. save call log to file 2. clear call log 3. show message: "Conversations are not being logged. To log conversations in the future, select "Save IM logs in my computer" under Preferences > Privacy." On "LogInstantMessages" set to true: 1. clear message 2. reload all saved call log entries II. Refactored the way LLConversationLog reacts on "LogInstantMessages" value change |