view plugins/icq/README @ 1911:db3104dda736

[gaim-migrate @ 1921] Mike Heffner's redesigned UI. I changed around a lot of things from his patch, not because they weren't good or needed or anything like that; most of the changes I made just made the patch smaller. I moved functions back to where they originally where and renamed them back to what they originally were. Granted the names aren't as... good as the changes Mike made, but eh, it made my life a lot easier when I could see the meat of the changes without all the cosmetic details. The only thing I really changed about his patch was I made the list BROWSE instead of SINGLE so that there wouldn't be need for a deselect callback. Oh yeah, and update_show_plugins is called from different places (so that plugins can call load_plugin and have the window update properly). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 May 2001 09:46:05 +0000
parents 201ec77f3a60
children 7b3f1eb1ef7d
line wrap: on
line source

icqlib v1.0.0
Denis V. Dmitrienko <denis@null.net>
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.0.0.tar.gz
      ftp://ftp.kde.org/pub/kde/unstable/apps/network/icqlib-1.0.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.