>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
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
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
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
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
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
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
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
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
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
>
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
! 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
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
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
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
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
> > >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
> 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
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
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
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
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
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
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:
>
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
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
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
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
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
29 matches
Mail list logo