Re: [Amsn-devel] 0.96 TODO

2006-05-17 Thread Harry Vennik
Modified: - Make PSM bold/italic/whatever in tooltip ? same with email ? <-- Harry: Almost done on my local copy. COMPLETE TODO LIST FOR 0.96 - maybe apply holy_wood patch for saving DPs in a per_email directories in the cache. - finish proxy support - Make amsn 0.96 use TLS 1.5 - Check if the

Re: [Amsn-devel] New menus on Mac

2006-05-17 Thread Harry Vennik
You'd almost think they're just kidding... This is really too strange! Maybe they have an svn-version of amsn from exactly while the menus where being changed? (Especially the tools menu makes me think so. We do not have a Tools menu any more...). Also, the menu code for Mac and other platforms

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Sander Hoentjen
On Wed, 2006-05-17 at 15:07 -0400, Youness Alaoui wrote: > vivia suggested doing a catch { exec chcon .. } in the package ifneeded... > what do you think ? or do you really think you can provide a generic > binary for Fedora without having the same problems as we had with 0.95 ?? > > KKRT > I

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Youness Alaoui
yeah, but does "up2date" mean they must use the latest releases or the latest distro version ? if we talk about debian for example, you can have the stable release repository or you can use the 'unstable' or 'testing' repositories, so you may not have the same versions.. iirc, last time, you

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Philippe Valembois - Phil
Well, it's simple, people must have their distro up2date ! Phil Le Mercredi 17 Mai 2006 21:07, Youness Alaoui a écrit : > vivia suggested doing a catch { exec chcon .. } in the package ifneeded... > what do you think ? or do you really think you can provide a generic > binary for Fedora without ha

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Youness Alaoui
vivia suggested doing a catch { exec chcon .. } in the package ifneeded... what do you think ? or do you really think you can provide a generic binary for Fedora without having the same problems as we had with 0.95 ?? KKRT On Wed, 17 May 2006 13:44:23 -0400, Sander Hoentjen <[EMAIL PROTECTED

Re: [Amsn-devel] Fwd: [Amsn-commits] SF.net SVN: amsn: [6639] trunk/amsn/utils/Tclxml/libTclxml3.1.so

2006-05-17 Thread Youness Alaoui
ok, but then why the diff ? it usually just sends a property: whatever - * or + * or something... but now there were none.. are we going crzy or is it svn::notify that is going crazy ? KKRT On Wed, 17 May 2006 14:03:37 -0400, Sander Hoentjen <[EMAIL PROTECTED]> wrote: On Wed, 2006-05-17

Re: [Amsn-devel] 0.96 TODO

2006-05-17 Thread Vivia Nikolaidou
Added: - Custom states not saved on disconnect/reconnect COMPLETE TODO LIST FOR 0.96 - maybe apply holy_wood patch for saving DPs in a per_email directories in the cache. - finish proxy support - Make amsn 0.96 use TLS 1.5 - Check if the 'View Profile' is working correctly, it seems to be broke

Re: [Amsn-devel] Fwd: [Amsn-commits] SF.net SVN: amsn: [6639] trunk/amsn/utils/Tclxml/libTclxml3.1.so

2006-05-17 Thread Sander Hoentjen
On Wed, 2006-05-17 at 10:22 -0400, Youness Alaoui wrote: > wtf... > did you see the diff ? > there is no property change, only a diff on the binary data... > > KKRT > Hmm strange since it did do the property change, try yourself: svn proplist utils/Tclxml/libTclxml3.1.so -

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Philippe Valembois - Phil
Hi, about the verbose make, you have to modify in compile.mk... There is a little flag to switch... About optimizations Hum... I didn't have time to do optimizations... The only thing I did is to fix some troubles with GIFs (and it's not fixed totally : ximagif is a real mess...). In fact I h

Re: [Amsn-devel] dbus

2006-05-17 Thread Karel Demeyer
I should go for 1 and have amsn make intensive use of it. Using dbus allows us to change status when a user does something specific, mute sounds when a call arrives in his voIP client, mute sounds when teh screensaver starts, integrate with galago, sharing contact-info with evolution-data-server f

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Sander Hoentjen
On Wed, 2006-05-17 at 19:39 +0200, Philippe Valembois wrote: > Hi, > texrel_shlib_t means the library can do text relocation if I remember well... > In fact the trouble comes from the fact you link statically... The libc needs > texrel... When you link against the so, the so already has the good

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Philippe Valembois
Hi, texrel_shlib_t means the library can do text relocation if I remember well... In fact the trouble comes from the fact you link statically... The libc needs texrel... When you link against the so, the so already has the good context... So, you must link dynamically... Phil PS About Fedora pack

Re: [Amsn-devel] dbus

2006-05-17 Thread Sander Hoentjen
Well I had thought about it, and since there is interest outside of amsn as well for this binding, it is a good idea to keep it separate. What I suggest is either: 1) create a new dbus module inside amsn project Prefered by me since it would be a fairly small project, and it would be very nice for

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Youness Alaoui
--enable-debug no, = full needed.. and which files don't have debug symbols? you only need TkCximage.so, nothing inside cximage directory.. make sure you make clean before if you want to see a change :p KaKaRoTo On Wed, 17 May 2006 12:39:12 -0400, Rafael Rodríguez"" <[EMAIL PROTECTED]> wrot

Re: [Amsn-devel] 0.96 TODO

2006-05-17 Thread Youness Alaoui
Added : - Make PSM under the nick as stated, not under the DP.. - Make PSM bold/italic/whatever in tooltip ? same with email ? Deleted previously deleted by Vivia but not in billiob's mail : - When going online, update all chat window's status bar, and when receiving "user is offline" error from

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Rafael Rodríguez
Question... a) how can i compile with the verbose version of make? b) configure --enable-debug=full seems to work, but some files are compiled without debug symbols (inside CxImage directory, etc) any ideas? thx, rafael Rodríguez On 5/17/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: Oups.

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread GrdScarabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've worked a bit with SELinux, the problem is from the policy, it is necessary to insert libtls-1.50.so to the type texrel_shlib_t it seems... The problem is that this type is not part of the standard policy. What distribution do you use ? Can yo

Re: website, trac, space... WAS: [Amsn-devel] What is going on here?????

2006-05-17 Thread GrdScarabe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Youness Alaoui wrote: > oups, I forgot to mention something in my mail yesterday.. I guess I was > too tired... I wanted to say that we could decrease the web space used > by amsn (that's why i added "space" in the subject), we could use a bit > more s

Re: [Amsn-devel] games plugin

2006-05-17 Thread Youness Alaoui
well known and very much asked question, and I'll give the same answer : I have no idea how it works! :D Fred will help you though :) btw, is games lpugin in amsn-extras or not yet ? KKRT On Wed, 17 May 2006 10:15:59 -0400, Jonne Zutt <[EMAIL PROTECTED]> wrote: Yet another question... The

Re: [Amsn-devel] dbus

2006-05-17 Thread Youness Alaoui
Humm.. no, this isn't something relative to amsn, so it shouldn't be put in svn. I'm glad you asked! But if I remember correctly, it is something that should go into amsn2, right ? so how about adding a new amsn2 module and put it there ? don't do it yet, we'll first have to define the structur

Re: [Amsn-devel] amsn-commits, credits, CIA ... Fwd: [Amsn-commits] SF.net SVN: amsn: [6595] trunk/amsn/CREDITS

2006-05-17 Thread Youness Alaoui
:o really, lol, I looked at the scripts, didn't see the cia hook... ok, /stupid me! anwyays, on CIA, it says we use CVS, we should change it, but it's only an informational thing I guess.. someone (sorry, can't remember who.. Karol or Sander...) sent me the key, so I'll do it .. sometime...

Re: [Amsn-devel] amsn-commits, credits, CIA ... Fwd: [Amsn-commits] SF.net SVN: amsn: [6595] trunk/amsn/CREDITS

2006-05-17 Thread Arieh Schneier
:), I enabled the ciabot_svn.py hook script, I was just waiting on a commit to check that it worked before sending an email, but it seems that Vivia beat me to it. Oh, and Youness the setup was on sf side, not CIA, I also don't have the 'key'. - Original Message From: "Vivia Nikolaidou" -

[Amsn-devel] Fwd: [Amsn-commits] SF.net SVN: amsn: [6639] trunk/amsn/utils/Tclxml/libTclxml3.1.so

2006-05-17 Thread Youness Alaoui
wtf... did you see the diff ? there is no property change, only a diff on the binary data... KKRT --- Forwarded message --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Amsn-commits] SF.net SVN: amsn: [6639] trunk/amsn/utils/Tclxml/libTclxml3.1.so Date: Tue, 16 May 2006 17

[Amsn-devel] games plugin

2006-05-17 Thread Jonne Zutt
Yet another question... The plugininfo.xml of the games plugin does not have either or tag. I'm a bit confused in the correct procedure to update the games plugin. Suppose I make a change, when should I update ? I guess gets updated automatically, and this is used by the autoupdater. Can I ju

Re: [Amsn-devel] website - email

2006-05-17 Thread Youness Alaoui
On Tue, 16 May 2006 08:59:28 -0400, Sander Hoentjen <[EMAIL PROTECTED]> wrote: On Sat, 2006-05-13 at 10:24 -0700, Karol Krizka wrote: On Sat, 2006-05-13 at 10:46 +0200, Sander Hoentjen wrote: > Hi, > > When I reply on something in the forums i have it so that i will get > notified by email on

[Amsn-devel] dbus

2006-05-17 Thread Jonne Zutt
I'm working on tcl bindings for dbus. Sander will use this in his notify plugin later. I'll change or remove my dbus plugin (which uses dbus-monitor which isn't the right way to do this!) My thoughts: the tcl bindings should go into utils/dbus/ Then plugins or core could later start using dbus.

Re: [Amsn-devel] SELinux nightmares

2006-05-17 Thread Jonne Zutt
And I made my version now work by running chcon -c -v -u system_u -r object_r -t texrel_shlib_t /path/to/libtls-1.50.so as user, not as root ... Maybe someone who understands selinux can shed his/her light on this. What does texrel_shlib_t mean? Jonne. > > Well, so I decided to make aMSN use

Re: [Amsn-devel] 0.96 TODO

2006-05-17 Thread Boris Faure (aka billiob)
Removed: - add a different image for blocked users if they are offline, see post http://amsn.sourceforge.net/forums/ viewtopic.php?p=5062#5062 for more info The new skin file is blocked_off.png (blocked.png is now used if the contact is online). I've upload the default skin. (Tom, you can change t

Re: [Amsn-devel] 0.96 TODO

2006-05-17 Thread Vivia Nikolaidou
Removed: - When going online, update all c hat window's status bar, and when receiving "user is offline" error from the SB, update the status window of the CW (go offline, keep a CW open, status of the user won't change.. that user goes offline, then you go online again, his status in th

[Amsn-devel] SELinux nightmares

2006-05-17 Thread Vivia Nikolaidou
Well, so I decided to make aMSN use TLS 1.50 ... I tried Sander's rpm with rpm2targz but it didn't work, failed on some .so I didn't have. I tried compiling one on my pc, sent it to Jonne, didn't work. We decided to make it link statically, and after hours of sweating, Jonne found the way to d

Re: [Amsn-devel] amsn-commits, credits, CIA ... Fwd: [Amsn-commits] SF.net SVN: amsn: [6595] trunk/amsn/CREDITS

2006-05-17 Thread Vivia Nikolaidou
16:02 < CIA-5> New Commit: billiob * r6642 /trunk/amsn/msnp2p.tcl: fix a typo on "603 Decline" in msnslp CIA WORKS !!! :))) On Tue, 16 May 2006, Youness Alaoui wrote: > Noone received/noticed/saw/read this email ? we should fix CIA! > KKRT > > On Sat, 13 May 2006 20:54:30 -0400, Y

Re: [Amsn-devel] Re: [Amsn-commits] SF.net SVN: amsn: [6622] trunk/amsn/protocol.tcl

2006-05-17 Thread Arieh Schneier
I don't think the problem is with newer versions, its only the older version, quote from Sander: "Yes, but in a next version the one provided with activetcl should work without problems." So this change can probably be reverted. Lio. - Original Message From: "Harry Vennik" - > Because o

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Rafael Rodríguez
You really scared me :P I'll try to take a look at it next weekend. Rafael Rodríguez On 5/17/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: Oups. Sorry, wrong address. It's .com not .org :D On Wed, 17 May 2006, Rafael Rodríguez wrote: > windows drivers downloads??? > > On 5/17/06, Vivia Nik

[Amsn-devel] New menus on Mac

2006-05-17 Thread Vivia Nikolaidou
http://forums.cocoaforge.com/viewtopic.php?t=8071 --- 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 Ser

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Vivia Nikolaidou
Oups. Sorry, wrong address. It's .com not .org :D On Wed, 17 May 2006, Rafael Rodríguez wrote: > windows drivers downloads??? > > On 5/17/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: > > > > Try www.mail-archive.org :) > > > > On Wed, 17 May 2006, Rafael Rodríguez wrote: > > > > > Hi, > > >

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Rafael Rodríguez
windows drivers downloads??? On 5/17/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: Try www.mail-archive.org :) On Wed, 17 May 2006, Rafael Rodríguez wrote: > Hi, > > it seems like mail archives in SF hasn't been reconstructed yet or > something... I can't access them... > > Phil, how's the

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Rafael Rodríguez
On 5/17/06, Vivia Nikolaidou <[EMAIL PROTECTED]> wrote: Try www.mail-archive.org :) On Wed, 17 May 2006, Rafael Rodríguez wrote: > Hi, > > it seems like mail archives in SF hasn't been reconstructed yet or > something... I can't access them... > > Phil, how's the tkcximage optimization status?

Re: [Amsn-devel] tkcximage

2006-05-17 Thread Vivia Nikolaidou
Try www.mail-archive.org :) On Wed, 17 May 2006, Rafael Rodríguez wrote: > Hi, > > it seems like mail archives in SF hasn't been reconstructed yet or > something... I can't access them... > > Phil, how's the tkcximage optimization status? what was the job to be done? > > Thx, > > Rafael Rodr