Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Vivia Nikolaidou
http://amsn.sourceforge.net/bugs/admin/index.php?bug=1931# is there a way to access this without u/p ? where the hell did that come from ? KKRT On Tue, 20 Dec 2005 02:21:56 -0500, Youness Alaoui [EMAIL PROTECTED] wrote: it seems fc4 has selinux per default installed.. selinux being

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Sander Hoentjen
On Tue, 2005-12-20 at 02:21 -0500, Youness Alaoui wrote: it seems fc4 has selinux per default installed.. selinux being a security thing... and it seems it prevents amsn from loading the libtls file... maybe there is a workaround for this.. no ? problem we get is this (after a package

[Amsn-devel] error updating plugins?

2005-12-20 Thread Vivia Nikolaidou
[11:40:02] Error while updating TeXIM : main 1, lang 1, file 0 [11:40:03] Error while updating music : main 1, lang 1, file 0 [11:40:03] Error while updating sayit : main 0, lang 1, file 1 I have them in ~/.amsn/plugins . It downloads everything, all files, and when it's finished downloading it

[Amsn-devel] Re: error updating plugins?

2005-12-20 Thread Vivia Nikolaidou
I don't quite know what happened, I was trying to investigate it, and just made plugins.tcl write some stuff to the syslog. Then it suddenly updated the plugins! I put back the original plugins.tcl, downdated music just to test and guess what? It updated again! Well, if it just fixed itself,

Re: FIXED!!: Re: [Amsn-devel] notes fix

2005-12-20 Thread Arieh Schneier
People keep asking about does the script do this, does the script do that. Below is a copy of what the script looks like, but first just a couple of lines to show how we create the snapshot: snapshot code: cvs export -r HEAD msn cvs.log 2 cvs2.log tar -cvzf amsn_cvs.tar.gz msn /dev/null cp

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Arieh Schneier
Weird, looks like someone changed some code, because method UnGrey doesn't have any lines even resembling that code. Lio. - Original Message - From: Youness Alaoui [EMAIL PROTECTED] To: amsn-devel@lists.sourceforge.net Sent: Tuesday, December 20, 2005 6:27 PM Subject: Re: [Amsn-devel]

[Amsn-devel] cvs update problem

2005-12-20 Thread Arieh Schneier
When I try to update the amsn-extras folder I always get this message: cvs update: move away plugins/amsnplus/snapshot; it is in the wayC plugins/amsnplus/snapshot Anyone have any idea what could cause that, or how I could fix it? Lio.

Re: [Amsn-devel] cvs update problem

2005-12-20 Thread Le Philousophe - Phil
Delete amsnplus directory... and cvs -dP on the parent Phil Le Tuesday 20 December 2005 14:56, Arieh Schneier a écrit : When I try to update the amsn-extras folder I always get this message: cvs update: move away plugins/amsnplus/snapshot; it is in the way C plugins/amsnplus/snapshot Anyone

Re: [Amsn-devel] cvs update problem

2005-12-20 Thread Sander Hoentjen
On Wed, 2005-12-21 at 00:56 +1100, Arieh Schneier wrote: When I try to update the amsn-extras folder I always get this message: cvs update: move away plugins/amsnplus/snapshot; it is in the way C plugins/amsnplus/snapshot Anyone have any idea what could cause that, or how I could fix it?

Re: [Amsn-devel] chatwindow enhancement code for linux

2005-12-20 Thread Le Philousophe - Phil
I am not sure to know what it does... It makes the window flashing ?? We could integrate that in the traydock extension but... Is it for 0.95 ??? Is it enough safe ? Phil Le Tuesday 20 December 2005 12:11, Sander Hoentjen a écrit : Hi, does anyone has time to code some c? I would like

Re: [Amsn-devel] chatwindow enhancement code for linux

2005-12-20 Thread Youness Alaoui
wouhou! that simple ? cool :) I'll add it to winflash.c directly since it's already there... code will have to be modified for it to work, so it's certainly post 0.95 flagged it TODO Thanks Sander! you're 95% of our linux users' savior :D KKRT On Tue, 20 Dec 2005 09:07:59 -0500, Sander Hoentjen

Re: [Amsn-devel] chatwindow enhancement code for linux

2005-12-20 Thread Sander Hoentjen
well i have no c coding experience but i think this is the part that would do it.. well you need tell the right window etc of course. Also it only works on newer desktops, i think gnome added it a year ago, and kde a bit before that. Other desktops i don't know.. but since my desktop is new enough

Re: [Amsn-devel] [Fwd: AMSN voice + video]

2005-12-20 Thread Youness Alaoui
simple : code is hell, it works... maybe, incomplete feature, messy thing, plugin IMPOSSIBLE to compile (we have a binary version but noone was ever able to compile it.. only burger)... and basically because noone knows about the code, noone knows how to make it work, when people say 'this

Re: [Amsn-devel] webcam errors

2005-12-20 Thread Youness Alaoui
libng output.. don't know what it means... the first two is because we search for a function in the .so (_ng_plugin_init) but it's not there, because it's outdated and it uses something else actually.. then the 'no plugins found' with the dir because I try loading the plugins for several

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Youness Alaoui
which reminds me of the question we asked last time, should we update our tls bins to the 1.5 version of tls ? or maybe just add in the FAQ : Q: it keeps asking for tls A: it could be because of x64 or SELINUX... install tls 1.5 from http://... KKRT On Tue, 20 Dec 2005 04:39:01 -0500, Sander

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Youness Alaoui
nope.. you'll eventually get the u/p when you'll be trustworthy.. for now, don't forget, you're still an evil old Sand witch! :P KKRT On Tue, 20 Dec 2005 04:17:51 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: http://amsn.sourceforge.net/bugs/admin/index.php?bug=1931# is there a

Re: [Amsn-devel] cvs update problem

2005-12-20 Thread Arieh Schneier
Yay, finally its fixed :P. I did try deleting that file directly but it couldn't as the file didn't exist. What I did was to remove Snapshot.exe then update on snapshot itself (cvs update snapshot) this worked, then when I updated again properly it got the exe. So somewhere it creates a symlink

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Youness Alaoui
IMPORTANT! we should put in the bug report the patchlevel of tcl and tk, not the version... we're getting errors from Tcl 8.4 everywhere.. I want to know if it's 8.4.5 or 8.4.12! the $::tcl_version should become $::tcl_patchLevel ... is it a safe fix ? is the server expecting an X.Y ? he who

Re: [Amsn-devel] cvs update problem

2005-12-20 Thread Youness Alaoui
yeah, probably stupid sygwin is doing that... oh well.. you got it working, bravo for the trick ;) KKRT On Tue, 20 Dec 2005 10:34:57 -0500, Arieh Schneier [EMAIL PROTECTED] wrote: Yay, finally its fixed :P. I did try deleting that file directly but it couldn't as the file didn't exist.

Re: [Amsn-devel] Unable to load pop3 plugin from Windows

2005-12-20 Thread Youness Alaoui
pop3.tcl line 1126 make sure the backslash isn't followed by a space or whatever... On Tue, 20 Dec 2005 10:36:55 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: pop3: Failed to load source with result: invalid command name ascii I can perfectly load it from Linux though.

Re: [Amsn-devel] Unable to load pop3 plugin from Windows

2005-12-20 Thread Karol Krizka
On 12/20/05, Youness Alaoui [EMAIL PROTECTED] wrote: pop3.tcl line 1126 make sure the backslash isn't followed by a space or whatever... It's followed by a blank line everywhere, problem with win/lin line fees, I guess. I'm fixing it now, but I am not sure if I'll be able to commit since I'm

Re: [Amsn-devel] Unable to load pop3 plugin from Windows

2005-12-20 Thread Karol Krizka
On 12/20/05, Boris Faure (billiob) [EMAIL PROTECTED] wrote: Hi. I don't know what Arieh did with this commit, but it's not the file i sent him, maybe it's just a mistake. I attaching the right file. I've just change the code in the gmail part (from line 992) in order to make my code

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Karol Krizka
On 12/20/05, Youness Alaoui [EMAIL PROTECTED] wrote: IMPORTANT! we should put in the bug report the patchlevel of tcl and tk, not the version... we're getting errors from Tcl 8.4 everywhere.. I want to know if it's 8.4.5 or 8.4.12! the $::tcl_version should become $::tcl_patchLevel ... is

Re: [Amsn-devel] last minute fixes

2005-12-20 Thread Youness Alaoui
Thanks Karol! :) KaKaRoTo On Tue, 20 Dec 2005 13:21:32 -0500, Karol Krizka [EMAIL PROTECTED] wrote: On 12/20/05, Youness Alaoui [EMAIL PROTECTED] wrote: IMPORTANT! we should put in the bug report the patchlevel of tcl and tk, not the version... we're getting errors from Tcl 8.4 everywhere..

[Amsn-devel] IRC Channel Stuff

2005-12-20 Thread Karol Krizka
Hi, I have several things about the IRC channel. 1) Karel asked if it is possible to prefix New Commit: before the CVS Messages from CIA-1 bot. I emailed the owner and he said that it's possible to have custom formats. So what would you like the format to be? Is just prefixing New Commit enough?

[Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Youness Alaoui
Hey, you say Bad Youness!! you even did a karma-- but I don't get the problem, apart from the --text $.. becoming --text $... why wasn't it working ? vivia tried it and she said everything worked... anyways, your modifs were to add the ::desktop_integration and remove the 'variable'

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Sander Hoentjen
On Tue, 2005-12-20 at 13:32 -0500, Youness Alaoui wrote: Hey, you say Bad Youness!! you even did a karma-- but I don't get the problem, apart from the --text $.. becoming --text $... why wasn't it working ? vivia tried it and she said everything worked... anyways, your modifs were to add

Re: [Amsn-devel] chatwindow enhancement code for linux

2005-12-20 Thread Le Philousophe - Phil
Why adding it to winflash ?? Winflash is for Windows isn't it ? Phil Le Tuesday 20 December 2005 16:13, Youness Alaoui a écrit : wouhou! that simple ? cool :) I'll add it to winflash.c directly since it's already there... code will have to be modified for it to work, so it's certainly post

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Youness Alaoui
humm.. ok, if you say so, anyways, important thing is that it works (yay, I also got my karma++ back :P lol).. anyways, I moved it to another proc because the inlined fileevent proc is usually executed in the global namespace... and I wanted it to access the variable so I made it into the

Re: [Amsn-devel] chatwindow enhancement code for linux

2005-12-20 Thread Youness Alaoui
winflash is for flashing a window... it`s not flash Windows(r) windows... :P for now, winfdlash only supports windows, that`s true, but it can be changed... so, we can add it to winflash.. I don't think it's a problem... KKRT On Tue, 20 Dec 2005 14:41:17 -0500, Le Philousophe - Phil

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Sander Hoentjen
On Tue, 2005-12-20 at 16:56 -0500, Youness Alaoui wrote: humm.. ok, if you say so, anyways, important thing is that it works (yay, I also got my karma++ back :P lol).. anyways, I moved it to another proc because the inlined fileevent proc is usually executed in the global namespace...

[Amsn-devel] new ad :P

2005-12-20 Thread Sander Hoentjen
http://img42.imageshack.us/img42/4641/screenshot1497gp.jpg (1) get closer everyday... use aMSN (2) aMSN, how close do you want to be today? aMSN, you can't even be this close when sitting next to each other (1) copyright Pol (2) copyright youness

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Vivia Nikolaidou
On Tue, 20 Dec 2005, Sander Hoentjen wrote: On Tue, 2005-12-20 at 16:56 -0500, Youness Alaoui wrote: humm.. ok, if you say so, anyways, important thing is that it works (yay, I also got my karma++ back :P lol).. anyways, I moved it to another proc because the inlined fileevent proc is

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Youness Alaoui
On Tue, 20 Dec 2005 18:06:06 -0500, Vivia Nikolaidou [EMAIL PROTECTED] wrote: On Tue, 20 Dec 2005, Sander Hoentjen wrote: On Tue, 2005-12-20 at 16:56 -0500, Youness Alaoui wrote: humm.. ok, if you say so, anyways, important thing is that it works (yay, I also got my karma++ back :P

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Vivia Nikolaidou
Sorry. Wrong option on Reply question. WAS intended to be PM because it's off-topic but nevermind :D On Wed, 21 Dec 2005, Vivia Nikolaidou wrote: Warning: PM Warning 2: partially serious (not completely) you have to be sorry!!! look at what you did!!! you completly humiliated me

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Vivia Nikolaidou
LOOOL + LL first lol, was that you took my email kind of seriously, it was just a joke (didn't you see a PS?) I did, but I just answered spontaneously - and it ended up half-serious so I added the first warning :D second lol, was that you sent a PM because of an 'off-topic'.. without

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Jérôme Gagnon-Voyer
Don't try to hide your secret love relation with Youness, we KNOW Le 05-12-20 à 19:24, Vivia Nikolaidou a écrit : Sorry. Wrong option on Reply question. WAS intended to be PM because it's off-topic but nevermind :D On Wed, 21 Dec 2005, Vivia Nikolaidou wrote: Warning: PM Warning

Re: [Amsn-devel] Fwd: [Amsn-commits] amsn-extras/plugins/desktop_integration desktop_integration.tcl,1.3,1.4

2005-12-20 Thread Youness Alaoui
oh man, you are so pathetic! I love Rima and noone else, and Vivia loves you, Jerome!!! oups.. was meant to be a PM ^o) haha KKRT On Tue, 20 Dec 2005 21:51:09 -0500, Jérôme Gagnon-Voyer [EMAIL PROTECTED] wrote: Don't try to hide your secret love relation with Youness, we KNOW Le