Re: [Amsn-devel] some fixes

2007-07-26 Thread square87
HI. With this diff file some messages are showed with icons (and fix a bug if an user doesn't use desktop integration plugin) Thanks, bye. Index: contactlist.tcl === --- contactlist.tcl (revision 8915) +++ contactlist.tcl (wor

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-27 Thread square87
up :-S - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-19 Thread square87
@@ -6990,7 +6990,7 @@ You have added a third parameter but ::amsn::WinWriteFail accept only two parameters, please fix. for the rest... up! Please reproduce this: *write an oim to an offline user! *open log conversation You'll see that oim is logged twice, first time with your nick and second tim

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-13 Thread Vivia Nikolaidou
fixed, thx :) On Tue, 13 Feb 2007, square87 wrote: > Hello. > Please may someone correct this typo in loging.tcl > Find and replace: clockseconds > with: clock seconds > > Thanks > > - Using Tomcat but need to do more? N

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-13 Thread square87
Hello. Please may someone correct this typo in loging.tcl Find and replace: clockseconds with: clock seconds Thanks - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-i

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-12 Thread Youness Alaoui
humm... no, we shouldn't remove those lines... are you sure ? can anyone else confirm ? I'll commit the job done so far... KKRT On Mon, Feb 12, 2007 at 11:58:00PM -0500, Youness Alaoui wrote: > On Mon, Feb 12, 2007 at 11:55:09AM +0100, square87 wrote: > > Good! > > My code is always false :) > >

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-12 Thread Youness Alaoui
On Mon, Feb 12, 2007 at 11:55:09AM +0100, square87 wrote: > Good! > My code is always false :) > So the solution should be logic: > When we send an OIM we are in MessageSend that calls a proc that calls a > proc... etc... that calls PutLog > Then we return in MessageSend and we have: > if {[::confi

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-12 Thread square87
Good! My code is always false :) So the solution should be logic: When we send an OIM we are in MessageSend that calls a proc that calls a proc... etc... that calls PutLog Then we return in MessageSend and we have: if {[::config::getKey keep_logs]} { ::log::PutLog $chatid $email $tx

Re: [Amsn-devel] Some fixes for OIM log system, for amsn r7961

2007-02-11 Thread Youness Alaoui
Hi, I reviewed your patch and I applied it locally, but I want to confirm some stuff with you before I commit : - if {[::config::getKey keep_logs]} { + #loging, we have to add && [::abook::getPersonal MFN] == $email because without this we log +also u

Re: [Amsn-devel] Some fixes for OIM log system

2007-02-08 Thread square87
oh lol I have forgotten the diff file :-S ^__^'' Index: gui.tcl === --- gui.tcl (revisione 7939) +++ gui.tcl (copia locale) @@ -6993,8 +6993,7 @@ proc MessageSendCallback { chatid error } { if {![string match *success* $error]}