From celtic_tigger1 at hotmail.com Fri Feb 20 11:14:26 2009 From: celtic_tigger1 at hotmail.com (Kevin Johnson) Date: Fri, 20 Feb 2009 19:14:26 +0000 Subject: message log? Message-ID: how could i go about modifiying the XUL Messenger to save message logs? _________________________________________________________________ Windows Live?: E-mail. Chat. Share. Get more ways to connect. http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t2_allup_howitworks_022009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From myfirstnamehere at gawab.com Sat Feb 21 09:29:13 2009 From: myfirstnamehere at gawab.com (Benoit Renard, msnmsgr) Date: Sat, 21 Feb 2009 18:29:13 +0100 Subject: message log? In-Reply-To: References: Message-ID: Kevin Johnson wrote: > how could i go about modifiying the XUL Messenger to save message logs? It already has this feature. Use Window > Log to enable logging. Or do you mean something else? From celtic_tigger1 at hotmail.com Sun Feb 22 07:41:41 2009 From: celtic_tigger1 at hotmail.com (Kevin Johnson) Date: Sun, 22 Feb 2009 15:41:41 +0000 Subject: message log In-Reply-To: References: Message-ID: i mean, is there a way to automatically Log all conversations? rather than logging each conversation individualy? _________________________________________________________________ Access your email online and on the go with Windows Live Hotmail. http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_AE_Access_022009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From myfirstnamehere at gawab.com Mon Feb 23 04:01:40 2009 From: myfirstnamehere at gawab.com (Benoit Renard, msnmsgr) Date: Mon, 23 Feb 2009 13:01:40 +0100 Subject: message log In-Reply-To: References: Message-ID: Kevin Johnson wrote: > i mean, is there a way to automatically Log all conversations? rather > than logging each conversation individualy? Ah, I see. I haven't implemented such an option yet (partly because I can't really decide what to name group sessions), but since I already made sure that log file names are unique in 0.8.x, it's trivial to implement. In session.js, just add a logConversation() function call in the onSessionLoad() function.