re:Re: [Amsn-devel] memleaks update

2006-04-25 Thread Karel Demeyer
>Hi Karel > >I'll do an "unset" when auto-update don't need these information anymore. I added some "::http::cleanup $token" lines to autoupdate yesterday but I wasn't sure so I didn't commit it before I could check with you. But I didn't save it either anyway :D. I'm not sure if there is a pr

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
On Tue, 25 Apr 2006 07:29:53 -0400, Youness Alaoui <[EMAIL PROTECTED]> wrote: look, I'm sorry, but when we're close to a release, we can't get it out without fixing our known bugs.. all of these bugs seem to be fairly easy, I'm sure someone can hunt them all down in a couple of hours (for

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
add to it : when we setBrightness, SetColour, etc... we make sure it's a [string is digit -strict $val] before we assign it.. I think we should add a && $val > 0 && $val < 65535 On Tue, 25 Apr 2006 15:59:41 -0400, Youness Alaoui <[EMAIL PROTECTED]> wrote: p.s.: great job on the commits

Re: [Amsn-devel] memleaks update

2006-04-25 Thread Youness Alaoui
thx for the ::http::cleanup-s you did :) On Tue, 25 Apr 2006 17:14:04 -0400, Karel Demeyer <[EMAIL PROTECTED]> wrote: Another thread about memleaks ... I could tackle down some never erased http-'objects' (arrays) but I think there could be more ... in autoupdate / webcam ? I'll try to find

Re: [Amsn-devel] Re: [Amsn-commits] msn config.tcl,1.326,1.327

2006-04-25 Thread Youness Alaoui
I saw your commit, thx :) On Tue, 25 Apr 2006 16:00:21 -0400, Youness Alaoui <[EMAIL PROTECTED]> wrote: I have seeen S much code like this... I think especially from Vivia... vivia, please, can you change your coding style ? make that global custom_emotions if { [info exists custom_emo

Re: [Amsn-devel] Re: [Amsn-commits] msn gui.tcl,1.1284,1.1285

2006-04-25 Thread Youness Alaoui
On Tue, 25 Apr 2006 17:27:05 -0400, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: On Tue, 25 Apr 2006, Youness Alaoui wrote: > !if {[::config::getKey animatedsmileys]} { > ! custom_smile_subst $chatid [::ChatWindow::GetOutText ${win_name}] > !$text_start end > !} wtf?? it's

Re: [Amsn-devel] memleaks update

2006-04-25 Thread Youness Alaoui
On Tue, 25 Apr 2006 18:42:29 -0400, Karol Krizka <[EMAIL PROTECTED]> wrote: On Tuesday 25 April 2006 14:14, Karel Demeyer wrote: Another thread about memleaks ... I could tackle down some never erased http-'objects' (arrays) but I think there could be more ... in autoupdate / webcam ? I'll try

Re: [Amsn-devel] memleaks update

2006-04-25 Thread Karol Krizka
On Tuesday 25 April 2006 14:14, Karel Demeyer wrote: > Another thread about memleaks ... > I could tackle down some never erased http-'objects' (arrays) but I > think there could be more ... in autoupdate / webcam ? I'll try to find > these too in the future if I'm capable. > > > * the 'objects' a

Re: [Amsn-devel] memleaks update

2006-04-25 Thread Fred
Hi KarelI'll do an "unset" when auto-update don't need these information anymore.Greets    Fred2006/4/25, Karel Demeyer < [EMAIL PROTECTED]>:Another thread about memleaks ...I could tackle down some never erased http-'objects' (arrays) but I think there could be more ... in autoupdate / webcam ?  I

Re: [Amsn-devel] Re: [Amsn-commits] msn gui.tcl,1.1284,1.1285

2006-04-25 Thread Vivia Nikolaidou
On Tue, 25 Apr 2006, Youness Alaoui wrote: > > !if {[::config::getKey animatedsmileys]} { > > ! custom_smile_subst $chatid [::ChatWindow::GetOutText > > ${win_name}] > > !$text_start end > > !} > > wtf?? it's animated smileys, not custom smileys!!! if animated smileys are >

[Amsn-devel] memleaks update

2006-04-25 Thread Karel Demeyer
Another thread about memleaks ... I could tackle down some never erased http-'objects' (arrays) but I think there could be more ... in autoupdate / webcam ? I'll try to find these too in the future if I'm capable. * the 'objects' arrays msncam.tcl I didn't take a close look at this yet but it s

[Amsn-devel] Re: [Amsn-commits] msn gui.tcl,1.1284,1.1285

2006-04-25 Thread Youness Alaoui
! if {[::config::getKey animatedsmileys]} { ! custom_smile_subst $chatid [::ChatWindow::GetOutText ${win_name}] $text_start end ! } wtf?? it's animated smileys, not custom smileys!!! if animated smileys are disabled, then you call ::CxImage::Dis

[Amsn-devel] Re: [Amsn-commits] msn config.tcl,1.326,1.327

2006-04-25 Thread Youness Alaoui
I have seeen S much code like this... I think especially from Vivia... vivia, please, can you change your coding style ? make that global custom_emotions if { [info exists custom_emotions] } { unset custom_emotions } which means, MINIMIZE the use of 'catch' statements.. and also, use as much

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
p.s.: great job on the commits guys and gals... On Tue, 25 Apr 2006 12:29:36 -0400, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: Status report: > > > > > >2) it doesn't like { } 's in password > > > >Oh, and Jonne said it's OK with { } 's in password! > > damn, I knew I forgot to add some

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
On Tue, 25 Apr 2006 12:29:36 -0400, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: Status report: > > > > > >2) it doesn't like { } 's in password > > > >Oh, and Jonne said it's OK with { } 's in password! > > damn, I knew I forgot to add something to the email.. ok then, verify > with that us

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Vivia Nikolaidou
Status report: > > > > > > >2) it doesn't like { } 's in password > > > > > >Oh, and Jonne said it's OK with { } 's in password! > > > > damn, I knew I forgot to add something to the email.. ok then, verify > > with that user from the forum that he's not having the proxy 'wrong > > password' e

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Jonne Zutt
> > >2) it doesn't like { } 's in password What's the problem here? I changed my password to jonne{zutt} and jonne{{zutt without any problems with logging in or following the Inbox link. JeeBee. --- Using Tomcat but need to do more? Need to

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Vivia Nikolaidou
> maybe when loading a new profile, we only need to 'unset > ::config::config(custom_emoticons)' > to avoid mixing up settings, we call LoadDefaults before each time we > load a config.xml, and the custom_emoticons array is filled with our > custom emotes by reading from the config.xml.. when we

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
On Tue, 25 Apr 2006 07:39:53 -0400, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: On Tue, 25 Apr 2006, Youness Alaoui wrote: look, I'm sorry, but when we're close to a release, we can't get it out without fixing our known bugs.. all of these bugs seem to be fairly easy, yeah, for you!!! I do

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Vivia Nikolaidou
On Tue, 25 Apr 2006, Youness Alaoui wrote: > look, I'm sorry, but when we're close to a release, we can't get it out > without fixing our known bugs.. all of these bugs seem to be fairly > easy, yeah, for you!!! I don't know how to fix any of them :( but I just had an idea about the smileys pr

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
look, I'm sorry, but when we're close to a release, we can't get it out without fixing our known bugs.. all of these bugs seem to be fairly easy, I'm sure someone can hunt them all down in a couple of hours (for non-Youness people, let's say a couple of days :P j/k), so you know... we just

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Vivia Nikolaidou
Oh well, I saw you replied to it and I thought "great, someone is interested in those bugs"... because personally I don't know how to solve any of them :( but then you add another one? :( So what's going to happen now? We release with these bugs and add them to KNOWN ISSUES? They were there an

Re: [Amsn-devel] Last-moment bug reports

2006-04-25 Thread Youness Alaoui
too bad noone answered yet... I'd like to add this bug too : 6) custom smileys seem to be generic/inherited.. anyways, you add your smileys to one profile, then all other profiles get them too.. you remove them from yours, all others loose them... it's like they are global, while they are in

Re: [Amsn-devel] debug && static

2006-04-25 Thread Sander Hoentjen
yes it was a bug, fixed now On Tue, 2006-04-25 at 03:45 -0400, Youness Alaoui wrote: > huh.. the --enable-debug and --enable-static are two separate options... > unless there's a bug in configure.ac > > KKRT > > On Tue, 25 Apr 2006 03:43:45 -0400, Sander Hoentjen <[EMAIL PROTECTED]> > wrote: >

Re: [Amsn-devel] debug && static

2006-04-25 Thread Youness Alaoui
huh.. the --enable-debug and --enable-static are two separate options... unless there's a bug in configure.ac KKRT On Tue, 25 Apr 2006 03:43:45 -0400, Sander Hoentjen <[EMAIL PROTECTED]> wrote: Hi, please forgive my ignorance if i am asking a stupid question but why can't you enable debug

[Amsn-devel] debug && static

2006-04-25 Thread Sander Hoentjen
Hi, please forgive my ignorance if i am asking a stupid question but why can't you enable debug without enabling static in ./configure? Sander --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickl

Re: [Amsn-devel] amsn + my pc = freezes

2006-04-25 Thread Youness Alaoui
migt be an explanation, but standard C calls never use registers to store variables they pass on, it's always on the stack... so there might be something else causing this... I might also be wrong, but I'm sure std C calls use the stack for the arguments and the register %eax for the return v

Re: [Amsn-devel] amsn + my pc = freezes

2006-04-25 Thread Youness Alaoui
ok... but I still don't think the Ctrl-C is the vsyscall... could you execute amsn with strace please ? just run it with strace, output to a file, while until it hangs, then check the last few lines of the outputfile... could you do that ? thx On Tue, 25 Apr 2006 03:16:47 -0400, Sander Hoe

Re: [Amsn-devel] amsn + my pc = freezes

2006-04-25 Thread Sander Hoentjen
I don't know, the only thing i know is that my amsn freezes randomly. To investigate i ran it in gdb and when a hang occured i press ctrl+c in gdb, and then i do a backtrace, and it shows me everytime that the PhotoDisplayProcHook is in the stack On Mon, 2006-04-24 at 15:37 -0400, Youness Alaoui w