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

[Amsn-devel] some fixes

2007-07-25 Thread square87
Hi folks. That is my patch file for the suggestions that I made here: http://www.amsn-project.net/forums/viewtopic.php?t=3735 In patch file there isn't the update for plugininfo.xml file (for desktop integration). I hope that all is ok. Sorry for delay, but i am enough busy. Sorry for my English.

[Amsn-devel] Some new events

2007-07-01 Thread square87
Hello. I need some events for Search Contact Plugin ( http://www.amsn-project.net/forums/viewtopic.php?t=3542 ) These events are useful to update the CL. They are: 1) contactListChanged_REM -> to know when a user remove or readd us from his/her CL 2) contactBlocked -> when we block a contact 3) un

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

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

2007-02-11 Thread square87
1) @@ -6986,8 +6986,7 @@ With this changes we can log OIM deliverfail notification. I haven't added the msg, because when we get an: (authentication failed), we'll always get this error and the msg it's always the same. Example with msg, we'll have in log conversation A: Hello B! [deliverfail]: He

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]}

[Amsn-devel] Some fixes for OIM log system

2007-02-08 Thread square87
1) @@ -6993,8 +6993,7 @@ With this changes we can log OIM deliverfail notification. I haven't added the msg, because when we get an: (authentication failed), we'll always get this error and the msg it's always the same. Example with msg, we'll have in log conversation A: Hello B! [deliverfail]: He

Re: [Amsn-devel] Some troubles with autoupdate...

2006-06-17 Thread Philippe Valembois - Phil
Hi, finally, I was wrong because the langlist downloaded by amsn is saved in the .amsn directory... So even, if the users update by SVN they will have the last langlist... I modified the script genlanglist.tcl to use the entries file from .svn And now it works... We have the langlist updated in sa

Re: [Amsn-devel] Some troubles with autoupdate...

2006-06-16 Thread Youness Alaoui
I don't understand the problem.. and I know nothing about languages, or langlist or why it needs to be updated... KKRT On Fri, 16 Jun 2006 13:17:15 -0400, Philippe Valembois - Phil <[EMAIL PROTECTED]> wrote: > Nobody had an idea ? > Phil > > Le Friday 16 June 2006 14:41, Philippe Valembois

Re: [Amsn-devel] Some troubles with autoupdate...

2006-06-16 Thread Philippe Valembois - Phil
Nobody had an idea ? Phil Le Friday 16 June 2006 14:41, Philippe Valembois - Phil a écrit : > Hi, > There are some troubles with autoupdater... > First, it seems there wasn't any update anymore to the autoupdater > directory... > In fact since the May 28th, Fred hadn't launched its script to updat

[Amsn-devel] Some troubles with autoupdate...

2006-06-16 Thread Philippe Valembois - Phil
Hi, There are some troubles with autoupdater... First, it seems there wasn't any update anymore to the autoupdater directory... In fact since the May 28th, Fred hadn't launched its script to update the autoupdater... Now I created a script placed in the cron_backup directory, and set up a cron j

Re: [Amsn-devel] Some..

2006-05-01 Thread Tom Hennigan
Hey I'm Tom,I'm not sure if Jérôme wanted me to become the Mac Maintainer, but if he wants me to, I can put a Mac package together for 0.96 without any trouble (if Jérôme would email me with the stuff he includes with aMSN Mac, then I'll have no trouble doing it!).As for compiling farsight, and por

Re: [Amsn-devel] Some..

2006-05-01 Thread Youness Alaoui
On Mon, 01 May 2006 17:14:28 -0400, Jérôme Gagnon-Voyer <[EMAIL PROTECTED]> wrote: Yo Yo yo First of all i'm going in vacation soon to California, until 6th of june. Without laptop. Have fun in California, I hope you'll enjoy your holidays! I don't know if I'll be back on the develop

Re: [Amsn-devel] Some..

2006-05-01 Thread Álvaro J. Iradier
Have a nice time in California, and I hope we can see you back in here some day, but don't take it as a "must" ;) Thanks very much Jerome. 2006/5/1, Jérôme Gagnon-Voyer <[EMAIL PROTECTED]>: Yo First of all i'm going in vacation soon to California, until 6th of june. Without laptop. I don't kn

[Amsn-devel] Some..

2006-05-01 Thread Jérôme Gagnon-Voyer
Yo First of all i'm going in vacation soon to California, until 6th of june. Without laptop. I don't know if I'll be back on the developement team when I'll come back, I have sincerely no idea. I doubt it. I'm not sure if I belong here anymore for many reasons. My last commits was 2 mon

Re: [Amsn-devel] some stuff

2005-11-23 Thread Youness Alaoui
Yes, that's what I wanted to say.. but even though, we can't add something like that in an release stage even if it's stable... On Wed, 23 Nov 2005 05:33:22 -0500, Arieh Schneier <[EMAIL PROTECTED]> wrote: I think your code will be great, however I think if we want to release 0.95 now the

Re: [Amsn-devel] some stuff

2005-11-23 Thread Arieh Schneier
I think your code will be great, however I think if we want to release 0.95 now then wait till its released and then commit it. If you commit now, then word will get around that it is in and people will change the variable to enable it. Then you will get 50 people saying, I know its not finished ye

Re: [Amsn-devel] some stuff

2005-11-22 Thread Le Philousophe - Phil
Hey, What do you say ??? I do bad code buggy ??? :p No seriously my code is stable... It misses only some commands to make the CL updating when you change your nickname. Else, it works perfectly and I tested it a lot (with the begin of school year I had many addresses to enter :p) Phil P.S. I wai

Re: [Amsn-devel] some stuff

2005-11-22 Thread Youness Alaoui
Hi, I don't mind msnp11 being committed to cvs, but I don't want it to be available to everyone... it's no stabe enough, we'll get 100s of bug reports about it and we know it's not stable.. I suggest we keep it like that for now, if we don't use it for the next version, then we probably ca

[Amsn-devel] some stuff

2005-11-22 Thread Sander Hoentjen
Hi, at the moment my life is way too busy, I can't even seem to find half an hour to work on amsn. That sucks, because release time is a nice time :) anyway, i think it is good if phil can commit his own msnp11 stuff if it is working for him, and msnp9 is not affected, maybe even put an advanced

Re: [Amsn-devel] Some protocol related issues

2005-10-27 Thread Harry Vennik
Op woensdag 26 oktober 2005 01:53, schreef Youness Alaoui: > >> > Also I cannot delete contacts, no matter which protocol I use. I > >> > thought it should work at least on protocol 9 > >> > When trying to remove a contact, I get: > >> > > >> > [19:45:53] ->ns-sock5 REM 64 FL [EMAIL PROTECTED]

Re: [Amsn-devel] Some protocol related issues

2005-10-26 Thread Youness Alaoui
as we said... we don't want it to be documented!!! Where did you request to help on documentation ? also, if you want to help, then help.. write some doc, you don't need to have our permission to do it!! p.s.: when he said "a fix document somewhere" he meant "fixe" as in french.. not "fix"

Re: [Amsn-devel] Some protocol related issues

2005-10-26 Thread Nuno Agapito
The PSM it's only updated when teh user comes online. Until that happens, the MSN 7 uses the one that it stores in cache on computer Youness Alaoui wrote: haha, I suppose you're right.. also, I'd like to know what msn 7 does if a user is offline... will you receive it's PSM or is it only wh

Re: [Amsn-devel] Some protocol related issues

2005-10-26 Thread Le Philousophe - Phil
Maybe we should change it from non volatile data (::abook::setContactData) to volatile data (::abook::setVolatileData) ?? Phil Le Mercredi 26 Octobre 2005 09:55, Sander Hoentjen a écrit : > Yes, the PSM is "volatile". Also it is stored on the computer, not on > the server > > On Tue, 2005-10-25 a

Re: [Amsn-devel] Some protocol related issues

2005-10-26 Thread GrdScarabe
Thanks for the advice ;) However it is always easier to have a fix document somewhere, I've already propose my help to the responsible of the documentation project and to a French translator ... but I've not reponse yet ! :( GrdScarabe Sander Hoentjen wrote: Then read this list archives, it

Re: [Amsn-devel] Some protocol related issues

2005-10-26 Thread Sander Hoentjen
Yes, the PSM is "volatile". Also it is stored on the computer, not on the server On Tue, 2005-10-25 at 19:45 -0400, Youness Alaoui wrote: > haha, I suppose you're right.. > also, I'd like to know what msn 7 does if a user is offline... will you > receive it's PSM or is it only when the user is

Re: [Amsn-devel] Some protocol related issues

2005-10-26 Thread Sander Hoentjen
Then read this list archives, it is documented there :) On Tue, 2005-10-25 at 21:38 -0500, GrdScarabe wrote: > Ok thanks, > > I guessed that it was for developers...this is the developper list, but > if you want to have new developers in your project perhaps it would be > necessary to document

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread GrdScarabe
Ok thanks, I guessed that it was for developers...this is the developper list, but if you want to have new developers in your project perhaps it would be necessary to document your developments ? It's understandable that the in-development tasks/functionalities are not stable but perhaps some

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Youness Alaoui
Hi, this feature is for developpers only, there is no information about it because we don't want anybody to use it because it is NOT COMPLETE.. unless you want to just 'connect' using MSNP11.. see if your contact list is loaded... and not be able to do anything usefull with amsn... Also... to

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread GrdScarabe
Hum ... I must be dumb but : - what's a PSM ? - How can we switch between MSNP9 and MSNP11 ? Sorry for the inconvenience but I didn't find it on the website ... GrdScarabe Jérôme Gagnon-Voyer wrote: yeah but we should at leaast have something If MSNP11, show the PSM, else don't show it. I t

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Jérôme Gagnon-Voyer
I think it was done earlier todayLe 05-10-25 à 19:53, Youness Alaoui a écrit :yes, I already answered that, but I forgot to say that we should probably put an if around showing the "enter PSM" frame in the "change nickname" window...

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Youness Alaoui
On Tue, 25 Oct 2005 16:50:46 -0400, Harry Vennik <[EMAIL PROTECTED]> wrote: Op dinsdag 25 oktober 2005 21:03, schreef Le Philousophe - Phil: Le Mardi 25 Octobre 2005 20:18, Harry Vennik a écrit : > Hi, > > I used protocol 11 for some time, just for testing, and then I wanted to > go back t

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Youness Alaoui
haha, I suppose you're right.. also, I'd like to know what msn 7 does if a user is offline... will you receive it's PSM or is it only when the user is online ? anyways, maybe on a SYN, we should flush all PSMs... KaKaRoTo On Tue, 25 Oct 2005 19:18:22 -0400, Jérôme Gagnon-Voyer <[EMAIL PR

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Jérôme Gagnon-Voyer
yeah but we should at leaast have somethingIf MSNP11, show the PSM, else don't show it.I tried MSNP11 during one day and now i'm stuck with all theses PSM everywhere even if I didn't use MSNP11 in the last monthLe 05-10-25 à 15:03, Le Philousophe - Phil a écrit :It's only because it is stored in th

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Harry Vennik
Op dinsdag 25 oktober 2005 21:03, schreef Le Philousophe - Phil: > Le Mardi 25 Octobre 2005 20:18, Harry Vennik a écrit : > > Hi, > > > > I used protocol 11 for some time, just for testing, and then I wanted to > > go back to protocol 9 for normal use. So I logged out, switched to > > protocol 9 an

Re: [Amsn-devel] Some protocol related issues

2005-10-25 Thread Le Philousophe - Phil
Le Mardi 25 Octobre 2005 20:18, Harry Vennik a écrit : > Hi, > > I used protocol 11 for some time, just for testing, and then I wanted to go > back to protocol 9 for normal use. So I logged out, switched to protocol 9 > and logged in again. But something quite confusing happened: the PSM of my > co

[Amsn-devel] Some protocol related issues

2005-10-25 Thread Harry Vennik
Hi, I used protocol 11 for some time, just for testing, and then I wanted to go back to protocol 9 for normal use. So I logged out, switched to protocol 9 and logged in again. But something quite confusing happened: the PSM of my contacts were still shown in the contactlist, so I thought that a