Age | Commit message (Collapse) | Author |
|
(pox be upon them)
|
|
|
|
|
|
fixed code that was causing abnormal thread termination in the first place
|
|
huge amounts of memory, leading to viewer crash.
|
|
|
|
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
|
|
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
|
|
exists(to enable "Chat history" menu item for Nearby chat)
|
|
viewer freeze
|
|
|
|
chat.
|
|
if at all)
|
|
|
|
|
|
deleted as well. Also if clear logs is pressed then backup logs will be cleared.
|
|
conversations will be reloaded with data from the new location. Use case for this is if the users nearby chat is empty and they switch to a location that has a nearby chat file, then the nearby chat file be loaded.
|
|
not overwrite prior files with the same name. Instead the prior files will be stored as *.backup.
|
|
|
|
conversation floater to show as old messages) Fixed build error for mac/linux
|
|
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.
|
|
menu item from pop-up menu of People floater
|
|
users
|
|
|
|
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.
|
|
- 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.
|
|
causing the LLDirIterator to crash the viewer when opening chat logs
|
|
|
|
|
|
|
|
- Replaced all existing usages of LLDir::getNextFileInDir() with the new directory iterator object.
- Removed platform specific LLDir::getNextFileInDir() implementation.
|
|
|
|
they do not
get date stamped at all since each one is defined as a unique conversation.
|
|
previous logs
and also changed the name used for P2P IM log file names. The latter change is going to
temporarely break personal content for those that are saving conversation logs as P2P IM
logs will now be useinf the user name and not the legacy name.
|
|
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
|
|
files for
Chat, Group and IM Logs.
--HG--
branch : storm-102
|
|
|
|
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
|
|
|
|
Switch to new serialization format, change filename so old viewers
don't get confused if the user switches back. Reviewed with Richard
|
|
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.
|
|
Warning: c:\slbuild\viewer-2-0\libraries\include\boost\lexical_cast.hpp(1159) : warning C4702: unreachable code
Reason: additional boost lib dependence after changes (EXT-5215) for EXT-5215 (Disable showing full yyyy/mm/dd timestamp for messages (nearby chat/im)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
messages (nearby chat/im) received today)
--HG--
branch : product-engine
|
|
in nearby chat history from the prev session
Completed things which were agreed on:
- system messages in the log file are prepended with "Second Life:" after the timestamp
- object names set which are parsed extended to object names consisting with any number of words
Side effect:
"Second Life:" is shown as From Name in Nearby Chat when in plain text chat
--HG--
branch : product-engine
|
|
Friend' and 'Pay' enabled
--HG--
branch : product-engine
|
|
* 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
|
|
leave some LLFloaterChat usages commented for later review...
--HG--
branch : product-engine
|
|
full avatar name in communication
|
|
precompiled header work.
|