Author |
Message |
Michalis
Joined: 08 Jan 2008 Posts: 237 Location: Greece
|
Posted: Thu 28 May 2009, 16:53 Post subject:
Ayttm version 0.6.3 |
|
Ayttm updated to 0.6.3
Ayttm is an instant messaging (aka chat) client that provides all-in-one chat functionality for several major instant messaging services from one simple program. Ayttm "Contacts" allow you to refer to several accounts of the same person from a single contact name, making it one of the cleanest and simplest clients to use.
Ayttm should work nicely without having to first go through a complicated configuration procedure. The preferences should be simple and minimal.
Ayttm supports multiple protocols and they should be supported in an integrated manner (common interface, for example), without limiting protocol-specific features support. Ayttm currently handles:
MSN Messenger
MSN's Netmeeting integration, using GnomeMeeting
Yahoo!
Yahoo Webcam viewing support
Jabber support (including SSL)
IRC (Internet Relay Chat) support
ICQ support
AIM-TOC (AOL Instant Messenger)
SMTP (for sending emails)
File Transfers to/from MSN and Yahoo! users, and receive only from AIM users
Group Chat (Conferences) with AIM, Jabber, MSN and Yahoo! users
Ayttm needs enchant library in order to run. If you don't have enchant installed, you must go here and either install the full package or the small enchant package that I've built.
If you want to use yahoo messenger you'll also need to install the libyahoo2 library from here
Everything else is included except encryption for which you need extra packages in order to work, which I won't compile.
If there is any problem or it's not working, the best thing you can do is fill a bug report at ayttm tracker and definitely siddheshp (the developer) will help you track down the problem.
Ayttm version 0.6.3 release notes:
This release contains some bug fixes and one very important change. Here is a short summary:
* Yahoo support is now based on the libyahoo2 library. It always was, but earlier we had a copy of libyahoo2 in the source tree. Not anymore. The important thing that changes here is that you'll need the development libraries of libyahoo2 to be able to build ayttm now.
* Fixes to spell check code
* Some code clean up in the module loading section
 |
Description |
locales de, es, fr, hi, nl, pt_BR and sv 352 K extracted
|

Download |
Filename |
ayttm_NLS-0.6.3-i486.pet |
Filesize |
99.15 KB |
Downloaded |
969 Time(s) |
Last edited by Michalis on Wed 22 Sep 2010, 10:26; edited 15 times in total
|
Back to top
|
|
 |
Michalis
Joined: 08 Jan 2008 Posts: 237 Location: Greece
|
Posted: Mon 01 Jun 2009, 15:04 Post subject:
|
|
reserved
Last edited by Michalis on Mon 26 Oct 2009, 17:09; edited 2 times in total
|
Back to top
|
|
 |
Michalis
Joined: 08 Jan 2008 Posts: 237 Location: Greece
|
Posted: Sun 13 Sep 2009, 09:16 Post subject:
update to version 0.6.0 |
|
version 0.6.0
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Sun 13 Sep 2009, 16:10 Post subject:
|
|
Here is the default version without any deprecated clients optimized for size (613kb binary).
These are the plugins and their expanded sizes in kb:
152 aim-oscar.so 8 import_gnomeicu.so 92 msn2.so
12 autotrans.so 12 importicq.so 8 notes.so
8 custmsg.so 8 importlicq.so 12 rainbow.so
8 img2jpc.so 52 irc.so 12 smiley-themer.so
12 import_everybuddy.so 164 jabber.so 8 video_capture.so
8 import_gaim.so 8 middle.so 172 yahoo2.so
its amazing what a "little" optimization will do
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
Michalis
Joined: 08 Jan 2008 Posts: 237 Location: Greece
|
Posted: Tue 29 Sep 2009, 16:36 Post subject:
|
|
update to version 0.6.0-4
|
Back to top
|
|
 |
Michalis
Joined: 08 Jan 2008 Posts: 237 Location: Greece
|
Posted: Thu 01 Oct 2009, 13:31 Post subject:
|
|
update to version 0.6.0-6
|
Back to top
|
|
 |
Michalis
Joined: 08 Jan 2008 Posts: 237 Location: Greece
|
Posted: Thu 08 Oct 2009, 14:43 Post subject:
|
|
update to version 0.6.0-7
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Thu 08 Oct 2009, 22:25 Post subject:
|
|
Latest snapshot. Here are the compile flags that I used to reduce the size:
CFLAGS=" -pipe -combine -Os -momit-leaf-frame-pointer -fomit-frame-pointer -fmerge-all-constants -mpreferred-stack-boundary=2 -march=i386 -mtune=i686 " LDFLAGS=" -Wl,-O4,-Os,-relax,--sort-common,--no-keep-memory,-s " ./configure --prefix=/usr --build=i486-t2-linux-gnu --sysconfdir=/etc --localstatedir=/var --disable-esd --disable-esdtest --disable-glibtest --disable-gtktest
I also scaled down some images in /usr/share/pixmaps
Description |
|

Download |
Filename |
ayttm_NLS-0.6.08-i486.pet |
Filesize |
115.17 KB |
Downloaded |
921 Time(s) |
Description |
|

Download |
Filename |
ayttm_DOC-0.6.08-i486.pet |
Filesize |
2.35 KB |
Downloaded |
986 Time(s) |
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
Last edited by technosaurus on Sat 10 Oct 2009, 20:36; edited 1 time in total
|
Back to top
|
|
 |
pstef
Joined: 31 Jul 2009 Posts: 18
|
Posted: Fri 09 Oct 2009, 13:48 Post subject:
|
|
Quote: | --disable-crash-dialog | Could you keep crash dialog in official releases? It can help us...
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Fri 09 Oct 2009, 15:17 Post subject:
|
|
I should hope that you wouldn't need to use it in an official release,... seems like the equivalent of --enable-debug. That is something I would do if there proved to be a crashing issue. The reason I don't start out with a debug release is that it would assuredly require a new compile at release, whereas if everything works as expected, it can just be integrated right into the build tree.... or maybe I am misunderstanding the purpose of the crash dialog?
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
pstef
Joined: 31 Jul 2009 Posts: 18
|
Posted: Sat 10 Oct 2009, 06:39 Post subject:
|
|
Quote: | seems like the equivalent of --enable-debug | It isn't.
Quote: | That is something I would do if there proved to be a crashing issue | Weird logic. If "there proved to be a crashing issue", then we already know about it and don't need more crash reports. Crash dialog is the most helpful when not expected.
Quote: | The reason I don't start out with a debug release | It's not a "debug release", it's normal release as the dialog is part of the program.
Quote: | or maybe I am misunderstanding the purpose of the crash dialog? | Its purpose is the same as purpose of crash dialogs in MS Office or QuakeLive: if something went wrong in the program, we'd like to know about it so we can fix it before thousands of people get the same problem.
Here is answer from Siddhesh:
Quote: | The crash dialog actually has nothing to do with the --enable-debug
since it does not require debug symbols. That said, it will be most
helpful only in the case of debug messages being enabled. A much more
useful resource would be a core dump, which can always be done by
setting ulimit and reproducing the scenario. |
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Sat 10 Oct 2009, 20:40 Post subject:
|
|
I replaced the earlier compile with a new one that does not disable the crash dialog - only about 10kb difference which could easily be recaptured if there were an option to have "builtin plugins" (simply linking in the static libraries does not work due to the way the plugins work - also requires the .la files which is quite unusual)
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
pstef
Joined: 31 Jul 2009 Posts: 18
|
Posted: Mon 12 Oct 2009, 14:19 Post subject:
|
|
technosaurus wrote: | I replaced the earlier compile with a new one that does not disable the crash dialog - only about 10kb difference which could easily be recaptured if there were an option to have "builtin plugins" (simply linking in the static libraries does not work due to the way the plugins work - also requires the .la files which is quite unusual) |
Siddhesh Poyarekar wrote: | The *.la is needed if you want to use libtool to do the dynamic
library loading. That can be disabled now to utilize the native linux
dlopen() and dlsym() calls. All you have to do is configure with
--enable-posix-dlopen. You can then get rid of the *.la files. |
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Mon 12 Oct 2009, 23:13 Post subject:
|
|
It seems that when tcp_util was removed prior to 6.0 it caused some issues in smtp.c and autotrans.c (maybe others) <--they all still have references to functions that were in tcp_util.h
similar issue with the recent renaming in libmsn... msn-connection.c has a lingering function:
ext_msn_connection_destroyed(mc->ext_data);
replaced with????
msn_connection_free(mc->ext_data)
and msn.c has:
ext_msn_account_destroyed(ma);
replaced with?????
msn_account_free(ma);
I am going to roll back to 0.5.x and grab a tcp_util.o and compile it in to see what that does... until I can figure out the new api
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
technosaurus

Joined: 18 May 2008 Posts: 4872 Location: Blue Springs, MO
|
Posted: Mon 12 Oct 2009, 23:29 Post subject:
|
|
I think yahoo.c is also missing:
include "image_window.h"
_________________ Check out my github repositories. I may eventually get around to updating my blogspot.
|
Back to top
|
|
 |
|