view src/protocols/icq/README @ 4687:283fb289c510

[gaim-migrate @ 4998] This is a new buddy list. Lots of things about it just Don't Work. I probably already know about those things, and you'd just be wasting my time in submitting a bug report about it. I decided that instead of getting it to all work perfectly before committing, that I'd get it in cvs, and slowly fix it with regular commits. That way, it's easier to keep track of things, and other developers can help. Plus, I'm getting pissed off at the buddy list and want it to die. It's kinda boring, and doing nothing but the buddy list for such a long time has just gotten me very bitter. After 0.60 is released later this week, Gaim will resume being fun. This week is going to be very stressful, though, I'm sure. Things you ought to know about this buddy list: - It crashes - It leaks - There's no way to edit the buddy list, or access offline buddies - Most of the menus and buttons and whatnot just plain ol' don't work. - Status icons are only implemented for AIM. That's mostly just because I'm lazy. As such, you may want to be wary of updating this. If you do decide to update this, you may want to learn "cvs update -D yesterday" as well :) All the art there is just placeholder art. You probably won't really have as many problems as it sounds like you will from reading this. This message is extra-negative to stress that I don't want to be bothered with complaints about something not working about it :). I'll repeat: If something doesn't work, I probably already know about it. If you want to actually help with something, I'd be delighted to have it. IM me. -s. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 10 Mar 2003 05:30:31 +0000
parents 424a40f12a6c
children
line wrap: on
line source

icqlib v1.2.0
Denis V. Dmitrienko <denix@kde.org>
Bill Soudan <soudan@kde.org>

DESCRIPTION
-----------
icqlib is the most feature complete, open source, library implementation
of Mirabilis' ICQ protocol available on the Internet. icqlib currently
supports approximately 90% of the ICQ UDP v5 protocol and 80% of the
ICQ TCP v2 protocol, including new UIN registration, chat, and file
transfer.

Features:
* written in C for portability - compiles on most Unices
* supports multiple simultaneous connections to ICQ servers - more
  than one UIN can log in and receive events
* SOCKS5 firewall support for both UDP and TCP protocols
* event driven, non-blocking interface
* supports Russian language - automatically performs conversion from
  Windows 1251 encoding to unix koi8 encoding

DOWNLOAD
--------
Home page:
      http://kicq.sourceforge.net/icqlib.shtml
Direct download:
      http://download.sourceforge.net/icqlib/icqlib-1.2.0.tar.gz
      ftp://ftp.kde.org/pub/kde/unstable/apps/network/icqlib-1.2.0.tar.gz

INSTALL
-------
This is very basic:
      ./configure
      make
      su -c "make install"

If you want to install in other place:
      ./configure --prefix=/place/to/install/icqlib
      make
      make install

You should have permissions to write in /place/to/install/icqlib or should
install it from root:
      su -c "make install"

For more details read INSTALL file.

BUGS
----
If you find one that isn't listed, submit your bugreport here:
http://sourceforge.net/bugs/?group_id=384
And if you have a fix for it, so much the better! Submit your patch
here:
http://sourceforge.net/patch/?group_id=384

PARTICIPATION
-------------
You can participate in icqlib project in any way here:
http://sourceforge.net/projects/icqlib
Send your feature requests here:
http://sourceforge.net/support/?group_id=384

Please try to avoid abusing developers with direct email messages,
especially if your question could be already answered somewhere in
the project forums or mailing lists. Please use provided above web
forms to submit your reports and requests. And of course, any kind of
contributions and propositions are very appreciated and welcomed, and
could be sent directly. Thank you for your understanding and patience.

THANKS
------
To
- Matthew Smith, Magnus Ihse, Jeremy Wise, Henrik Isaksson and other
  people from ICQDev <icq-devel@lists.realminfo.com> and
  micq <micq@phantom.iquest.net> mailing lists for their contribution
  in icq protocol research
- K Desktop Environment developers
- icqlib and kicq users

And finally
- Linus Torvalds, Alan Cox and other Linux programmers for great OS

--
Enjoy!
icqlib development team.