Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-01 | SL-12795 Fix existance of multiple chatlog files after name change | Andrey Kleshchev | |
2019-11-12 | Downstream merge from 494-maint-wassail | AndreyL ProductEngine | |
2019-09-16 | DRTVWR-493 LLLogChat to singleton | andreykproductengine | |
2019-08-21 | SL-11753 FIXED Group & Resident with the same name share chat history. | maxim_productengine | |
2019-02-12 | SL-10505 FIXED Right clicking on any name in Friends list accesses every ↵ | maxim_productengine | |
chat .txt file stored | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-19 | MAINT-5201 FIXED 'Chat history' option in context menu does not works for ↵ | Mnikolenko ProductEngine | |
multiperson chat. | |||
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2013-12-03 | MAINT-3476 FIX Opening large chat histories from conversation log eats up ↵ | PavelK ProductEngine | |
huge amounts of memory, leading to viewer crash. | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-07-09 | CHUI-978 FIXED Load data from chat log file in separate thread to prevent ↵ | Mnikolenko ProductEngine | |
viewer freeze | |||
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-04-23 | CHUI-943 FIXED "Chat history" menu item is added to context menu for Nearby ↵ | Mnikolenko ProductEngine | |
chat. | |||
2013-04-03 | CHUI-838 FIXED (Opening chat history for groups only works once per session, ↵ | Mnikolenko ProductEngine | |
if at all) | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-05 | CHUI-778: Adjusted deletion of transcripts/logs to be more clean code-wise. | Gilbert Gonzales | |
2013-02-25 | merge | Gilbert Gonzales | |
2013-02-25 | CHUI-788 (Saving preferences updates text in all open message panels in ↵ | Gilbert Gonzales | |
conversation floater to show as old messages) Fixed build error for mac/linux | |||
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-22 | CHUI-633 FIXED User is not able to open chat history by 'View chat history' ↵ | maksymsproductengine | |
menu item from pop-up menu of People floater | |||
2013-02-06 | CHUI-712 FIXED IM log files renamed with ll.txt will create double files for ↵ | maksymsproductengine | |
users | |||
2013-01-24 | CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tab | maksymsproductengine | |
2012-09-13 | CHUI-334 FIXED (Date not shown in the chat log for current date entries) | Paul ProductEngine | |
Before the "%Y/%m/%d" was always cutted from timestamp string for today's date. Now I added flag whether we should cut off timestamp or not. | |||
2012-08-28 | CHUI-275 FIXED (Chat history viewer does not show entire user.txt IM log file) | Paul ProductEngine | |
- Renamed LLLogChat::loadAllHistory to LLLogChat::loadChatHistory because it doesn't actually loads all history. Also added parameter to the function which is a flag whether to load all file's content or not. - Implemented displaying history by pages (as was decided on meeting page): Added showHistory() method to the LLFloaterConversationPreview which shows the chat history page by page starting from the last conversation (or may say starting from the last page). One page contains 100 entries. Added "More history..." button to display next page of history. | |||
2010-11-08 | STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain ↵ | Wolfpup Lowenhar | |
test log no matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102 | |||
2010-10-26 | This is the setting of the core file name date stamp code and settings ↵ | Wolfpup Lowenhar | |
files for Chat, Group and IM Logs. --HG-- branch : storm-102 | |||
2010-10-22 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-06-02 | DEV-50451 Fix names in local chat history loading, again | James Cook | |
Switch to new serialization format, change filename so old viewers don't get confused if the user switches back. Reviewed with Richard | |||
2010-05-25 | DEV-50013 Display names load at startup in local chat/IM history | James Cook | |
Had to change the chat log file format to include agent_id. Code will load viewer 2.0 logs, but viewer 2.0 will just discard data from 2.1 logs, which seems OK. Reviewed with Leyla. | |||
2010-01-22 | implemented EXT-4523 Log for all Ad-Hoc conferences is stored in one file | Igor Borovkov | |
* for outgoing ad-hoc sessions chat history is saved into new file for every distinct set of initial participants format: ["Ad-hoc Conference" "hash"<md5 hash of sorted participants' UUIDs>.txt] ex: Ad-hoc Conference hash77a0ff26-614d-0dbd-ce19-5da9108f141a.txt * for incoming ad-hoc sessions, chat history of each session is saved into a separate file: format: [<ad-hoc session name> <timestamp> <4 first symbols of session id>.txt] ex: Igor ProductEngine Conference 2010_01_22 07_41 2752.txt --HG-- branch : product-engine | |||
2009-12-01 | implemented EXT-2582 (Save IM chat history as plain text file) | Igor Borovkov | |
updated 1.23 chat log format - in multilined messages subsequent lines are prepended with a space multilined messages of an old format are not supported, each line is considered as a separate message the parser depends on current used date and time format --HG-- branch : product-engine | |||
2009-10-29 | Implemented major task EXT-1487 (Reimplement chat history persistence using ↵ | Sergey Borushevsky | |
LLSD serialization). Moved loading of IM history from LLIMFloater and LLFloaterIMPanel to LLModel::LLIMSession. Implemented disabling of saving logs if it's disabled in Preferences. --HG-- branch : product-engine | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 | |||
2008-08-12 | QAR-767 Combined maint-render-7 and maint-viewer-9 merge | Steven Bennetts | |
merge release@93398 viewer-merge-1@94007 -> release dataserver-is-deprecated | |||
2008-06-26 | QAR-628 merge string-cleanup-5 -r 90476:90508 -> release | Steven Bennetts | |
dataserver-is-deprecated | |||
2008-03-04 | svn merge -r 81304:81392 ↵ | Josh Bell | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-ui-8-merge QAR-343 - merge maint-ui-7 and maint-ui-8 to release | |||
2007-10-04 | Result of svn merge -r71162:71205 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code. | |||
2007-06-21 | merge -r62831:64079 branches/maintenance to release | Kelly Washington | |
2007-01-02 | Print done when done. | James Cook | |