[Amsn-devel] How to send new code.

2007-02-01 Thread square87
Hello. I am writing some code for log system. How can send the difference between your revision and mine? Should I use some program? or Can I paste the code here? Thanks. - Using Tomcat but need to do more? Need to support

Re: [Amsn-devel] How to send new code.

2007-02-01 Thread Vivia Nikolaidou
Hi, just paste the code here. Make sure you are sending a diff though and not whole new files! Thanks for the contribution :) On Thu, 1 Feb 2007, square87 wrote: Hello. I am writing some code for log system. How can send the difference between your revision and mine? Should I use some

Re: [Amsn-devel] How to send new code.

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
Hi You can use the diff program to see the differences $ diff -bU5 orginal.tcl new.tcl is a good start to compare to files Check man diff to have more options. You can use $ svn diff in you amsn's directory to see the differences Then pipe the output to a file ( diff -bU5 ...

Re: [Amsn-devel] How to send new code.

2007-02-01 Thread Boris Faure (aka billiob)
Hi First, you should use SVN ( http://www.amsn-project.net/wiki/SVN ) then, you do : svn diff FILES_YOU_HAVE_CHANGED patch_by_square87_logs.diff And you send us patch_by_square87_logs.diff. We'll take a look, and ..., or you can use the forums. -- Boris FAURE (aka billiob) mail, msn : [EMAIL

[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

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
Why not, IMO every working plugin can be added to the website :) Tested @home, and works. Thanx vivia. On 1/30/07, Vivia Nikolaidou [EMAIL PROTECTED] wrote: As requested in http://www.amsn-project.net/forums/viewtopic.php?p=15242#15242 , I just quickly made a plugin (half the code is copy

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Youness Alaoui
same On Thu, Feb 01, 2007 at 02:11:17PM +0100, Yoda-BZH - Tristan Charbonneau wrote: Why not, IMO every working plugin can be added to the website :) Tested @home, and works. Thanx vivia. On 1/30/07, Vivia Nikolaidou [EMAIL PROTECTED] wrote: As requested in

Re: [Amsn-devel] amsn fail to send big files

2007-02-01 Thread Vivia Nikolaidou
Hi, are you using HTTP connection perhaps? On Tue, 30 Jan 2007, Sebastian Alfredo Salvino wrote: I am not sure what is going on but with the current SVN version when you attempt to send a big file count goes beyond the original file size and more over the file transfer ends unexpectly as

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Youness Alaoui
can be removed, afaik, you can do a bind $w $event -$binding as well as adding with +$binding but if I'm wrong, you can always have a variable loaded/unloaded and in your binding callback : if {$loaded } { after $seconds hide' } p.s.: I don't know how it's done ATM, but it should call the

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'll need

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 for the

Re: [Amsn-devel] A new plugin: Minimizer

2007-02-01 Thread Yoda-BZH - Tristan Charbonneau
On 2/1/07, Youness Alaoui [EMAIL PROTECTED] wrote: can be removed, afaik, you can do a bind $w $event -$binding as well as adding with +$binding I wasn't able to find this behaviour at http://www.tcl.tk/man/tcl8.4/TkCmd/bind.htm . but if I'm wrong, you can always have a variable

[Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread square87
Hello. Sometime sending message fails so the user don't read what we have written, but the log system logs not-sending-messages, too. When we read the conversation, for example, after two weeks we don't remember if certain messages are sending or not. So i think that this patch is useful. I am

Re: [Amsn-devel] amsn fail to send big files

2007-02-01 Thread Linus Östberg
To me it sounds just like an old bug I had, but then the percentage changed to a negative value. Does the file work correctly after being downloaded? (mine did, it just looked weird) On 2/1/07, Vivia Nikolaidou [EMAIL PROTECTED] wrote: Hi, are you using HTTP connection perhaps? On Tue, 30

[Amsn-devel] fedora tcl/tk

2007-02-01 Thread Sander Hoentjen
Hi, Starting from version 7, Fedora has tcl/tk 8.5 (alpha). AA right out of the box :) Do we ship the Windows version with 8.5? If not I think we should. How does it run on Vista btw? Sander P.S. I have internet access again P.P.S. Fedora 7 will be out in april

Re: [Amsn-devel] fedora tcl/tk

2007-02-01 Thread Karel Demeyer
Isn't tcl/tk 8.4 for windows already anti-aliased out of the box ? (don't shoot me if I'm wrong) Karel. 2007/2/1, Sander Hoentjen [EMAIL PROTECTED]: Hi, Starting from version 7, Fedora has tcl/tk 8.5 (alpha). AA right out of the box :) Do we ship the Windows version with 8.5? If not I think

Re: [Amsn-devel] amsn fail to send big files

2007-02-01 Thread Vivia Nikolaidou
Does it work OK with latest SVN? On 2/1/07, Linus Östberg [EMAIL PROTECTED] wrote: To me it sounds just like an old bug I had, but then the percentage changed to a negative value. Does the file work correctly after being downloaded? (mine did, it just looked weird) On 2/1/07, Vivia

Re: [Amsn-devel] UI proposal for contact properties/spaces info

2007-02-01 Thread Karel Demeyer
Could we get some more ppl in this debate ? Tomorrow evening I leave for a holiday but I don't want this discussion to die to early. Karel. PS: tell me if I sound too hard-headed 2007/2/1, Karel Demeyer [EMAIL PROTECTED]: 2007/2/1, Youness Alaoui [EMAIL PROTECTED]: On Wed, Jan 31, 2007 at

Re: [Amsn-devel] 0.97 TODO

2007-02-01 Thread Youness Alaoui
Updated (added mention about proxies) : - Implement OIM support (task # 133878 and # 135637) (billiob/lephilousophe) (make it work behind proxies) - Finish support for MSN spaces (task # 124063) (scapor/karel/kakaroto) (make it work behind proxies) New Complete 0.97 TODO : - Implement OIM

Re: [Amsn-devel] UI proposal for contact properties/spaces info

2007-02-01 Thread Youness Alaoui
yeah, more people please, and oh, please, this time, let's try to keep those mails short, and try to answer it all in one place, although I know it's not easy. P.S: you may be hard-headed, but probably not as much as I am ;) KKRT On Thu, Feb 01, 2007 at 11:23:05PM +0100, Karel Demeyer wrote:

Re: [Amsn-devel] amsn fail to send big files

2007-02-01 Thread Youness Alaoui
old bug, got fixed, this is a new, different one. Vivia and Phil (did I help?) fixed it today afaik. KKRT On Thu, Feb 01, 2007 at 08:53:49PM +0100, Linus Östberg wrote: To me it sounds just like an old bug I had, but then the percentage changed to a negative value. Does the file work

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread Youness Alaoui
Good idea! What do others think? add patch to SVN ? KKRT On Thu, Feb 01, 2007 at 06:47:52PM +0100, square87 wrote: Hello. Sometime sending message fails so the user don't read what we have written, but the log system logs not-sending-messages, too. When we read the conversation, for

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread majinsoftware
good idea add it. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1

Re: [Amsn-devel] fedora tcl/tk

2007-02-01 Thread Youness Alaoui
Haa, welcome back to the internet world Sander :D I wonder why FC would ship an alpha product.. oh well, if they like it that way! Windows version is not with AA (no Karel, you're wrong, at least, afaik), it needs 8.5 but someone in the forums (Trip) just did a 'amsn trip pack' which is

Re: [Amsn-devel] amsn fail to send big files

2007-02-01 Thread Youness Alaoui
and billiob, sorry :$ On Thu, Feb 01, 2007 at 08:31:58PM -0500, Youness Alaoui wrote: old bug, got fixed, this is a new, different one. Vivia and Phil (did I help?) fixed it today afaik. KKRT On Thu, Feb 01, 2007 at 08:53:49PM +0100, Linus Östberg wrote: To me it sounds just like an

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread Youness Alaoui
Humm... I also agree, and I don't immediatly see a reason why not to add it. + if it's wrong, we can always revert the change.. I'll commit it. Thanks square! :D KKRT On Fri, Feb 02, 2007 at 02:34:28PM +1300, majinsoftware wrote: good idea add it.

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread Youness Alaoui
ok, your code is wrong, but it's ok, we know you're not a programmer. but what if the error happens in a multi user conversation ? what if it happens after you closed the window ? You also added the fontformat argument but it's not used anywhere in the code... I'll fix it, commit and read the

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread Youness Alaoui
Ok, I committed it, you can read the diff in the amsn-commits mailing list. I also fixed some weird unclean code, we were using $user to check if {[::OIM_GUI::isOIM $user] } where $user is supposed to be the nickname of a user, not his email, so I changed it to $chatid. But it worked before

[Amsn-devel] new skin

2007-02-01 Thread Youness Alaoui
Hello, I'd like to welcome Gustavo as part of the team, he'll be managing the skins and designing a new default skin for the 0.97 release. The new default skin Gus will be working on will be based off the Emerald skin, but it will be different, it's not the same skin, so don't you all start

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread square87
Hello. KKRT You have added proc PutLog { chatid user msg {fontformat } {failed 0}} { if {$fontformat == } { set color NOR } elseif { $failed == 1 } { set color RED # When the message failed to deliver, we should show the deliverfail

[Amsn-devel] 0.97 gifts!

2007-02-01 Thread Youness Alaoui
Hello, I'm planning a release of 0.97 for March 1st, if you all remember... And for that matter, I'm thinking about rewarding the team members who worked hard on amsn 0.97. We already talked about this, we were thinking about rewards, as in money compensation for every commit/feature/whatever,

[Amsn-devel] new skin

2007-02-01 Thread majinsoftware
When can we expect to start seeing this in the SVN? or will it not be put into it till its done. Any way welcome Gustavo hope to see you improve amsn's look. - Using Tomcat but need to do more? Need to support web services,

Re: [Amsn-devel] WriteLogForDeliveryFailed

2007-02-01 Thread Youness Alaoui
true, good point! :) but in practice, the failed is set to 1 when fontformat is set to , so it's ok ;) but I'll change it anyways, just to make it a clean code. thanks for the correction! :) KKRT On Fri, Feb 02, 2007 at 07:26:25AM +0100, square87 wrote: Hello. KKRT You have added proc

Re: [Amsn-devel] new skin

2007-02-01 Thread Youness Alaoui
Well, I just added Gus at this instant to SVN, and he's probably asleep so wait until he wakes up, takes his breakfast, does what he has to do, then tell you when he can start commiting :p On Fri, Feb 02, 2007 at 07:28:30PM +1300, majinsoftware wrote: When can we expect to start seeing this in

Re: [Amsn-devel] 0.97 gifts!

2007-02-01 Thread majinsoftware
I would say that money would be the best option so then you could buy the prize and save on postage, or you could buy something else if you didnt like what you would of got. - Using Tomcat but need to do more? Need to support

Re: [Amsn-devel] 0.97 gifts!

2007-02-01 Thread Youness Alaoui
kakaroto_commits++; :p On Fri, Feb 02, 2007 at 01:29:26AM -0500, Youness Alaoui wrote: Hello, I'm planning a release of 0.97 for March 1st, if you all remember... And for that matter, I'm thinking about rewarding the team members who worked hard on amsn 0.97. We already talked about