Re: [Amsn-devel] Mi diff for log system

2007-02-03 Thread Youness Alaoui
Hi, I think you're doing it a bit wrong, You should have an event in PutLog and in StartLog too, so in StartLog you can write your line saying that you are starting a convo with a user with nickname : $long_nickname then in Putlog you can crop the user's nick, but you don't need a variable like

Re: [Amsn-devel] Mi diff for log system

2007-02-03 Thread square87
Here I am. Now it should work correctly :) What do you think? Thanks amsnlogplus.tar.gz Description: GNU Zip compressed data Index: loging.tcl === --- loging.tcl (revisione 7904) +++ loging.tcl (copia locale) @@ -273,29 +273,39 @@

Re: [Amsn-devel] Mi diff for log system

2007-02-03 Thread square87
Sorry I have some problems with this changing with the last revision. I am trying to resolve. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to

Re: [Amsn-devel] Mi diff for log system

2007-02-03 Thread square87
I know that i should send the diff file, but I have made more changing. So diff was incomprehensible. Anyway now i have solved. Index: loging.tcl === --- loging.tcl (revisione 7904) +++ loging.tcl (copia locale) @@ -273,29 +273,39 @@

Re: [Amsn-devel] Mi diff for log system

2007-02-03 Thread Tom Hennigan
Try running "svn diff logging.tcl > my.diff" from inside the amsn folder. Then send us the file my.diff. So we can see what you've added/taken away :-) It is also easier then for us to commit your work. - Tom On 3 Feb 2007, at 12:36, square87 wrote: > So... > I have tried to write a plugin..

Re: [Amsn-devel] Mi diff for log system

2007-02-03 Thread square87
So... I have tried to write a plugin... I have not experience with plugin system as well as tcl/tk :) Sorry if I don't send a diff file. Diff have various changing. In logingtcl add: if { $failed == 1 } { set color "RED" ;# When the message failed to deliver, we should show

Re: [Amsn-devel] Mi diff for log system

2007-02-01 Thread Tom Hennigan
+1 Maybe add this functionality to the aMSN Plus plugin?? On 1 Feb 2007, at 17:03, Yoda-BZH - Tristan Charbonneau wrote: > IMO if it's not usefull for everyone, it should be a plugin. > > > > My 2 euro cents > > On 2/1/07, Youness Alaoui <[EMAIL PROTECTED]> wrote: >> Hi Square87, >> Thank you f

Re: [Amsn-devel] Mi diff for log system

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
IMO if it's not usefull for everyone, it should be a plugin. My 2 euro cents On 2/1/07, Youness Alaoui <[EMAIL PROTECTED]> wrote: > Hi Square87, > Thank you for the contribution and the patch. > It's indeed a useful idea for some users, but I wonder if it's really > necessary. > Of couse, we'l

Re: [Amsn-devel] Mi diff for log system

2007-02-01 Thread Youness Alaoui
Hi Square87, Thank you for the contribution and the patch. It's indeed a useful idea for some users, but I wonder if it's really necessary. Of couse, we'll need the change that logs when the user's nick is changed, without it the feature is useless. I would also like to have other developer's o

[Amsn-devel] Mi diff for log system

2007-02-01 Thread square87
Hello. Yesterday i have saw an msn plus feature. That is the possibility to log short nicks instead of original nick. Msn Plus abbreviates nicks, in log conversation, to 15 letters. In my implementation for amsn is 10 letters. Anyway with this option enabled you cannot see originals nick in log co