Gaim Releases Version 1.0.0
bfree writes "Congratulations to all in the gaim team as they release for download version 1.0.0 (changelog). For those who don't know what gaim is, you could read the full answer on their site but for the lazy: 'Gaim is a multi-protocol instant messaging (IM) client for Linux, BSD, MacOS X, and Windows. It is compatible with AIM (Oscar and TOC protocols), ICQ, MSN Messenger, Yahoo!, IRC, Jabber, Gadu-Gadu, and Zephyr networks.' Gaim is also the 2nd most active project on Sourceforge and the 4th most popular on Freshmeat and seemingly all round #1 Free IM client!"
Gaim is easily one of the best open-source apps for non-tech savvy users. Without gaim (and Firefox) I wouldn't have been able to convince some of my friends to try linux.
Free Image Hosting
There isn't a lot of difference between 0.82.1 and 1.0. Why have they decided that this should be version 1.0?
They don't care.
gaim lost out to miranda (http://miranda-im.org) for one of my customers.. his problem gaim is too heavy / resource intensive for their workstations (here in india most workstations at still stuck at celeron ~700 or so + 64 MB ram and run 98SE).
miranda on the other hand works quite nicely, btw we use jabber only (no msn/yahoo/icq/oscar support).
from those of us who don't regularly compile our own software, I don't think gaim qualifies as mac compatible till someone bothers putting a mac binary on their site.
Adiumx has a really straight forward user interface, and feels very mac-like. It supports a laundry list of protocols, but keeps things simple yet powerful in terms of UI.
True, you won't find all the gee-gaws from iChat AV a la video/teleconfrencing, but it's a well written program that does IM extremely well (much better than iChat ... *cough* tabs, easily set up for multiple users of the same computer, etc *cough*).
And it's not resource intensive.
gaim-vv
No, Gaim is almost always on top. They're pretty good about having a two-week release schedule.
You can check out #gaim on freenode and actually see how active it really is. Most of the developers are there on a daily basis working on stuff.
While I'm glad to see gaim moving on to a "stable" number, wouldn't it be smart to wait until the boys at gaim-vv got video and voice chat working? Gaim rocks for an instant messaging client, but can't do the major stupid little things that the "official" clients can do. This may turn off users who see 1.0 and expect it to do that...
Then again, I might be paranoid and need to have my morning coffee.
Not to burst anyone's bubble... but i've been waiting for this story to hit the front page just so i could!
a d_id=5592699&forum_id=33079
This isn't a 1.0 release it is a 1.0.0 release: http://sourceforge.net/mailarchive/forum.php?thre
All it means is that future releases will be in X.Y.Z format. X will mean a change to the API breaking old plugins, Y is any other change, and Z is pretty much meaningless.
But a version 1 implies no more bugs, wil there be no bugs in GAIM??
yes, there will NEVER be any bugs in GAIM, EVER!! Even when Yahoo purposely breaks their protocol again, the super hyper gaim fairies will magically fix connectivity for you. We are blessed!
I won't be happy until 1.0.0.0 comes out...hopefully that will fix the nasty "version number isn't obfuscated enough" bug.
For those of you who are sick of using the Sametime client, Meanwhile is a plugin for Gaim to let you use Sametime.
It's availible from http://meanwhile.sourceforge.net/
RegardselFarto
I'm not a big fan of GAIM the client.
:)
However, I'm a huge fan of libgaim.
Does anyone remember mICQ? They were the first people to reverse engineer the ICQ protocol. Until then, you were forced to use the seriously crappy Java ICQ client if you wanted to use it on anything but windows.
micq however, IMO of course, was a crappy text-based program that had a horrific interface. Really, I would much rather use my IRC client for ICQ than stick with this thing.
And now I can. See, the micq guys caught on and released libicq or libmicq, I can't remember at this point. I imagine a good portion of this code is still in libgaim.
The point is though, that others took libicq and applied their UI design skills and made very useful programs out of it.
And this is what I get in libgaim.
I'm not a fan of how you have to contort gaim or work on a specific system with specific plugins to keep windows from popping up on you while you're typing. (I will admit it's been a while since I used gaim, so this climate may have changed)
However, if you wanted the best support for the various networks out there, GAIM is the way to go.
libgaim allows me to get rid of the (IMO again) clunky interface and replace it with something else. On the mac, my workstation, I use AdiumX, but before I used Fire (no link, sorry). Both are libgaim-based which means that the advances in this library (especially recently as YIM and MSN seem to change their protocols hourly) are almost instantly integrated into the front-end of my choice. The 'hive mind' mentality here is very effective.
I *really* wish that more people working on protocols would do this - right now, several HTTP libraries are available but developers refuse to settle on one - I hope apr solves this once and for all. I don't want to worry as a developer about the idiosyncracies of apr, libwww, and others when developing a web app.
Object brokers are another example. If I install GNOME, KDE, and any other app that uses an ORB, chances are I have many ORBs on my system - for what reason? Those "extra" features that the developer can't live without. I know GNOME and KDE are finally working on making it cross-platform (in the GUI sense), but this provides another good example.
Do what you like at the GUI or application level - but normalize the libraries (and make MORE of them that meet specific, unique needs so they can be chained together). This gives the developer a reasonable notion of stability at the library and API layer, and the user a reasonable notion of functionality. Also portability, security, and enhancements come quicker and cheaper because more eyes are looking at the same code. Fix a buffer overflow? Well, you've fixed it in 20 programs instead of one. Doesn't that make everyone happy?
Sorry for the rant. I just feel the need to talk about important topics on my mind that no one will listen to or care about because they're buried at the bottom of a slashdot forum.